Skip to content

Instantly share code, notes, and snippets.

@seth-paxton
seth-paxton / gist:d19571620e8986c2ef1a
Created October 6, 2014 22:27
Sensu Remediate Example
1. Download the plugin from: https://github.com/sensu/sensu-community-plugins/blob/master/handlers/remediation/sensu.rb
2. Create the handler definition:
{
"handlers": {
"remediator": {
"type": "pipe",
"command": "/etc/sensu/handlers/remediator.rb"
}
}
}