Hi everyone
I get SNMP Trap messages from a device whenever it loses connection to google and a different message, when it reconnects.
Now I would like to create a trigger that is active whenever connection is not established. How would I do this?
Because if I make snmptrap[connection_lost].nodata(9999)&&!snmptrap[connected].nodata(9999) I will end up seeing the connection error only once.
Thank you
I get SNMP Trap messages from a device whenever it loses connection to google and a different message, when it reconnects.
Now I would like to create a trigger that is active whenever connection is not established. How would I do this?
Because if I make snmptrap[connection_lost].nodata(9999)&&!snmptrap[connected].nodata(9999) I will end up seeing the connection error only once.
Thank you