aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/common/server/prometheus.nix2
1 files changed, 1 insertions, 1 deletions
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;
}
];