-
-
Save teebu/e2617667da2380ad31a90e245dace539 to your computer and use it in GitHub Desktop.
Elasticsearch monit
This file contains 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 elasticsearch with pidfile /var/run/elasticsearch.pid | |
start program = "/etc/init.d/elasticsearch start" | |
stop program = "/etc/init.d/elasticsearch stop" | |
if 5 restarts within 5 cycles then timeout | |
if failed host 127.0.0.1 port 9200 protocol http then restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment