2 Commits

Author SHA1 Message Date
04a252b857 monitoring: enable additional systemd-exporter collectors
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Enables restart-count, file-descriptor-size, and ip-accounting collectors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 21:28:44 +01:00
5d26f52e0d Revert "monitoring: enable cpu, memory, io collectors for systemd-exporter"
This reverts commit 506a692548.
2026-02-06 21:26:20 +01:00

View File

@@ -14,9 +14,9 @@
enable = true; enable = true;
# Default port: 9558 # Default port: 9558
extraFlags = [ extraFlags = [
"--collector.unit-cpu" "--systemd.collector.enable-restart-count"
"--collector.unit-memory" "--systemd.collector.enable-file-descriptor-size"
"--collector.unit-io" "--systemd.collector.enable-ip-accounting"
]; ];
}; };
} }