There's a bug in the script:
DISK: : dev: /dev/sda1, mp: /boot, tot: 99, avail: 75
The hostname should be right before that second colon.
I'll fix this in the code:
line 54
$hostname=`/opt/zimbra/bin/zmhostname`;
chomp $hostname;
(Those are backticks, not single quotes) |