[hobbit] rrd- data can't be created

Henrik Stoerner henrik at hswn.dk
Tue Aug 8 13:26:00 CEST 2006


On Tue, Aug 08, 2006 at 12:46:01PM +0200, Steffen.Pelzetter at nexans.com wrote:
> Hello,
> 
> I've installed hobbit 4.1.2 on debian alpha port.

4.1.2 is a bit old; you should at least upgrade to 4.1.2p2 since there
are a couple of security related bugs in the original 4.1.2.

It doesn't affect the problem you have, though. Is this Debian 3.1
(Sarge) ?

> 2006-08-08 10:47:41 RRD error creating 
> /usr/local/hobbit/data/rrd/wva-svalpha2/netstat.rrd: min must be less than 
> max in DS definition

That's a new one. What rrdtool version do you have ? "rrdtool --version"

Could you try adding the "--debug" option to the hobbitd_rrd commandline
in the ~hobbit/server/etc/hobbitserver.cfg ? It will then print out the
exact parameters it uses for creating the RRD files, like this:

2006-08-08 13:21:02 Creating rrd /var/lib/hobbit/rrd/client1.hswn.dk/netstat.rrd
2006-08-08 13:21:02 RRD create param 00: 'rrdcreate'
2006-08-08 13:21:02 RRD create param 01: '/var/lib/hobbit/rrd/client1.hswn.dk/netstat.rrd'
2006-08-08 13:21:02 RRD create param 02: 'DS:udpInDatagrams:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 03: 'DS:udpOutDatagrams:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 04: 'DS:udpInErrors:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 05: 'DS:tcpActiveOpens:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 06: 'DS:tcpPassiveOpens:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 07: 'DS:tcpAttemptFails:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 08: 'DS:tcpEstabResets:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 09: 'DS:tcpCurrEstab:GAUGE:600:0:U'
2006-08-08 13:21:02 RRD create param 10: 'DS:tcpOutDataBytes:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 11: 'DS:tcpInInorderBytes:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 12: 'DS:tcpInUnorderBytes:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 13: 'DS:tcpRetransBytes:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 14: 'DS:tcpOutDataPackets:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 15: 'DS:tcpInInorderPackets:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 16: 'DS:tcpInUnorderPackets:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 17: 'DS:tcpRetransPackets:DERIVE:600:0:U'
2006-08-08 13:21:02 RRD create param 18: 'RRA:AVERAGE:0.5:1:576'
2006-08-08 13:21:02 RRD create param 19: 'RRA:AVERAGE:0.5:6:576'
2006-08-08 13:21:02 RRD create param 20: 'RRA:AVERAGE:0.5:24:576'
2006-08-08 13:21:02 RRD create param 21: 'RRA:AVERAGE:0.5:288:576'

You could then try running the command by hand (just a few of the DS
lines are needed). E.g.

rrdtool create testfile.rrd \
   'DS:udpInDatagrams:DERIVE:600:0:U' \
   'RRA:AVERAGE:0.5:1:576'

and see if it gives the same error.


Regards,
Henrik




More information about the Xymon mailing list