对于lighttpd-server监视,我们使用Monit 8.23。 我们的程序最初通过“ monit restart websrv”命令运行服务器。 在大多数情况下,该命令已执行,但是有时命令响应仅会失败-就像忽略了该命令一样。 有人有类似的问题吗?
check process websrv with pidfile /var/run/lighttpd.pid
start program = "/usr/share/monit/.webmonit.sh start &> /dev/null &"
stop program = "/usr/share/monit/.webmonit.sh stop &> /dev/null &"
restart program = "/usr/share/monit/.webmonit.sh restart &> /dev/null &"
if 3 restarts with 3 cycles then timeout
depends on websrv_rc, websrv_config