From 151ee19ee772c8bf32039dd3f528b7ed7d2959fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 15 Sep 2024 08:14:58 +0300 Subject: [PATCH] weather: reduce scrape_interval --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 1397b7b..95a578a 100644 --- 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}" ]; } ]; } {