summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix
index 466be33b..1cadde8b 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -196,7 +196,7 @@ in {
196 } 196 }
197 { job_name = "openwrt"; 197 { job_name = "openwrt";
198 static_configs = [ 198 static_configs = [
199 { targets = ["localhost:9100"]; } 199 { targets = ["10.141.1.4:9100"]; }
200 ]; 200 ];
201 relabel_configs = relabelHosts; 201 relabel_configs = relabelHosts;
202 scrape_interval = "5s"; 202 scrape_interval = "5s";