Skip to content

Instantly share code, notes, and snippets.

@derwolfe
Last active December 27, 2015 11:39
Show Gist options
  • Save derwolfe/7320407 to your computer and use it in GitHub Desktop.
Save derwolfe/7320407 to your computer and use it in GitHub Desktop.
standalone ping check config
{
"checks": {
"ping_check": {
"handlers": ["default"],
"command": "/etc/sensu/plugins/check-http.rb -p http://www.rmienergy.com",
"interval": 5,
"standalone": true,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment