Correct comment to match the implemented threshold

This commit is contained in:
Phill Tornroth 2019-03-03 07:46:19 -08:00 committed by GitHub
parent 58bee699c6
commit f2f581808e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ groups:
- name: example
rules:
# Alert for any instance that is unreachable for >5 minutes.
# Alert for any instance that is unreachable for >2 minutes.
- alert: service_down
expr: up == 0
for: 2m
@ -19,4 +19,4 @@ groups:
severity: page
annotations:
summary: "Instance {{ $labels.instance }} under high load"
description: "{{ $labels.instance }} of job {{ $labels.job }} is under high load."
description: "{{ $labels.instance }} of job {{ $labels.job }} is under high load."