diff --git a/hosts/rico0/services/apps/prometheus.nix b/hosts/rico0/services/apps/prometheus.nix index 3e63ca7..b47af2a 100644 --- a/hosts/rico0/services/apps/prometheus.nix +++ b/hosts/rico0/services/apps/prometheus.nix @@ -17,6 +17,10 @@ in enable = true; listenAddress = "127.0.0.1"; port = 9090; + globalConfig = { + evaluation_interval = "15s"; + scrape_interval = "15s"; + }; alertmanagers = [ { scheme = "https";