diff --git a/hosts/cube/prometheus.nix b/hosts/cube/prometheus.nix index 85a1b78..437005f 100644 --- a/hosts/cube/prometheus.nix +++ b/hosts/cube/prometheus.nix @@ -11,7 +11,7 @@ serverSystemConfiguration { port = 9000; exporters.node = enabled { - enabledCollectors = [ "systemd" ]; + enabledCollectors = [ "processes" "systemd" ]; port = 9001; };