Xymon Mailing List Archive search

RRD data not being created.

list Henrik Størner
Thu, 19 Oct 2006 22:37:54 +0200
Message-Id: <user-45682487018b@xymon.invalid>

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