Dear list, after some debugging I found out that my poolUsage.rrd recently only contains NaN:
rrdtool dump /var/log/BackupPC/poolUsage.rrd ?xml version="1.0" encoding="utf-8"?> <!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd"> <!-- Round Robin Database Dump --><rrd> <version> 0003 </version> <step> 86400 </step> <!-- Seconds --> <lastupdate> 1400457600 </lastupdate> <!-- 2014-05-19 02:00:00 CEST --> <ds> <name> c3kB </name> <type> GAUGE </type> <minimal_heartbeat> 172800 </minimal_heartbeat> <min> 0.0000000000e+00 </min> <max> NaN </max> <!-- PDP Status --> <last_ds> 0 </last_ds> <value> NaN </value> <unknown_sec> 0 </unknown_sec> </ds> [skipped] <!-- 2014-02-11 01:00:00 CET / 1392076800 --> <row><v> 0.0000000000e+00 </v><v> 2.7794994960e+09 </v><v> 0.0000000000e+00 </v><v> 0.0000000000e+00 </v><v> 1.0707419760e+09 </v></row> <!-- 2014-02-12 01:00:00 CET / 1392163200 --> <row><v> 0.0000000000e+00 </v><v> 2.7794994960e+09 </v><v> 0.0000000000e+00 </v><v> 0.0000000000e+00 </v><v> 1.0712590920e+09 </v></row> <!-- 2014-02-13 01:00:00 CET / 1392249600 --> <row><v> 0.0000000000e+00 </v><v> 2.7794994960e+09 </v><v> 0.0000000000e+00 </v><v> 0.0000000000e+00 </v><v> 1.0889751880e+09 </v></row> <!-- 2014-02-14 01:00:00 CET / 1392336000 --> <row><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v></row> <!-- 2014-02-15 01:00:00 CET / 1392422400 --> <row><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v></row> <!-- 2014-02-16 01:00:00 CET / 1392508800 --> <row><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v></row> <!-- 2014-02-17 01:00:00 CET / 1392595200 --> <row><v> 0.0000000000e+00 </v><v> 4.0789246127e+09 </v><v> 0.0000000000e+00 </v><v> 0.0000000000e+00 </v><v> 1.1202434280e+09 </v></row> <!-- 2014-02-18 01:00:00 CET / 1392681600 --> <row><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v><v> NaN </v></row> [skipped] My guess is that rrdtool 1.3.8 on CentOS 6.5 has problems with number larger than 4 T. Is this something known and can anybody give me a hint, please? Kind regards Boris ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
