RRD data not being created.
On Thu, Oct 19, 2006 at 04:14:13PM -0400, Rob Munsch wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 randomaccess - hobbitd_rrd Thu Oct 19 15:43:50 2006 - - Program crashed Fatal signal caught! aaaargh
Most likely, your script returned bogus data to Hobbit. Could you try dumping the data into a file ? I.e. instead of echo "myfile.rrd" echo "DS:....." you would do echo "myfile.rrd" >>/tmp/logfile echo "DS:..." >>/tmp/logfile # Send the data we stored to Hobbit cat /tmp/logfile Henrik