Update dsmon.sh
This commit is contained in:
4
dsmon.sh
4
dsmon.sh
@@ -105,9 +105,9 @@ CHECK(){
|
|||||||
#for hostid in "${!host_ip[@]}"; do
|
#for hostid in "${!host_ip[@]}"; do
|
||||||
for hostname in "${hostnames_sort[@]}"; do
|
for hostname in "${hostnames_sort[@]}"; do
|
||||||
hostid=${host_ids[$hostname]}
|
hostid=${host_ids[$hostname]}
|
||||||
echo -e "${idsST[Bold]}"; DIVIDER false blue 100
|
echo -e "${idsST[Bold]}"; DIVIDER false lightCyan 100
|
||||||
echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}"
|
echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}"
|
||||||
DIVIDER false blue 100;
|
DIVIDER false lightCyan 100;
|
||||||
|
|
||||||
c=0; cw=40; spcA=''
|
c=0; cw=40; spcA=''
|
||||||
spc1=`expr ${cw} - 5`
|
spc1=`expr ${cw} - 5`
|
||||||
|
|||||||
Reference in New Issue
Block a user