{Snmp.Traps:Snmp_Traps.str(Smart Defense)}=1
This is my trigger that worked in 1.0 but when I upgraded to 1.1 and started to redo all my triggers i get the error:
[ERROR:Cannot add trigger]
Expression [{Snmp.Traps:Snmp_Traps.str(Smart Defense)}] does not match to [server:key.func(param)]
but my expression I belive is right
server = Snmp.Traps
key = Snmp_Traps
func = str
parm = (Smart Defense)
value = is true (=1)
don't know whats wrong.....
This is my trigger that worked in 1.0 but when I upgraded to 1.1 and started to redo all my triggers i get the error:
[ERROR:Cannot add trigger]
Expression [{Snmp.Traps:Snmp_Traps.str(Smart Defense)}] does not match to [server:key.func(param)]
but my expression I belive is right
server = Snmp.Traps
key = Snmp_Traps
func = str
parm = (Smart Defense)
value = is true (=1)
don't know whats wrong.....
Comment