SPLITNCV
list Steinar M. Skúlason
Hi all, I have create a test that I call queue_count and it monitors the QueueDepth of JmsQueue's on Weblogic My output is like so : OnlineQueue : 5 TimeQueue : 0 ReloadQueue : 1 Queue names are not always the same between hosts so I'd rather not have the queue name as a DS in the rrd. I put my check in the hobbitserver.cfg TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE ) I always get a similar error in rrd-satus.log 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 2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1 2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd 2010-02-16 09:32:05 RRD create param 00: 'rrdcreate' 2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd' 2010-02-16 09:32:05 RRD create param 02: '-s' 2010-02-16 09:32:05 RRD create param 03: '300' 2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576' 2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576' 2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576' 2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576' 2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda 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 I'm using xymon 4.3.0-beta2 Do you spot some obvious errors in my config ? Best Regards, Steinar M.
list Thomas Eckert
Hi, have a look at http://www.hswn.dk/hobbiton/2008/10/msg00423.html or use the current SVN-snapshot of xymon-4.3.0 as that patch was added by the end of last year http://www.hswn.dk/hobbiton/2009/11/msg00169.html All the best, Thomas
▸
On Tue, 16 Feb 2010, Steinar M. Skúlason wrote:
Hi all, I have create a test that I call queue_count and it monitors the QueueDepth of JmsQueue's on Weblogic My output is like so : OnlineQueue : 5 TimeQueue : 0 ReloadQueue : 1 Queue names are not always the same between hosts so I'd rather not have the queue name as a DS in the rrd. I put my check in the hobbitserver.cfg TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE ) I always get a similar error in rrd-satus.log 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 2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1 2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd 2010-02-16 09:32:05 RRD create param 00: 'rrdcreate' 2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd' 2010-02-16 09:32:05 RRD create param 02: '-s' 2010-02-16 09:32:05 RRD create param 03: '300' 2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576' 2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576' 2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576' 2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576' 2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda 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 I'm using xymon 4.3.0-beta2 Do you spot some obvious errors in my config ? Best Regards, Steinar M.
-- -------------------------------------------------------------------------
| IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX XXXX | | Germany | http://www.it-eckert.de/
list Tom L. Stewart
TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE )
The word GAUAGE does not look right. Tom
▸
-----Original Message----- From: Thomas Eckert [mailto:user-2a86d6cd6326@xymon.invalid] Sent: Tuesday, February 16, 2010 3:48 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] SPLITNCV Hi, have a look at http://www.hswn.dk/hobbiton/2008/10/msg00423.html or use the current SVN-snapshot of xymon-4.3.0 as that patch was added by the end of last year http://www.hswn.dk/hobbiton/2009/11/msg00169.html All the best, Thomas On Tue, 16 Feb 2010, Steinar M. Skúlason wrote:
Hi all, I have create a test that I call queue_count and it monitors the QueueDepth of JmsQueue's on Weblogic My output is like so : OnlineQueue : 5 TimeQueue : 0 ReloadQueue : 1 Queue names are not always the same between hosts so I'd rather not have the queue name as a DS in the rrd. I put my check in the hobbitserver.cfg TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE ) I always get a similar error in rrd-satus.log 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 2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1 2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd 2010-02-16 09:32:05 RRD create param 00: 'rrdcreate' 2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd' 2010-02-16 09:32:05 RRD create param 02: '-s' 2010-02-16 09:32:05 RRD create param 03: '300' 2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576' 2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576' 2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576' 2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576' 2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda 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 I'm using xymon 4.3.0-beta2 Do you spot some obvious errors in my config ? Best Regards, Steinar M.
-- ------------------------------------------------------------------------- | IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX XXXX | | Germany | http://www.it-eckert.de/
list Steinar M. Skúlason
hehe GAUGE ofcourse, that explains why rrdcreate was trying to create graphs with DERIVE :) Thanx Tomas, didn't find anything about this patch in my search. /Steinar On Tue, Feb 16, 2010 at 11:04 PM, Stewart, Tom L.
▸
<user-f210f371749e@xymon.invalid>wrote:
TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE )The word GAUAGE does not look right. Tom -----Original Message----- From: Thomas Eckert [mailto:user-2a86d6cd6326@xymon.invalid] Sent: Tuesday, February 16, 2010 3:48 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] SPLITNCV Hi, have a look at http://www.hswn.dk/hobbiton/2008/10/msg00423.html or use the current SVN-snapshot of xymon-4.3.0 as that patch was added by the end of last year http://www.hswn.dk/hobbiton/2009/11/msg00169.html All the best, Thomas On Tue, 16 Feb 2010, Steinar M. Skúlason wrote:Hi all, I have create a test that I call queue_count and it monitors theQueueDepthof JmsQueue's on Weblogic My output is like so : OnlineQueue : 5 TimeQueue : 0 ReloadQueue : 1 Queue names are not always the same between hosts so I'd rather not have the queue name as a DS in the rrd. I put my check in the hobbitserver.cfg TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE ) I always get a similar error in rrd-satus.log 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/Test2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1 2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd 2010-02-16 09:32:05 RRD create param 00: 'rrdcreate' 2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd' 2010-02-16 09:32:05 RRD create param 02: '-s' 2010-02-16 09:32:05 RRD create param 03: '300' 2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576' 2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576' 2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576' 2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576' 2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda 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 I'm using xymon 4.3.0-beta2 Do you spot some obvious errors in my config ? Best Regards, Steinar M.-- | IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX
9899 | | Germany | http://www.it-eckert.de/
list Thomas Eckert
oops, overlooked the GAUAGE as the "Duplicate DS name: lambda" -- last line of you log-snipplet: --- snipp --- /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda --- snipp --- indicate the SPLITNCV-problem the 2 links refer to.
▸
On Wed, 17 Feb 2010, Steinar M. Skúlason wrote:
hehe GAUGE ofcourse, that explains why rrdcreate was trying to create graphs with DERIVE :) Thanx Tomas, didn't find anything about this patch in my search. /Steinar On Tue, Feb 16, 2010 at 11:04 PM, Stewart, Tom L. <user-f210f371749e@xymon.invalid>wrote:TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE )The word GAUAGE does not look right. Tom -----Original Message----- From: Thomas Eckert [mailto:user-2a86d6cd6326@xymon.invalid] Sent: Tuesday, February 16, 2010 3:48 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] SPLITNCV Hi, have a look at http://www.hswn.dk/hobbiton/2008/10/msg00423.html or use the current SVN-snapshot of xymon-4.3.0 as that patch was added by the end of last year http://www.hswn.dk/hobbiton/2009/11/msg00169.html All the best, Thomas On Tue, 16 Feb 2010, Steinar M. Skúlason wrote:Hi all, I have create a test that I call queue_count and it monitors theQueueDepthof JmsQueue's on Weblogic My output is like so : OnlineQueue : 5 TimeQueue : 0 ReloadQueue : 1 Queue names are not always the same between hosts so I'd rather not have the queue name as a DS in the rrd. I put my check in the hobbitserver.cfg TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE ) I always get a similar error in rrd-satus.log 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/Test2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1 2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd 2010-02-16 09:32:05 RRD create param 00: 'rrdcreate' 2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd' 2010-02-16 09:32:05 RRD create param 02: '-s' 2010-02-16 09:32:05 RRD create param 03: '300' 2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576' 2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576' 2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576' 2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576' 2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda 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 I'm using xymon 4.3.0-beta2 Do you spot some obvious errors in my config ? Best Regards, Steinar M.-- | IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX 9899 | | Germany | http://www.it-eckert.de/
-- ------------------------------------------------------------------------- | IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX XXXX | | Germany | http://www.it-eckert.de/
list Steinar M. Skúlason
I checked out the latest version from subversion and replaced hobbit_rrd and now splitncv is working as expected Thanks, Steinar On Wed, Feb 17, 2010 at 6:13 AM, Thomas Eckert
▸
<user-2a86d6cd6326@xymon.invalid>wrote:
oops, overlooked the GAUAGE as the "Duplicate DS name: lambda" -- last line of you log-snipplet: --- snipp --- /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda --- snipp --- indicate the SPLITNCV-problem the 2 links refer to. On Wed, 17 Feb 2010, Steinar M. Skúlason wrote: hehe GAUGE ofcourse, that explains why rrdcreate was trying to creategraphs with DERIVE :) Thanx Tomas, didn't find anything about this patch in my search. /Steinar On Tue, Feb 16, 2010 at 11:04 PM, Stewart, Tom L. <user-f210f371749e@xymon.invalid>wrote: TEST2RRD includes "queue_count=ncv"SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE )The word GAUAGE does not look right. Tom -----Original Message----- From: Thomas Eckert [mailto:user-2a86d6cd6326@xymon.invalid] Sent: Tuesday, February 16, 2010 3:48 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] SPLITNCV Hi, have a look at http://www.hswn.dk/hobbiton/2008/10/msg00423.html or use the current SVN-snapshot of xymon-4.3.0 as that patch was added by the end of last year http://www.hswn.dk/hobbiton/2009/11/msg00169.html All the best, Thomas On Tue, 16 Feb 2010, Steinar M. Skúlason wrote: Hi all,I have create a test that I call queue_count and it monitors theQueueDepthof JmsQueue's on Weblogic My output is like so : OnlineQueue : 5 TimeQueue : 0 ReloadQueue : 1 Queue names are not always the same between hosts so I'd rather not havethequeue name as a DS in the rrd. I put my check in the hobbitserver.cfg TEST2RRD includes "queue_count=ncv" SPLITNCV_queue_count=*:GAUAGE:600:0:U" ( also tried *:GAUAGE ) I always get a similar error in rrd-satus.log 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/Test2010-02-16 09:32:05 startpos 392396, fillpos 392396, endpos -1 2010-02-16 09:32:05 Creating rrd /var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd 2010-02-16 09:32:05 RRD create param 00: 'rrdcreate' 2010-02-16 09:32:05 RRD create param 01: '/var/lib/xymon/rrd/calkopas17/queue_count,ReloadQueue.rrd' 2010-02-16 09:32:05 RRD create param 02: '-s' 2010-02-16 09:32:05 RRD create param 03: '300' 2010-02-16 09:32:05 RRD create param 04: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 05: 'DS:lambda:DERIVE:600:U:U' 2010-02-16 09:32:05 RRD create param 06: 'RRA:AVERAGE:0.5:1:576' 2010-02-16 09:32:05 RRD create param 07: 'RRA:AVERAGE:0.5:6:576' 2010-02-16 09:32:05 RRD create param 08: 'RRA:AVERAGE:0.5:24:576' 2010-02-16 09:32:05 RRD create param 09: 'RRA:AVERAGE:0.5:288:576' 2010-02-16 09:32:05 RRD error creating /var/lib/xymon/rrd/testserver1/queue_count,ReloadQueue.rrd: Duplicate DS name: lambda So it looks like it's not picking up the "GAUGE" and it's always tryingtosqueeze two results into one rrd where I want a rrd per JmsQueue I'm using xymon 4.3.0-beta2 Do you spot some obvious errors in my config ? Best Regards, Steinar M.-- | IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX 9899 | | Germany | http://www.it-eckert.de/-- | IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898 | Thomas Eckert | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX 9899 | | Germany | http://www.it-eckert.de/