Created
August 27, 2015 18:22
-
-
Save tas50/0f9134adb94aa2a816dd 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
{ | |
"client": { | |
"name": "myhost", | |
"address": "myip", | |
"subscriptions": [ | |
"r_monitoring", | |
"production" | |
], | |
"keepalive": { | |
"thresholds": { | |
"warning": 60, | |
"critical": 300 | |
}, | |
"refresh": 900, | |
"handlers": [ | |
"slack", | |
"pagerduty_all_hours" | |
] | |
}, | |
"environment": "production" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment