check_webservice_load.sh: support different timeouts for dchecking websites and PHP engine.

This commit is contained in:
2023-04-20 17:22:13 +02:00
parent 36a18cbf43
commit e7b5812704
2 changed files with 29 additions and 4 deletions

View File

@ -58,6 +58,26 @@ check_php_fpm=true
check_redis=false
check_website=false
# TIMEOUT_CHECK_WEBSITE
#
# Maximum time in seconds that you allow for the response from the webserver.
#
# Defaults to:
# TIMEOUT_CHECK_WEBSITE=10
#
#TIMEOUT_CHECK_WEBSITE=10
# TIMEOUT_CHECK_PHP
#
# Maximum time in seconds that you allow for the response from the webserver.
#
# Defaults to:
# TIMEOUT_CHECK_PHP=10
#
#TIMEOUT_CHECK_PHP=10
# - If service is not listen on 127.0.0.1/loclhost, curl check must
# - be ommited
# -