check_local_elasticsearch_service.sh: change default timeout back to '20'.

This commit is contained in:
Christoph 2023-04-21 01:37:16 +02:00
parent e7b5812704
commit bb87b9c2b8
2 changed files with 3 additions and 3 deletions

View File

@ -188,7 +188,7 @@ reboot_system() {
# Some default values # Some default values
# #
DEFAULT_NUMBER_LINES=20 DEFAULT_NUMBER_LINES=20
DEFAULT_TIME_OUT=60 DEFAULT_TIME_OUT=20
#DEFAULT_CONFLICTING_SCRIPTS="/root/bin/monitoring/check_webservice_load.sh" #DEFAULT_CONFLICTING_SCRIPTS="/root/bin/monitoring/check_webservice_load.sh"

View File

@ -31,9 +31,9 @@
# - # -
# - Timeout for curl request of each website # - Timeout for curl request of each website
# - # -
# - Defaults to: TIME_OUT=60 # - Defaults to: TIME_OUT=20
# - # -
#TIME_OUT=60 #TIME_OUT=20
# - CONFLICTING_SCRIPTS # - CONFLICTING_SCRIPTS