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 |