prometheus: add keep_firing_for for QuantaTemp

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

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

Loading…
Cancel
Save