On 12/10/06, James Mckenzie <[EMAIL PROTECTED]> wrote:
>  This will only send out a Trap when the event fails, is that correct.

With a Boolean Trigger monitor, then yes.
This will send a mteTriggerFired notification whenever the monitored
condition moves from false to true.

>   What I also need is a notification when the triggering event is corrected.

Two options spring to mind:

  a)  Set up a corresponding monitor entry with the test reversed
(extResult == 0)
       That would trigger a complementary mteTriggerFired notification when the
       (original) monitored condition is cleared again.

  b)  Set up a Threshold Trigger instead
       That would trigger both mteTriggerRising and mteTriggerFalling
notifications


I'm tempted to add a flag to the "monitor" directive to implement a)
automatically, but that'll have to wait until after 5.4 is out.  It's
much to late to start adding such features now.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to