From 49e90bd4f3154ad5b3a542c7aad648b008dfe844 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Jan 2021 18:53:31 +0000 Subject: [PATCH] Collect alertmanager statistics --- cookbooks/prometheus/templates/default/prometheus.yml.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 02c71fefd..b44654463 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -20,6 +20,10 @@ scrape_configs: static_configs: - targets: - localhost:9090 + - job_name: alertmanager + static_configs: + - targets: + - localhost:9093 <% @jobs.sort.each do |name, targets| -%> - job_name: <%= name %> static_configs: -- 2.39.5