From 7eedcc79ed2270ea0cd24a6aaf30933ccf58df1b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 25 Aug 2022 06:48:26 +0200 Subject: [PATCH] Change domain for traefik. --- prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.yml b/prometheus.yml index 3dcc60d..4b554e4 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -14,7 +14,7 @@ scrape_configs: - targets: ['node-exporter.lan'] - job_name: traefik static_configs: - - targets: ['traefik.lan'] + - targets: ['traefik.fam-steinle.de'] - job_name: apcupsd static_configs: - targets: ['apc.lan']