Skip to content

Commit 7904466

Browse files
authored
Merge pull request #61 from openbridge/dev
removing 8080 port checks
2 parents 4edb588 + cc760eb commit 7904466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conf/html/monit/check_nginx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ check host {{NGINX_SERVER_NAME}} with address {{NGINX_SERVER_NAME}}
3333
with timeout 25 seconds
3434
for 3 times within 4 cycles
3535
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'"
3736

3837
check program cache-size with path /usr/bin/env bash -c "check_folder {{CACHE_PREFIX}} 500"
3938
every 20 cycles

0 commit comments

Comments
 (0)