1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add processes collector

This commit is contained in:
RGBCube 2024-01-13 19:33:43 +03:00
parent b1313c73ec
commit 9c81e751f7
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ serverSystemConfiguration {
port = 9000; port = 9000;
exporters.node = enabled { exporters.node = enabled {
enabledCollectors = [ "systemd" ]; enabledCollectors = [ "processes" "systemd" ];
port = 9001; port = 9001;
}; };