diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index ee4983a4..d4dc1e15 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -46,7 +46,7 @@ services.prometheus = { enable = true; port = 9001; - retentionTime = "1y"; + retentionTime = "5y"; listenAddress = "127.0.0.1"; }; @@ -250,6 +250,14 @@ module = [ "raccoon" ]; }; } + { + job_name = "raccoon"; + static_configs = [ + { + targets = [ "127.0.0.1:19002" ]; # Node exporter + } + ]; + } { job_name = "ipmi-fox"; metrics_path = "/ipmi";