Remove upstream prometheus cookbook, migrate to our own

This commit is contained in:
2026-07-04 15:27:18 +02:00
parent 2d835335b5
commit 63534e1cf5
37 changed files with 230 additions and 1480 deletions
@@ -5,8 +5,8 @@
include_recipe "firewall"
version = node["prometheus"]["node_exporter"]["version"]
checksum = node["prometheus"]["node_exporter"]["checksum"]
version = node["kosmos_prometheus"]["node_exporter"]["version"]
checksum = node["kosmos_prometheus"]["node_exporter"]["checksum"]
tarball = "#{Chef::Config[:file_cache_path]}/node_exporter-#{version}.linux-amd64.tar.gz"
binary_url = "https://github.com/prometheus/node_exporter/releases/download/v#{version}/node_exporter-#{version}.linux-amd64.tar.gz"