There was an error while loading. Please reload this page.
2 parents 4edb588 + cc760eb commit 7904466Copy full SHA for 7904466
conf/html/monit/check_nginx
@@ -33,7 +33,6 @@ check host {{NGINX_SERVER_NAME}} with address {{NGINX_SERVER_NAME}}
33
with timeout 25 seconds
34
for 3 times within 4 cycles
35
then exec "/usr/bin/env bash -c '/usr/sbin/nginx -s reload'"
36
- if failed port 8080 for 3 cycles then exec "/usr/bin/env bash -c '/usr/sbin/nginx -s stop'"
37
38
check program cache-size with path /usr/bin/env bash -c "check_folder {{CACHE_PREFIX}} 500"
39
every 20 cycles
0 commit comments