Skip to content

Commit bd7e1df

Browse files
committed
Changed prometheus InstanceDown time condition.
1 parent 4e711de commit bd7e1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infra/ansible/playbooks/files/prometheus

infra/ansible/playbooks/files/prometheus/rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ groups:
55
- alert: InstanceDown
66
# Condition for alerting
77
expr: up == 0
8-
for: 1m
8+
for: 5m
99
# Annotation - additional informational labels to store more information
1010
annotations:
1111
title: 'Instance {{ $labels.job }} down'

0 commit comments

Comments
 (0)