Update dsmon.sh

This commit is contained in:
2025-02-22 10:56:27 -06:00
parent a491870a42
commit 21127042c9

View File

@@ -406,7 +406,7 @@ RUNCMDSLOW(){
while read hostid hostname hostip hostlimits; do
if [ "${hostname}" != "host" ]; then
echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${hostname}${idsCL[Default]}${idsST[Reset]}"
echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${hostname} - ${hostip}${idsCL[Default]}${idsST[Reset]}"
#ssh -tq -o ConnectTimeout=3 -o ConnectionAttempts=1 root@$(echo ${hostip} | cut -d ";" -f1) ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} ${21} ${22}
echo
fi