add more collectors to prometheus node exporter
This commit is contained in:
parent
aa3448cb1f
commit
881af5f111
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ in
|
|||
};
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
enabledCollectors = ["systemd"];
|
||||
# https://github.com/prometheus/node_exporter#collectors
|
||||
enabledCollectors = ["systemd" "processes" "ethtool"];
|
||||
port = 9115;
|
||||
listenAddress = "127.0.0.1";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue