Probably a pretty basic thing to do, but my Google-fu is failing me. I have a device monitored via SNMP which sends a trap (which I am receiving in Zabbix) on a link failure, and a different trap on link restoration. I want the trigger to alert on link failure, and then clear on link up. I tried using
But that doesn't appear to work.
I'm using v3.0.10 with the python handler to deal with the traps. And, yes, the names are resolving to OIDs.
Code:
{Dragonwave Template:snmptrap["IF-MIB::linkDown"].regexp(IF-MIB::linkUp)}=0 or {Dragonwave Template:snmptrap["IF-MIB::linkDown"].regexp(IF-MIB::linkDown)}=1
I'm using v3.0.10 with the python handler to deal with the traps. And, yes, the names are resolving to OIDs.
Comment