From 5ba92dcbc136a182c5f7932dd2b456964737efc6 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 6 Jun 2024 18:45:09 +0100 Subject: [PATCH] fix: seems like some of teh dashboards want processes Closes #70 --- applications/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/prometheus.nix b/applications/prometheus.nix index d60dc83..674d161 100644 --- a/applications/prometheus.nix +++ b/applications/prometheus.nix @@ -54,7 +54,7 @@ in { enable = true; openFirewall = true; # most collectors are on by default see https://github.com/prometheus/node_exporter for more options - enabledCollectors = ["systemd"]; + enabledCollectors = ["systemd" "processes"]; }; } (mkIf cfg.server.enable {