Set up Prometheus and Alertmanager #632

Merged
raucao merged 50 commits from feature/prometheus_cookbook into master 2026-07-09 13:33:38 +00:00
Showing only changes of commit 51af9c76e0 - Show all commits
@@ -8,7 +8,7 @@ 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"
node_exporter_port = node["node_exporter"]["port"]
node_exporter_port = node["kosmos_prometheus"]["node_exporter"]["port"]
group "node_exporter"