config

NixOS config
Log | Files | Refs | README | LICENSE

commit 151ee19ee772c8bf32039dd3f528b7ed7d2959fd (tree)
parent a094145cec07e63e4f2039fd27f293d0d78018cb
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 15 Sep 2024 08:14:58 +0300

weather: reduce scrape_interval

Diffstat:
Mhosts/fwminex/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -363,7 +363,7 @@ in } { job_name = "weather"; - scrape_interval = "29m"; + scrape_interval = "10m"; static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.weather}" ]; } ]; } {