Update dsmon.sh

This commit is contained in:
2023-01-02 11:00:55 -06:00
parent 1461b392a9
commit 152e6fef6b

View File

@@ -105,9 +105,9 @@ CHECK(){
#for hostid in "${!host_ip[@]}"; do
for hostname in "${hostnames_sort[@]}"; do
hostid=${host_ids[$hostname]}
echo -e "${idsST[Bold]}"; DIVIDER false yellow 80
echo -e "${idsST[Bold]}"; DIVIDER false yellow 90
echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}"
DIVIDER; echo -e "${idsST[Reset]}"
DIVIDER false yellow 90; echo -e "${idsST[Reset]}"
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
if [ "${checkhost}" != "false" ]; then