cluster/services/monitoring: enable systemd collector on node_exporter

This commit is contained in:
Max Headroom 2023-05-08 21:25:35 +02:00
parent 4c380cb33a
commit 8d8ea8edaa

View file

@ -17,6 +17,9 @@ in {
node = {
enable = true;
listenAddress = myNode.meshIp;
enabledCollectors = [
"systemd"
];
};
jitsi = hasJitsi {