Skip to content

Instantly share code, notes, and snippets.

@armiiller
Created May 11, 2020 17:10
Show Gist options
  • Save armiiller/a815b67e063f70aabf2e0e9ac29b49b4 to your computer and use it in GitHub Desktop.
Save armiiller/a815b67e063f70aabf2e0e9ac29b49b4 to your computer and use it in GitHub Desktop.
# Ignore alerts that don't have "requests a call"
rules:
- match:
alert.description:
$regex: "requests a call"
$options: "i"
actions:
- type: setval
map:
urgency: high
- type: assign
receiver: tem_xxxxxx # set to the team this should be assigned to
- match:
always: true
actions:
- type: ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment