diff --git a/templates/monit.j2 b/templates/monit.j2 index 31adc10..f813427 100644 --- a/templates/monit.j2 +++ b/templates/monit.j2 @@ -4,5 +4,5 @@ check process php-fpm with pidfile /run/php/php{{ php_version.stdout }}-fpm.pid group webserver start program = "/usr/sbin/service php{{ php_version.stdout }}-fpm start" stop program = "/usr/sbin/service php{{ php_version.stdout }}-fpm stop" - if failed unixsocket /run/php/{{ php_version.stdout }}-fpm.sock for 3 cycles then restart + if failed unixsocket /run/php/php{{ php_version.stdout }}-fpm.sock for 3 cycles then restart if 3 restarts within 5 cycles then timeout