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

Reset single RRDtool Databases/Graphs

Hi,

I have some strange (probably from tests) values (100mb/s on an 3mbit connection)
stored in the rrd database for my external device and would like to reset it.
will everything work when i just delete the file in /var/log/reporting/rrd 
and run /etc/init.d/rrdcreator again?

Greets,
Sebastian


This thread was automatically locked due to age.
Parents
  • Nice work, this is almost precise. :-)
    But as a matter of fact, the interface rrds are handled separately, because they rely on the SNMP daemon (and during boot it is not available at that time). You should run /usr/local/bin/rrd_create_interfaces.pl after removing the interface RRD instead, this will do exactly what you want.

    Cheers,
    andreas
Reply
  • Nice work, this is almost precise. :-)
    But as a matter of fact, the interface rrds are handled separately, because they rely on the SNMP daemon (and during boot it is not available at that time). You should run /usr/local/bin/rrd_create_interfaces.pl after removing the interface RRD instead, this will do exactly what you want.

    Cheers,
    andreas
Children