summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-06 20:40:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-06 20:40:41 +0200
commit3a5ee092f9b686fe5d9298a7da4313c8f0dbf365 (patch)
tree79a850a773767bb63f3228fd698a7c517c1a22e6 /odin.nix
parentf44ccb0e42dbe37c3deb8a3f542dd1831529f5ef (diff)
downloadnixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar
nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar.gz
nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar.bz2
nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar.xz
nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.zip
...
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 698f71eb..9b75f934 100644
--- a/odin.nix
+++ b/odin.nix
@@ -518,6 +518,10 @@
518 listenAddress = "localhost"; 518 listenAddress = "localhost";
519 }; 519 };
520 }; 520 };
521 globalConfig = {
522 scrape_interval = "5s";
523 scrape_timeout = "5s";
524 };
521 scrapeConfigs = [ 525 scrapeConfigs = [
522 { job_name = "router"; 526 { job_name = "router";
523 static_configs = [ 527 static_configs = [