Ad Widget

Collapse

Find string into an SNMP trap

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oct
    Junior Member
    • Dec 2009
    • 22

    #1

    Find string into an SNMP trap

    Hello,

    I have Zabbix 1.8.3 configured to receive traps using SNMPTT. All traps are mapped to the right host.

    I want to generate a Trigger action if no message from the backup software (Symantec's Backup Exec System Recovery) is received for the las 24 hours. I have two options:

    1. Generate a trigger using a combination of expressions to find string "besrNotification" and see if last message is older than 24 hours

    2. Create a calculated item to capture only the traps that contain "besrNotification" string on the payload and apply triggers to it.

    Can anyone help me with this?

    Thanks

    oct
  • oct
    Junior Member
    • Dec 2009
    • 22

    #2
    I found a solution. I think I posted too early...

    I created a new zabbix trapper item with key snmptrapsbesr and configured snmptt.conf.BESR to redirect traps to that key instead of the generic snmptraps. This way I have an item that only receives BESR notifications. All other traps are hold by the default snmp traps item.

    Oct

    Comment

    Working...