2 Commits

Author SHA1 Message Date
1f5b7b13e2 monitoring: enable restart-count and ip-accounting collectors
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m11s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 21:30:47 +01:00
c53e36c3f3 Revert "monitoring: enable additional systemd-exporter collectors"
This reverts commit 04a252b857.
2026-02-06 21:30:05 +01:00

View File

@@ -15,7 +15,6 @@
# Default port: 9558 # Default port: 9558
extraFlags = [ extraFlags = [
"--systemd.collector.enable-restart-count" "--systemd.collector.enable-restart-count"
"--systemd.collector.enable-file-descriptor-size"
"--systemd.collector.enable-ip-accounting" "--systemd.collector.enable-ip-accounting"
]; ];
}; };