check_webservice_load.sh: support different timeouts for dchecking websites and PHP engine.
This commit is contained in:
@ -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
|
||||
# -
|
||||
|
Reference in New Issue
Block a user