Merge pull request #122 from phill-tornroth/patch-1

Correct comment to match the implemented threshold
This commit is contained in:
Brian Christner 2019-03-04 10:49:06 +01:00 committed by GitHub
commit 4983af884e
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."