Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Only empty RRDTool Graphic

Hello,

we have a ASL120 with Version 7.004 running (Uptime since 15 days).
The Problem ist all RRDTool Grapics are empty (see picture)

I try the following command (look at the timestamp):

***x:/var/log/reporting/rrd # ls -l *.rrd
-rw-r--r-- 1 root root  47840 Aug 15  2007 cpuusage.rrd
-rw-r--r-- 1 root root  47840 Aug 15  2007 ctnl.rrd
-rw-r--r-- 1 root root 281960 Aug 15  2007 diskstat.rrd
-rw-r--r-- 1 root root 141488 Aug 15  2007 ips.rrd
-rw-r--r-- 1 root root  94664 Aug 15  2007 itfusage_eth0.rrd
-rw-r--r-- 1 root root  94664 Aug 15  2007 itfusage_eth1.rrd
-rw-r--r-- 1 root root  94664 Aug 15  2007 itfusage_ppp0.rrd
-rw-r--r-- 1 root root 141488 Aug 15  2007 loadavg.rrd
-rw-r--r-- 1 root root 141488 Aug 15  2007 mailsec.rrd
-rw-r--r-- 1 root root 281960 Aug 15  2007 mem_swap.rrd
-rw-r--r-- 1 root root 188312 Aug 15  2007 pfilter.rrd
-rw-r--r-- 1 root root 188312 Aug 15  2007 vpn.rrd
-rw-r--r-- 1 root root 141488 Aug 15  2007 websec.rrd

What happend here?
Can anyone help me?

Regards 
Michael


This thread was automatically locked due to age.
Parents
  • Well, it's not August 2007 yet, therefore it's rather easy to spot.
    You had a time in the future configured, the latest entry in the .rrd files is from august, and RRD refuses to write .rrd files which have entry dates in the future.

    So there are two options: either wait until August, 15th., or delete the .rrd files and run "/etc/init.d/rrdcreator start". This will wipe the RRD and re-create them empty, so that the reporters can write data to them.

    Cheers,
      andreas
Reply
  • Well, it's not August 2007 yet, therefore it's rather easy to spot.
    You had a time in the future configured, the latest entry in the .rrd files is from august, and RRD refuses to write .rrd files which have entry dates in the future.

    So there are two options: either wait until August, 15th., or delete the .rrd files and run "/etc/init.d/rrdcreator start". This will wipe the RRD and re-create them empty, so that the reporters can write data to them.

    Cheers,
      andreas
Children