diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-08 23:03:08 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-08 23:03:08 +0100 |
commit | 8c2b23908fab1f34708c4439e56e0145a6e6e4bd (patch) | |
tree | 5158273156ffcd770e5a1dadeac5174b624be2af /hosts | |
parent | ff454351cef0718f97d6a9ee2ad64cbc0ded69d4 (diff) | |
download | nixos-8c2b23908fab1f34708c4439e56e0145a6e6e4bd.tar nixos-8c2b23908fab1f34708c4439e56e0145a6e6e4bd.tar.gz nixos-8c2b23908fab1f34708c4439e56e0145a6e6e4bd.tar.bz2 nixos-8c2b23908fab1f34708c4439e56e0145a6e6e4bd.tar.xz nixos-8c2b23908fab1f34708c4439e56e0145a6e6e4bd.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/prometheus/default.nix | 2 |
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"; |