Created
September 25, 2016 18:55
-
-
Save volkan/a65cd24572c7b8f0bf3c5308d86e4f1c to your computer and use it in GitHub Desktop.
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
check process solr with pidfile "/var/solr/solr-8983.pid" | |
start program = "/sbin/service solr start" | |
stop program = "/sbin/service solr stop" | |
restart program = "/sbin/service solr restart" | |
if failed port 8983 type TCP with timeout 3 seconds then start | |
if 5 restarts within 15 cycles then timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment