Created
May 30, 2018 08:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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