Created
May 30, 2018 08:29
-
-
Save darioblanco/79c06c3bb50b3e1bc5fd354bb144e23a to your computer and use it in GitHub Desktop.
Example of server check config in /etc/sensu/conf.d/checks/check-zookeeper-proc.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
{ | |
"checks": { | |
"check-zookeeper-proc": { | |
"command": "/etc/sensu/plugins/check-procs.rb -p '/usr/share/java/zookeeper.jar'", | |
"interval": 60, | |
"occurrences": 2, | |
"handlers": ["default"], | |
"subscribers": ["zookeeper"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment