prometheus: add keep_firing_for for QuantaTemp

pull/106/head
jeltz 7 months ago
parent a61c997366
commit 41852b4ab8
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -58,7 +58,8 @@ prometheus__rules_quanta:
- alert: QuantaTemp - alert: QuantaTemp
expr: expr:
0.5 * snAgentTempValue > 45 0.5 * snAgentTempValue > 45
for: 0m for: 10m
keep_firing_for: 30m
labels: labels:
severity: warning severity: warning
annotations: annotations:
@ -67,7 +68,8 @@ prometheus__rules_quanta:
- alert: QuantaTemp - alert: QuantaTemp
expr: expr:
0.5 * snAgentTempValue > 60 0.5 * snAgentTempValue > 60
for: 0m for: 10m
keep_firing_for: 30m
labels: labels:
severity: critical severity: critical
annotations: annotations:

Loading…
Cancel
Save