ansible-role-zammad/templates/opensearch.monit

6 lines
327 B
Plaintext

check process opensearch with pidfile /run/opensearch/opensearch.pid
start program = "/usr/sbin/service opensearch start"
stop program = "/usr/sbin/service opensearch stop"
if failed host {{ opensearch.network_host }} port {{ opensearch.http_port }} for 3 cycles then restart
if 5 restarts within 5 cycles then timeout