Update dsmon.sh

This commit is contained in:
2023-01-02 16:19:12 -06:00
parent 49b7a02ba3
commit 9202c8b9c7

View File

@@ -106,9 +106,9 @@ CHECK(){
for hostname in "${hostnames_sort[@]}"; do
hostid=${host_ids[$hostname]}
if [ "${1}" != "report" ]; then
echo -e "${idsST[Bold]}"; DIVIDER false lightCyan 90
echo -e "${idsST[Bold]}"; DIVIDER false lightCyan 85
echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}"
DIVIDER false lightCyan 90
DIVIDER false lightCyan 85
fi
checkhost=$(CHECK_HOST ${host_ip[$hostid]})