update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERS='5.1.4-12112023'
|
VERS='5.1.5-12112023'
|
||||||
NM_BETA=false
|
NM_BETA=false
|
||||||
|
|
||||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck '
|
||||||
|
|||||||
@@ -635,11 +635,11 @@ DOWNLIST(){
|
|||||||
else
|
else
|
||||||
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
||||||
DIVIDER false yellow 110
|
DIVIDER false yellow 110
|
||||||
# if [ "${1}" != "ignore" ]; then
|
if [ "${1}" != "report" ]; then
|
||||||
# echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}"
|
echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}"
|
||||||
# else
|
else
|
||||||
echo -e "${idsCL[Yellow]} [Type] [Host/Service/Docker Name] [Host] [Down_Time] [Notifications]${idsCL[Default]}"
|
echo -e "${idsCL[Yellow]} [Type] [Host/Service/Docker Name] [Host] [Down_Time] [Notifications]${idsCL[Default]}"
|
||||||
# fi
|
fi
|
||||||
DIVIDER false yellow 110
|
DIVIDER false yellow 110
|
||||||
|
|
||||||
until [ "${choice^^}" = "E" ]; do
|
until [ "${choice^^}" = "E" ]; do
|
||||||
@@ -686,9 +686,9 @@ DOWNLIST(){
|
|||||||
c=0; spc2=''; spc1=${cw2}-${#host}
|
c=0; spc2=''; spc1=${cw2}-${#host}
|
||||||
until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done
|
until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done
|
||||||
|
|
||||||
# if [ "${1}" != "ignore" ]; then
|
if [ "${1}" != "report" ]; then
|
||||||
# echo -e "${idsCL[LightRed]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
|
echo -e "${idsCL[LightRed]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
|
||||||
# else
|
else
|
||||||
if [ "${choice}" -gt 0 ] 2>/dev/null && [ ${is} -eq ${choice} ]; then
|
if [ "${choice}" -gt 0 ] 2>/dev/null && [ ${is} -eq ${choice} ]; then
|
||||||
[ ! -f ${NM_TMPFOLDER}/${ditem}.disable ] && touch ${NM_TMPFOLDER}/${ditem}.disable || rm -f ${NM_TMPFOLDER}/${ditem}.disable
|
[ ! -f ${NM_TMPFOLDER}/${ditem}.disable ] && touch ${NM_TMPFOLDER}/${ditem}.disable || rm -f ${NM_TMPFOLDER}/${ditem}.disable
|
||||||
fi
|
fi
|
||||||
@@ -699,18 +699,18 @@ DOWNLIST(){
|
|||||||
c=0; spc3=''
|
c=0; spc3=''
|
||||||
until [ $c = `expr 26 - ${#time}` ]; do spc3="${spc3} "; ((c++)); done
|
until [ $c = `expr 26 - ${#time}` ]; do spc3="${spc3} "; ((c++)); done
|
||||||
echo -e "\033[K${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${idsCL[LightRed]}${itemtype}${spca}${itemname}${spc}${host}${spc2}${time}${spc3}${dstatus}${idsCL[Default]}"
|
echo -e "\033[K${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${idsCL[LightRed]}${itemtype}${spca}${itemname}${spc}${host}${spc2}${time}${spc3}${dstatus}${idsCL[Default]}"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
DIVIDER false darkGray 110
|
DIVIDER false darkGray 110
|
||||||
((is++))
|
((is++))
|
||||||
done
|
done
|
||||||
|
|
||||||
# if [ "${1}" == "ignore" ]; then
|
if [ "${1}" != "report" ]; then
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}"
|
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}"
|
||||||
read -n 1 choice
|
read -n 1 choice
|
||||||
# else
|
else
|
||||||
# choice=E
|
choice=E
|
||||||
# fi
|
fi
|
||||||
[ "${choice^^}" == "E" ] && break
|
[ "${choice^^}" == "E" ] && break
|
||||||
|
|
||||||
echo -e "\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+2" | bc)A"
|
echo -e "\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+2" | bc)A"
|
||||||
|
|||||||
Reference in New Issue
Block a user