diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 7e8062e..1b49e66 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -49,3 +49,7 @@ scrape_configs: static_configs: - targets: ['node-exporter:9100'] + + - job_name: 'alertmanager' + static_configs: + - targets: ['alertmanager:9093']