Results 1 to 2 of 2

Thread: Server Stats

  1. #1
    marklindley's Avatar
    marklindley is offline Active Member
    Join Date
    Oct 2007
    Location
    Bishops Stortford
    Posts
    27
    Rep Power
    6

    Question Server Stats

    Hi,

    My server stats are working fine a part from the disk usage ?? Can anyone tell me how this works please.


    Thanks Mark

  2. #2
    ArcaneMagus's Avatar
    ArcaneMagus is offline Moderator
    Join Date
    Feb 2007
    Location
    Portland, OR
    Posts
    1,147
    Rep Power
    9

    Default

    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 ";
    }

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Zimbra fails after working for 2 weeks
    By Linsys in forum Administrators
    Replies: 10
    Last Post: 10-07-2008, 12:42 AM
  2. need advice on configuring zimbra to work with fax server
    By pheonix1t in forum Administrators
    Replies: 0
    Last Post: 07-11-2007, 07:46 PM
  3. Tomcat broken after upgrade to 4
    By dotslashroot in forum Migration
    Replies: 13
    Last Post: 01-31-2007, 05:05 PM
  4. Error 256 on Installation
    By RuinExplorer in forum Installation
    Replies: 5
    Last Post: 10-19-2006, 09:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •