This commit is contained in:
2023-06-23 18:15:07 -05:00
parent 71f7563d07
commit e186e1026a
2 changed files with 11 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='4.7.124-06212023'
VERS='4.7.125-06212023'
# NODETYPES=WEB
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB
@@ -41,9 +41,9 @@ WEB_NGINX_SITES='/mnt/web-data/nginx/sites-enabled'
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck '
CERT_DAEMON='/snap/bin/certbot'
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
FOLDER=/opt/idssys/nodemgmt
TMPFOLDER=${FOLDER}/.tmp
SCRIPT=${FOLDER}/nodemgmt-scripts.sh
LOGFOLDER=${FOLDER}/logs
LOGFILE=${LOGFOLDER}/logfile
@@ -62,7 +62,9 @@ LB_REPL_CHECK=( lb-data )
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
#NC_REPL_CHECK=( )
declare -A NGINX_PATHS
NGINX_PATHS['LB']='/opt/lb-data/nginx'
NGINX_PATHS['WEB']='/mnt/web-data/nginx'
declare -A NM_HOSTNAMES
NM_HOSTNAMES['10.10.1.121']='Webserver-Node1'