From 7c72dcab69d7f552d46bfcb03d237f0ef0ee1e3e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 6 Mar 2022 19:30:42 -0800 Subject: prometheus: scrap unifi poller on the correct IP --- hosts/common/server/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common') diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix index 6c6af80..d939a5a 100644 --- a/hosts/common/server/prometheus.nix +++ b/hosts/common/server/prometheus.nix @@ -47,7 +47,7 @@ in { } { job_name = "unifi-poller"; - static_configs = [{ targets = [ "192.168.6.107:9130" ]; }]; + static_configs = [{ targets = [ "192.168.6.20:9130" ]; }]; relabel_configs = relabelConfigs; } ]; -- cgit 1.4.1