monitoring: enable cpu, memory, io collectors for systemd-exporter
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 21:23:19 +01:00
parent fa8f4f0784
commit 506a692548

View File

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