Created
June 12, 2020 13:24
-
-
Save doorbash/347631459fe1f2963a54e3a6ad2474cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groups: | |
- name: ping | |
rules: | |
- alert: host_down | |
expr: ping_loss_percent{ip_version="4",job="ping"} == 1 | |
for: 10s | |
labels: | |
severity: page | |
annotations: | |
summary: "{{ $labels.target }} / {{ $labels.ip }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment