On Wed, Dec 28, 2011 at 11:15 AM, Tim Fletcher <[email protected]> wrote: > On Wed, 2011-12-28 at 10:57 -0300, Carlos Albornoz wrote: > >> Justly is installed on Ubuntu Server 10.04 LTS >> >> I need any special package? > > Just rrdtool I think, the graphs are generated by BackupPC_nightly won't > appear straight away. >
the period of BackupPC_nightly is 1, the server is up since 1 week ago. I read about a patch to apply to GeneralInfo.pm but that patch is arready apply on my installed version (3.1.0-9ubuntu1) If i run the rrdtool command inside GeneralInfo.pm, this run perfect and generate the png image, but the file pool.rrd on log directory dont show information, the dump of pool.rrd is: ################################################################################################################ user@server:~# rrdtool dump /var/log/backuppc/pool.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> 1325109605 </lastupdate> <!-- 2011-12-28 19:00:05 CLST --> <ds> <name> ckb </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> 0.0000000000e+00 </value> <unknown_sec> 0 </unknown_sec> </ds> <!-- Round Robin Archives --> <rra> <cf> AVERAGE </cf> <pdp_per_row> 1 </pdp_per_row> <!-- 86400 seconds --> <params> <xff> 5.0000000000e-01 </xff> </params> <cdp_prep> <ds> <primary_value> 0.0000000000e+00 </primary_value> <secondary_value> 0.0000000000e+00 </secondary_value> <value> NaN </value> <unknown_datapoints> 0 </unknown_datapoints> </ds> </cdp_prep> <database> <!-- 2008-02-27 21:00:00 CLST / 1204156800 --> <row><v> NaN </v></row> ...(same values) <!-- 2011-12-16 21:00:00 CLST / 1324080000 --> <row><v> NaN </v></row> <!-- 2011-12-17 21:00:00 CLST / 1324166400 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-18 21:00:00 CLST / 1324252800 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-19 21:00:00 CLST / 1324339200 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-20 21:00:00 CLST / 1324425600 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-21 21:00:00 CLST / 1324512000 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-22 21:00:00 CLST / 1324598400 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-23 21:00:00 CLST / 1324684800 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-24 21:00:00 CLST / 1324771200 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-25 21:00:00 CLST / 1324857600 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-26 21:00:00 CLST / 1324944000 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2011-12-27 21:00:00 CLST / 1325030400 --> <row><v> 0.0000000000e+00 </v></row> </database> </rra> </rrd> ################################################################################################################ if the server backup since 1 week ago, should show any information, i guess. that is a bug, is a normal behavior? cheers. -- Carlos Albornoz C. Linux User #360502 Fono: 97864420 ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ 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/
