- Package:
- torrus-common
- Source:
- torrus
- Submitter:
- Joerg Dorchain
- Date:
- 2011-09-20 00:30:06 UTC
- Severity:
- normal
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
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