Skip to content

Instantly share code, notes, and snippets.

@gianrubio
Created July 27, 2018 14:45
Show Gist options
  • Save gianrubio/08f58c0452a1cc283e385b2daacc7298 to your computer and use it in GitHub Desktop.
Save gianrubio/08f58c0452a1cc283e385b2daacc7298 to your computer and use it in GitHub Desktop.
beer time
groups:
- name: beertime.rules
rules:
- alert: BEERTIME
expr: IF (day_of_week() == 5) and ( hour() >= 16 and hour() <= 16 )
for: 5m
labels:
service: "beer"
severity: "critical"
annotations:
summary: "It's Beer time!!"
@gianrubio
Copy link
Author

dmbn14txuaesyos jpg-large

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment