Hi,
I have create a template to monitor the trap files and it will alert me when certain traps is received.
After received the traps, it did alert and send the notification email. However, after 2 days, the system status still in warning and not able to changed back to normal.
Below is the item monitored:
Item : snmptrap["SNMPv2-MIB::coldStart"]
Trigger : {Template SNMP traps:snmptrap["SNMPv2-MIB::coldStart"].str("coldStart")}=1
If i guess correctly, the trigger will check through whole log file and when it found string "coldStart", it will alert me.
So, how can i make it to check only the latest value ?
Thank you very much in advance.
I have create a template to monitor the trap files and it will alert me when certain traps is received.
After received the traps, it did alert and send the notification email. However, after 2 days, the system status still in warning and not able to changed back to normal.
Below is the item monitored:
Item : snmptrap["SNMPv2-MIB::coldStart"]
Trigger : {Template SNMP traps:snmptrap["SNMPv2-MIB::coldStart"].str("coldStart")}=1
If i guess correctly, the trigger will check through whole log file and when it found string "coldStart", it will alert me.
So, how can i make it to check only the latest value ?
Thank you very much in advance.
Comment