doc: added link to node exporter options
This commit is contained in:
parent
f7dd90e92b
commit
889bb0dab6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ in {
|
|||
{
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
# most collectors are on by default see docs for more options
|
||||
# most collectors are on by default see https://github.com/prometheus/node_exporter for more options
|
||||
enabledCollectors = ["systemd"];
|
||||
port = cfg.port_collecter;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue