Is it possible to use custom mibs in advanced alerts? We currently monitor PSUs and OSPF status on nortel 8600 switches. Works perfect except the fact that I cannot configure an advanced alert for custom mibs. Take OSPF as an example. We monitor the status of OSPF neighbor (8 when it's full). What I need is to create an alert that will go off if the neighbor status is different than 8 (custom MIB works fine because I can display it on the website). Even if I use a complex condition, there are not enough variables to match the whole statement.
I've checked many combinations including :
match all:
field Poller Name is equal to vlaue ospfNbrState
value ${CustomPollerStatus.Total} is not equal to value 8
but it doesn't seem to work. In my opinion it should be something like that:
(field Poller Name is equal to value ospfNbrState) is equal to value 8
If it's possible to configure alerts with custom mibs I would appreciate any examples.