summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-12-01 13:27:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-12-01 13:27:12 +0100
commite73c0715673c9286296c4a2979eb0c51441c121e (patch)
tree5ebfa0df81d7be8328d838ecf0913f17b41f2d42
parent8876fc3c37aaa7501e5f0946c5c3b86c0570c584 (diff)
downloadnixos-e73c0715673c9286296c4a2979eb0c51441c121e.tar
nixos-e73c0715673c9286296c4a2979eb0c51441c121e.tar.gz
nixos-e73c0715673c9286296c4a2979eb0c51441c121e.tar.bz2
nixos-e73c0715673c9286296c4a2979eb0c51441c121e.tar.xz
nixos-e73c0715673c9286296c4a2979eb0c51441c121e.zip
-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 c0c74f16..4a5fa3c8 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -162,7 +162,7 @@ in {
162 target_label = "instance"; 162 target_label = "instance";
163 } 163 }
164 ]; 164 ];
165 scrape_interval = "5s"; 165 scrape_interval = "10s";
166 } 166 }
167 { job_name = "unbound"; 167 { job_name = "unbound";
168 static_configs = [ 168 static_configs = [