Hi, I am trying to match a string within a SNMP trap (an OID value)
When I try to create a trigger, it works when I receive the trap, however after the time period (T) lapses the trigger is still stuck in Problem state even after the value changes
I am using "Regular expression V matching last value in period T, then N=1, 0 otherwise"
The string I am matching is .3183.1.0.0, I have the value T set to 60s
{Template Server Traps:snmptrap.fallback.regexp(\b\.3183\.1\.0\.0\b ,60)}<>1
Shouldn't the trigger reset if no new traps by the matched string have been found after 60 seconds from the last?

Any help would be greatly appreciated
When I try to create a trigger, it works when I receive the trap, however after the time period (T) lapses the trigger is still stuck in Problem state even after the value changes
I am using "Regular expression V matching last value in period T, then N=1, 0 otherwise"
The string I am matching is .3183.1.0.0, I have the value T set to 60s
{Template Server Traps:snmptrap.fallback.regexp(\b\.3183\.1\.0\.0\b ,60)}<>1
Shouldn't the trigger reset if no new traps by the matched string have been found after 60 seconds from the last?

Any help would be greatly appreciated