This commit is contained in:
2023-01-01 10:46:30 -06:00
parent d0516c09c0
commit 407f077678
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
VERS='3.12172022'
NODETYPES=MYSQL,WEB
NODETYPES=LB,WEB
#NODETYPES=MYSQL,LB,WEB,NC,PD,MM
MYSQLHOSTS=10.10.1.51,10.10.1.52
WEBHOSTS=10.10.1.121,10.10.1.122

View File

@@ -215,7 +215,7 @@ STATUS(){
elif [ "${srvctst}" = "active" ] && ([ "${srvc}" = "mysql" ] || [ "${srvc}" = "mariadb" ]); then
mysqlgo=true
fi
# echo "mysqlgo=${mysqlgo}"
echo "mysqlgo=${mysqlgo}"
if [ "${srvctst}" != "active" ] && [ "${mysqlgo}" != "true" ]; then
if [ ! -f ${FOLDER}/${nip}-${srvc}.down ]; then