Hi all,<br><br>I have create a test that I call queue_count and it monitors the QueueDepth of JmsQueue's on Weblogic<br>My output is like so :<br><br>OnlineQueue      : 5<br>TimeQueue        : 0<br>ReloadQueue     : 1<br>
<br>Queue names are not always the same between hosts so I'd rather not have the queue name as a DS in the rrd.<br><br>I put my check in the hobbitserver.cfg <br><br>TEST2RRD includes "queue_count=ncv"<br>SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE )<br>
<br><br>I always get a similar error in rrd-satus.log<br><br>2010-02-16 09:32:05 hobbitd_rrd: Got message 1604 @@status#1604/calkopas17|1266312725.234658|10.10.10.10:198||calkopas17|queue_count|1266314525|green||green|1266271210|0||0||1266312669|linux|external_servers/Test<br>
2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1<br>2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd<br>2010-02-16 09:32:05 RRD create param 00: 'rrdcreate'<br>
2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd'<br>2010-02-16 09:32:05 RRD create param 02: '-s'<br>2010-02-16 09:32:05 RRD create param 03: '300'<br>
2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U'<br>2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U'<br>2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576'<br>
2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576'<br>2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576'<br>2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576'<br>
2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda<br><br><br>So it looks like it's not picking up the "GAUGE" and it's always trying to squeeze two results into one rrd where I want a rrd per JmsQueue<br>
<br><br>I'm using xymon 4.3.0-beta2<br><br>Do you spot some obvious errors in my config ?<br><br><br>Best Regards,<br>Steinar M.<br>