Skip to content

Instantly share code, notes, and snippets.

@armiiller
Last active November 7, 2019 17:01
Show Gist options
  • Save armiiller/bfa4c7657b26147a7d610bf3ccc9067e to your computer and use it in GitHub Desktop.
Save armiiller/bfa4c7657b26147a7d610bf3ccc9067e to your computer and use it in GitHub Desktop.
---
rules:
- match:
always: true
actions:
# run a notification cycle. 1st notify me via email, sms, & slack.
# If the alert is still open after 1 minute, notify me via voice.
# If the alert is still open 5 minutes later, repeat this cycle.
- type: notify
channels:
- email
- sms
- slack
timeout: 1m
- type: notify
channels:
- voice
timeout: 5m
# You can repeat this cycle between 0 and 3 times
- type: repeat
times: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment