View Single Post
  #12 (permalink)  
Old 03-05-2006, 11:31 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default

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)
Reply With Quote