Hi,
My server stats are working fine a part from the disk usage ?? Can anyone tell me how this works please.
Thanks Mark
Hi,
My server stats are working fine a part from the disk usage ?? Can anyone tell me how this works please.
Thanks Mark
Is it simply saying data is not available or is it giving blank graphs? If you are running Zimbra on a reiserfs then you will need to modify /opt/zimbra/libexec/zmdisklog to include reiserfs file systems.
Here is the block of code in my file:
Code:if ($platform =~ /MACOSX/) { $MNTCMD = "mount -t hfs"; $DFCMD = "df -ml "; } else { $MNTCMD = "mount -t ext3,reiserfs"; $DFCMD = "df -mlP "; }
There are currently 1 users browsing this thread. (0 members and 1 guests)