19 Oct
2006
19 Oct
'06
8:37 p.m.
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