Skip to content

Instantly share code, notes, and snippets.

@darioblanco
Created May 30, 2018 08:33
Show Gist options
  • Save darioblanco/63d7797e542e08a73592c94f00750e0c to your computer and use it in GitHub Desktop.
Save darioblanco/63d7797e542e08a73592c94f00750e0c to your computer and use it in GitHub Desktop.
Example of remediation handler config in /etc/sensu/conf.d/handlers/remediator.json
{
"handlers": {
"remediator": {
"command": "/etc/sensu/handlers/sensu.rb",
"type": "pipe",
"severities": ["critical"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment