summary refs log tree commit diff
path: root/modules/monitoring
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2025-01-13 13:15:36 +0000
committerRory&::Emma <root@rory.gay>2025-01-13 13:15:36 +0000
commit474062d21350817d86f3eef0bdb4bfa2dcdbac88 (patch)
treea967360d578c56bdb45798512be286fffaf5f660 /modules/monitoring
parentSystemd, not systed lol (diff)
downloadRory-Open-Architecture-474062d21350817d86f3eef0bdb4bfa2dcdbac88.tar.xz
Update synapse, change some monitoring stuff, remove no-aaaa resolvconf option to fix grapevine
Diffstat (limited to 'modules/monitoring')
-rw-r--r--modules/monitoring/system.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/monitoring/system.nix b/modules/monitoring/system.nix

index 171a7af..34f35c4 100644 --- a/modules/monitoring/system.nix +++ b/modules/monitoring/system.nix
@@ -49,7 +49,7 @@ in services.prometheus.scrapeConfigs = [ { job_name = "node"; - scrape_interval = "${toString cfg.prometheusScrapeInterval}s"; + scrape_interval = "5s"; static_configs = [ { targets = [ "localhost:${toString config.services.prometheus.exporters.node.port}" ]; } ]; } ];