From 918c4ccf6172c0023ee7f6542f6171815864ffe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 13 Sep 2024 16:45:54 +0300 Subject: [PATCH] weather: increase 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 14cdd6e..40268a5 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -363,7 +363,7 @@ in } { job_name = "weather"; - scrape_interval = "1m"; + scrape_interval = "29m"; static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.weather}" ]; } ]; } {