check_local_elasticsearch_service.sh: chnage --max-timeout and --connect-timeout for curl request.
This commit is contained in:
@ -10,6 +10,30 @@
|
||||
# -
|
||||
#LOCAL_ES_SERVICE_TO_CHECK=""
|
||||
|
||||
|
||||
# - TIME_OUT
|
||||
# -
|
||||
# - Maximum time in seconds that is aalowed for the whole curl request
|
||||
# -
|
||||
# - Defaults to:
|
||||
# TIME_OUT=20
|
||||
# -
|
||||
#TIME_OUT=20
|
||||
|
||||
# - CONNECT_TIMEOUT
|
||||
# -
|
||||
# - Maximum time in seconds that you allow curl's connection to take.
|
||||
# -
|
||||
# - Note:
|
||||
# - This only limits the connection phase, so if curl connects within
|
||||
# - the given period it will continue - if not it will exit.
|
||||
# -
|
||||
# - Defaults to:
|
||||
# - CONNECT_TIMEOUT=5
|
||||
# -
|
||||
#CONNECT_TIMEOUT=5
|
||||
|
||||
|
||||
# - LOG_FILES_TO_MONITOR[:<n>]
|
||||
# -
|
||||
# - Print out the last lines from theses given logfiles
|
||||
@ -27,14 +51,6 @@
|
||||
# -
|
||||
#LOG_FILES_TO_MONITOR=""
|
||||
|
||||
# - TIME_OUT
|
||||
# -
|
||||
# - Timeout for curl request of each website
|
||||
# -
|
||||
# - Defaults to: TIME_OUT=20
|
||||
# -
|
||||
#TIME_OUT=20
|
||||
|
||||
|
||||
# - CONFLICTING_SCRIPTS
|
||||
# -
|
||||
|
Reference in New Issue
Block a user