Add more services to exclusion list

- Add docker-prune (cleanup services don't need monitoring)
- Add sshd-unix-local@ and sshd@ (SSH instance services)
- Add docker-registry-gar (Google Artifact Registry services)
- Keep main sshd service monitored while excluding per-connection instances
This commit is contained in:
Christoffer Martinsson 2025-10-20 22:51:15 +02:00
parent 5886426dac
commit b580cfde8c

View File

@ -149,6 +149,10 @@ impl SystemdCollector {
"mosquitto-backup",
"nginx-config-reload",
"sshd-keygen",
"sshd-unix-local@",
"sshd@",
"docker-prune",
"docker-registry-gar",
];
// Define patterns for services we want to monitor (from legacy)