From e1581adf181d7ef10e459b0db4b79220dbb67bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 6 Aug 2023 00:32:23 +0300 Subject: [PATCH] node_exporter collect processes too --- hosts/vno1-oh2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 833c93a..a9f50a5 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -143,7 +143,7 @@ exporters = { node = { enable = true; - enabledCollectors = ["systemd"]; + enabledCollectors = ["systemd" "processes"]; port = myData.ports.exporters.node; }; };