We do this by doing the following:
monitoring variable:
internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifOperStatus
with: threshold up
and changing the MoJoCheckThreshold procedure in library.tcl like
this:
if {$t == ""} continue
## @JER changed for checking of up or down status
if {$v < $t} {
!!! Note this hack will break most other kinds of SNMP monitoring!!!
Now to write a script to process those traps....
Have fun,
James
-- James E. Robinson, III | http://www.cc.ncsu.edu/james jer@ncsu.edu | Research, Development and Data Comm. Systems Programmer | North Carolina State University "The first step to wisdom is silence; the second is listening."