cluster/services/monitoring: enable systemd collector on node_exporter
This commit is contained in:
parent
4c380cb33a
commit
8d8ea8edaa
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ in {
|
|||
node = {
|
||||
enable = true;
|
||||
listenAddress = myNode.meshIp;
|
||||
enabledCollectors = [
|
||||
"systemd"
|
||||
];
|
||||
};
|
||||
|
||||
jitsi = hasJitsi {
|
||||
|
|
Loading…
Reference in a new issue