From 98e0dc33aed4896a2e459dab7b88496ec649389b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Sun, 10 Jul 2022 09:29:40 +0200 Subject: [PATCH] Scrape metrics from new apc daemon. --- prometheus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index 24b3ac7..b7c4325 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -15,3 +15,5 @@ scrape_configs: - job_name: traefik static_configs: - targets: ['traefik.lan'] + - job_name: apcupsd + - targets: ['apc.lan']