Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #630 from alphagov/fix-target-down-alert-text
Browse files Browse the repository at this point in the history
Fix TargetDown alert text
  • Loading branch information
philandstuff authored Oct 9, 2019
2 parents 830c296 + 731d0cf commit bdd8d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- alert: TargetDown
annotations:
message: '{{`{{ $value }}`}}% of the {{`{{ $labels.job }}`}} targets are down.'
expr: 100 * (avg without(instance, pod) (up)) < 90
expr: 100 * (avg without(instance, pod) (1 - up)) > 10
for: 10m
labels:
severity: warning
Expand Down

0 comments on commit bdd8d86

Please sign in to comment.