From 9c81e751f704b565a506ea26ab84e5146a9f67c3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 13 Jan 2024 19:33:43 +0300 Subject: [PATCH] Add processes collector --- hosts/cube/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };