shared: enable 'processes' collector in node-exporter
This commit is contained in:
parent
7ae249a72f
commit
66d21b4160
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
port = 9100;
|
port = 9100;
|
||||||
enabledCollectors = [ "systemd" ];
|
enabledCollectors = [ "systemd" "processes" ];
|
||||||
};
|
};
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue