Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created January 2, 2014 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogg9/8225681 to your computer and use it in GitHub Desktop.
Save marianogg9/8225681 to your computer and use it in GitHub Desktop.
example.json
{
"checks": {
"check_ntp": {
"handlers": [
"twitter",
"mailer-ses",
"mailer"
],
"command": "/etc/sensu/plugins/check_ntp_time -H 0.pool.ntp.org -w 30 -c 60",
"interval": 60,
"occurrences": 1,
"refresh": 1800,
"flapping": true,
"subscribers": [
"0server"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment