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
|
||||
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…
Reference in a new issue