monitoring: node-exporter added more collectors

This commit is contained in:
eyjhb 2025-03-14 17:37:33 +01:00
parent d90283ae2c
commit fe3d97cd34
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -4,6 +4,12 @@
services.prometheus.exporters.node = {
enable = true;
listenAddress = "localhost";
enabledCollectors = [
"cpu"
"filesystem"
"systemd"
];
};
services.prometheus.scrapeConfigs = [