Revert "monitoring: enable cpu, memory, io collectors for systemd-exporter"

This reverts commit 506a692548.
This commit is contained in:
2026-02-06 21:26:20 +01:00
parent 506a692548
commit 5d26f52e0d

View File

@@ -13,10 +13,5 @@
services.prometheus.exporters.systemd = {
enable = true;
# Default port: 9558
extraFlags = [
"--collector.unit-cpu"
"--collector.unit-memory"
"--collector.unit-io"
];
};
}