Skip to content

Instantly share code, notes, and snippets.

@sdmx
Created February 28, 2018 16:21
Show Gist options
  • Save sdmx/ff2357fdf4c84712fd291a548e5b1522 to your computer and use it in GitHub Desktop.
Save sdmx/ff2357fdf4c84712fd291a548e5b1522 to your computer and use it in GitHub Desktop.
### Check config
{
"checks": {
"cron": {
"command": "/opt/sensu/embedded/bin/check-process.rb -p cron",
"subscribers": ["default"],
"interval": 60,
"handler": "default"
}
}
}
### Client Config
{
"client": {
"name": "HOST",
"address": "192.168.1.10",
"environment": "development",
"subscriptions": [
"default"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment