monitoring: node-exporter added more collectors
This commit is contained in:
parent
d90283ae2c
commit
fe3d97cd34
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
listenAddress = "localhost";
|
||||
|
||||
enabledCollectors = [
|
||||
"cpu"
|
||||
"filesystem"
|
||||
"systemd"
|
||||
];
|
||||
};
|
||||
|
||||
services.prometheus.scrapeConfigs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue