Last active
August 29, 2015 14:26
-
-
Save tomelm/ad4f6a729b975101ca8b to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"location": { | |
"city": "some_city", | |
"state": "ABC" | |
} | |
} |
This file contains 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
# ... | |
type: spike | |
spike_height: 1.10 | |
spike_type: both | |
timeframe: | |
hours: 24 | |
# ... | |
alert: | |
- "modules.sensu_alert.SensuAlerter" | |
sensu: | |
team: TEAM | |
status: 1 | |
notification_email:[email protected] | |
irc_channels: "#TEAM" | |
page: true | |
# ... |
This file contains 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
location: | |
city: 'some_city', | |
state_code: | |
_rename: 'state' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment