Skip to content

Instantly share code, notes, and snippets.

@tas50
Created August 27, 2015 18:22
Show Gist options
  • Save tas50/0f9134adb94aa2a816dd to your computer and use it in GitHub Desktop.
Save tas50/0f9134adb94aa2a816dd to your computer and use it in GitHub Desktop.
{
"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