prometheus: add keep_firing_for for QuantaTemp
This commit is contained in:
parent
a61c997366
commit
41852b4ab8
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue