✏️ 正在编辑: apache2.monit
路径:
/usr/share/doc/apache2/examples/apache2.monit
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
check process apache2 with pidfile /var/run/apache2.pid group www start program = "service apache2 start" stop program = "service apache2 stop" if failed host localhost port 80 protocol HTTP request "/" then restart if 5 restarts within 5 cycles then timeout
💾 保存文件
← 返回文件管理器