From: Chuck B. <cb...@vi...> - 2008-01-10 21:12:12
|
I'm working on a custom template, F5 specifically, and have a question for those who have been through this before. I'm attempting to generate an alert when the pool member node count drops to a certain point. Oid: PoolName : .1.3.6.1.4.1.3375.2.2.5.1.2.1.1 : branch PoolNodeCount : .1.3.6.1.4.1.3375.2.2.5.1.2.1.8 : branch Threshold: PoolNodeCount : yellow : <4 : {PoolName} Active Node Count {PoolNodeCount} PoolNodeCount : red : <2 : {PoolName} Active Node Count {PoolNodeCount} PoolNodeCount contains expected values as indicated in the message file, but alerts are never generated. Running devmon in verbose mode doesn't yield any useful information. What is the best way to troubleshoot this? Any thoughts would be appreciated. Thanks, -- Chuck Byam |
From: Buchan M. <bg...@st...> - 2008-01-13 12:31:05
|
On Thursday 10 January 2008 23:12:01 Chuck Byam wrote: > I'm working on a custom template, F5 specifically, and have a question for > those who have been through this before. I'm attempting to generate an > alert when the pool member node count drops to a certain point. > > > > Oid: > > PoolName : .1.3.6.1.4.1.3375.2.2.5.1.2.1.1 : branch > > PoolNodeCount : .1.3.6.1.4.1.3375.2.2.5.1.2.1.8 : branch > > > > Threshold: > > PoolNodeCount : yellow : <4 : {PoolName} Active Node Count {PoolNodeCount} > > PoolNodeCount : red : <2 : {PoolName} Active Node Count {PoolNodeCount} > > > > PoolNodeCount contains expected values as indicated in the message file, > but alerts are never generated. Running devmon in verbose mode doesn't > yield any useful information. What is the best way to troubleshoot this? > Any thoughts would be appreciated. What version are you using ? 0.3.0-beta2 had a problem with numbeic thresholds, it is fixed in svn (I think this is the change that fixed it: http://devmon.svn.sourceforge.net/viewvc/devmon/trunk/modules/dm_tests.pm?r1=3&r2=10) Could you test with current svn ? If not, I think we will try and release a new beta or rc this week. Regards, Buchan |
From: xbgmsharp <xbg...@gm...> - 2008-01-14 13:40:05
|
I would agree to release a new beta call 0.3.0-beta4 and see any bug =20 report in order to fix then. Personally i have set the 0.3.0-beta4 in production. It is polling all Firewalls (316) and Network (306) devices. Note that the typical response to a bug report is a suggestion to try =20 the latest version first (svn). So please try doing that first, and =20 always include which versions you use of relevant software when =20 reporting bugs (minimum: devmon (devmon -V), devices type you are =20 trying to contact with the template. Regards, Francois Buchan Milne <bg...@st...> a =E9crit : > On Thursday 10 January 2008 23:12:01 Chuck Byam wrote: >> I'm working on a custom template, F5 specifically, and have a question fo= r >> those who have been through this before. I'm attempting to generate an >> alert when the pool member node count drops to a certain point. >> >> >> >> Oid: >> >> PoolName : .1.3.6.1.4.1.3375.2.2.5.1.2.1.1 : branch >> >> PoolNodeCount : .1.3.6.1.4.1.3375.2.2.5.1.2.1.8 : branch >> >> >> >> Threshold: >> >> PoolNodeCount : yellow : <4 : {PoolName} Active Node Count {PoolNodeCount= } >> >> PoolNodeCount : red : <2 : {PoolName} Active Node Count {PoolNodeCount} >> >> >> >> PoolNodeCount contains expected values as indicated in the message file, >> but alerts are never generated. Running devmon in verbose mode doesn't >> yield any useful information. What is the best way to troubleshoot this? >> Any thoughts would be appreciated. > > What version are you using ? 0.3.0-beta2 had a problem with numbeic > thresholds, it is fixed in svn (I think this is the change that fixed it: > http://devmon.svn.sourceforge.net/viewvc/devmon/trunk/modules/dm_tests.pm?= r1=3D3&r2=3D10) > > Could you test with current svn ? If not, I think we will try and release = a > new beta or rc this week. > > Regards, > Buchan > --=20 Thanks for using xbgm# / Devmon / BBwin. http://xbgm.sourceforge.net/ http://devmon.sourceforge.net/ http://bbwin.sourceforge.net/ Please feedback. |
From: Chuck B. <cb...@vi...> - 2008-01-14 15:50:46
|
> > Oid: > > > > PoolName : .1.3.6.1.4.1.3375.2.2.5.1.2.1.1 : branch > > > > PoolNodeCount : .1.3.6.1.4.1.3375.2.2.5.1.2.1.8 : branch > > > > > > > > Threshold: > > > > PoolNodeCount : yellow : <4 : {PoolName} Active Node Count > {PoolNodeCount} > > > > PoolNodeCount : red : <2 : {PoolName} Active Node Count > {PoolNodeCount} > > > > > > > > PoolNodeCount contains expected values as indicated in the message > file, > > but alerts are never generated. Running devmon in verbose mode > doesn't > > yield any useful information. What is the best way to troubleshoot > this? > > Any thoughts would be appreciated. >=20 > What version are you using ? 0.3.0-beta2 had a problem with numbeic > thresholds, it is fixed in svn (I think this is the change that fixed << snip, snip >> [Byam, Charles R]=20 Currently using beta4. Snmpwalk returns a repeater type integer of = expected values. Regards, -- Chuck Byam |
From: Buchan M. <bg...@st...> - 2008-01-31 08:34:14
|
On Thursday 10 January 2008 23:12:01 Chuck Byam wrote: > I'm working on a custom template, F5 specifically, and have a question for > those who have been through this before. I'm attempting to generate an > alert when the pool member node count drops to a certain point. > > > > Oid: > > PoolName : .1.3.6.1.4.1.3375.2.2.5.1.2.1.1 : branch > > PoolNodeCount : .1.3.6.1.4.1.3375.2.2.5.1.2.1.8 : branch > > > > Threshold: > > PoolNodeCount : yellow : <4 : {PoolName} Active Node Count {PoolNodeCount} > > PoolNodeCount : red : <2 : {PoolName} Active Node Count {PoolNodeCount} > > > > PoolNodeCount contains expected values as indicated in the message file, > but alerts are never generated. Running devmon in verbose mode doesn't > yield any useful information. What is the best way to troubleshoot this? > Any thoughts would be appreciated. Did you use {PoolNodeCount.color} in your message file ? If you don't, no colors are applied ... If you don't come right, please supply the message file. Unfortunately, it's not easy to add logging of matching of thresholds (the function is written in such a way that it returns when matching a threshold), but besides adding a {alias.color} tag, there's almost nothing to troubleshoot. When I did it myself, I wasted a lot of time before noticing that I needed to make this change: http://devmon.svn.sourceforge.net/viewvc/devmon?view=rev&revision=40 Regards, Buchan |