Warn on orphans only if >1

certbot_on_virtu
Alexandre Iooss 2020-01-19 19:21:09 +01:00
parent c26294b0a5
commit f34db0c556
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ groups:
summary: "{{ $value }} paquet(s) APT sont inutile(s) sur {{ $labels.instance }}."
- alert: AptOrphans
expr: apt_orphans > 0
expr: apt_orphans > 1
for: 5m
labels:
severity: warning