diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 20:40:41 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 20:40:41 +0200 |
commit | 3a5ee092f9b686fe5d9298a7da4313c8f0dbf365 (patch) | |
tree | 79a850a773767bb63f3228fd698a7c517c1a22e6 | |
parent | f44ccb0e42dbe37c3deb8a3f542dd1831529f5ef (diff) | |
download | nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar.gz nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar.bz2 nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.tar.xz nixos-3a5ee092f9b686fe5d9298a7da4313c8f0dbf365.zip |
...
-rw-r--r-- | odin.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = [ |