Commit 30613a2 1 parent 7b58842 commit 30613a2 Copy full SHA for 30613a2
File tree 1 file changed +2
-2
lines changed
cookbooks/prometheus/templates/default
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,12 +247,12 @@ groups:
247
247
- name: juniper
248
248
rules:
249
249
- alert: juniper fan alarm
250
- expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="4",jnxOperatingState!="running"}[5m ]) > 0
250
+ expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="4",jnxOperatingState!="running"}[6m ]) > 0
251
251
for: 5m
252
252
labels:
253
253
alertgroup: "{{ $labels.site }}"
254
254
- alert: juniper power alarm
255
- expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="2",jnxOperatingState!="running"}[5m ]) > 0
255
+ expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="2",jnxOperatingState!="running"}[6m ]) > 0
256
256
for: 5m
257
257
labels:
258
258
alertgroup: "{{ $labels.site }}"
You can’t perform that action at this time.
0 commit comments