Add altermanager section to prometheus config

This commit is contained in:
2026-07-05 13:18:37 +02:00
parent 821b56e6ab
commit 171db0fb7c
3 changed files with 23 additions and 0 deletions
@@ -92,6 +92,7 @@ template "/etc/prometheus/prometheus.yml" do
mode "0644"
variables(
global_config: node["kosmos_prometheus"]["global"],
alerting: node["kosmos_prometheus"]["alerting"],
jobs: jobs,
rule_files: node["kosmos_prometheus"]["rule_files"]
)