shared: enable 'processes' collector in node-exporter

This commit is contained in:
Adithya 2024-07-19 19:42:15 +05:30
parent 7ae249a72f
commit 66d21b4160
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -19,7 +19,7 @@
enable = true;
listenAddress = "127.0.0.1";
port = 9100;
enabledCollectors = [ "systemd" ];
enabledCollectors = [ "systemd" "processes" ];
};
systemd = {
enable = true;