Added processes exporter

This commit is contained in:
Random936
2025-02-05 21:25:27 -08:00
parent 24b53de2ce
commit 9b4938815e
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
services.prometheus.exporters.node = {
enable = true;
port = 9002;
enabledCollectors = [ "systemd" ];
enabledCollectors = [ "systemd" "processes" ];
};
system.stateVersion = "24.05";