[prometheus] Add rule to warn on big mailq
parent
0c8aa9c103
commit
5cfc5cc14f
|
@ -159,6 +159,14 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: "{{ $value }} paquet(s) APT sont inutile(s) sur {{ $labels.instance }}."
|
summary: "{{ $value }} paquet(s) APT sont inutile(s) sur {{ $labels.instance }}."
|
||||||
|
|
||||||
|
- alert: MailqNotEmpty
|
||||||
|
expr: postfix_mailq_length > 5
|
||||||
|
for: 1m
|
||||||
|
labels:
|
||||||
|
severity: warning
|
||||||
|
annotations:
|
||||||
|
summary: "{{ $value }} mails dans la mailq sur {{ $labels.instance }}."
|
||||||
|
|
||||||
# NTP (need NTP plugin in node)
|
# NTP (need NTP plugin in node)
|
||||||
# - alert: ntp_drifting
|
# - alert: ntp_drifting
|
||||||
# expr: node_ntp_drift_seconds > 0.05
|
# expr: node_ntp_drift_seconds > 0.05
|
||||||
|
|
Loading…
Reference in New Issue