From 85ad24e01d6b7753a9347f3e95f836dbad55e05b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 13 Feb 2024 18:10:29 +0100 Subject: [PATCH] update --- nixos/machines/chungus/telegraf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/chungus/telegraf.nix b/nixos/machines/chungus/telegraf.nix index 51ab1de..0af0ea0 100644 --- a/nixos/machines/chungus/telegraf.nix +++ b/nixos/machines/chungus/telegraf.nix @@ -35,7 +35,7 @@ in processes = { }; system = { }; systemd_units = { }; - internet_speed.interval = "50m"; + internet_speed.interval = "10m"; nginx.urls = [ "http://localhost/nginx_status" ]; ping = [{ urls = [ "10.100.0.1" ]; }]; # actually important to make pepe visible over wireguard };