Hi there,
I'm working on making a trigger for receiving traps. I got 2 trapper items, 1 that indicates the problem and 1 that has to clear the problem. The items are:
1. BrowserLogin
2. BrowserLogout
My 'Problem expression' does work and is as following:
{Tape unit:snmptrap["DELL-SHADOW-MIB::eventBrowserLogin"].nodata(24h)}=0
Now i want to make a OK event generation so when the user logs out the triggers goes in 'ok' mode. However it doesn't go in 'ok' mode with this expression.
{Tape unit:snmptrap["DELL-SHADOW-MIB::eventBrowserLogout"].nodata(30)}=0
I can't really get it to work and want to use it on other, more useful traps with a clear condition.
I'm working on making a trigger for receiving traps. I got 2 trapper items, 1 that indicates the problem and 1 that has to clear the problem. The items are:
1. BrowserLogin
2. BrowserLogout
My 'Problem expression' does work and is as following:
{Tape unit:snmptrap["DELL-SHADOW-MIB::eventBrowserLogin"].nodata(24h)}=0
Now i want to make a OK event generation so when the user logs out the triggers goes in 'ok' mode. However it doesn't go in 'ok' mode with this expression.
{Tape unit:snmptrap["DELL-SHADOW-MIB::eventBrowserLogout"].nodata(30)}=0
I can't really get it to work and want to use it on other, more useful traps with a clear condition.

Comment