#470496 Graphs not available anymore after upgrade

#470496#5
Date:
2008-03-11 15:56:27 UTC
From:
To:
Hello,

after the update to version 1.0.6 I do not see certain grahps anymore.
E.g. the Interface statistics for hosts are not shown anymore.
Instead, I see line like the following in the log:
[11-Mar-2008 16:40:11*] Datasource exists in RRD file, but it is not
updated: ifInOctets in
/var/lib/torrus/collector_rrd/calimero_eth0_if-mib.rrd

and

[11-Mar-2008 16:40:11*] Datasource being updated does not exist:
ifHCOutUcastPkts in
/var/lib/torrus/collector_rrd/calimero_eth0_if-mib.rrd

Is there a way to convert the rrd files? Or any other procedure to make
the graphs work again (preferable without data loss)?

Bye,

Joerg

#470496#12
Date:
2011-09-19 23:52:49 UTC
From:
To:
tags #470496 wontfix
thanks

This is unfortunately a design issue in Torrus. Datasources are
referenced by name (usually the name in the SNMP MIB) in the RRD file.
With new versions of Torrus, some names might change (i.e. in your case
ifInOctets -> ifHCOutUcastPkts indicating the move from 32bit to 64bit
SNMP counters), some might be removed or added, but the datasources
present in the RRD are not changed.

If you value your data you can try to export it using rrdtool dump,
change the DS names and reimport it using rrdtool import, but that is
quite cumbersome. If you don't, just delete the corresponding .rrd-File.

Best Regards,
Bernhard