check_local_webservice.sh: chage conflicting scripts.

This commit is contained in:
Christoph 2022-12-05 00:09:27 +01:00
parent 101fd31b08
commit 25dc227b68
2 changed files with 15 additions and 3 deletions

View File

@ -149,7 +149,11 @@ reboot_system() {
DEFAULT_NUMBER_LINES=20 DEFAULT_NUMBER_LINES=20
DEFAULT_TIME_OUT=20 DEFAULT_TIME_OUT=20
DEFAULT_CONFLICTING_SCRIPTS="/root/bin/monitoring/check_webservice_load.sh" DEFAULT_CONFLICTING_SCRIPTS="
/root/bin/mysql/optimize_mysql_tables.sh
/root/bin/mysql/optimize_mysql_tables-ND.sh
/root/bin/monitoring/check_webservice_load.sh
"
if [[ ! -f "$conf_file" ]]; then if [[ ! -f "$conf_file" ]]; then
echo "" echo ""

View File

@ -66,9 +66,17 @@ LOG_FILES_TO_MONITOR=""
# - " # - "
# - # -
# - Defaults to: # - Defaults to:
# - CONFLICTING_SCRIPTS="/root/bin/monitoring/check_webservice_load.sh" # - CONFLICTING_SCRIPTS="
# - /root/bin/mysql/optimize_mysql_tables.sh
# - /root/bin/mysql/optimize_mysql_tables-ND.sh
# - /root/bin/monitoring/check_webservice_load.sh
# - "
# - # -
#CONFLICTING_SCRIPTS="" #DEFAULT_CONFLICTING_SCRIPTS="
# /root/bin/mysql/optimize_mysql_tables.sh
# /root/bin/mysql/optimize_mysql_tables-ND.sh
# /root/bin/monitoring/check_webservice_load.sh
#"
# --- # ---