Hello
i've a server that forward trap from 30 servers in this example are only two (SERVER1 and SERVER3)
No Trap Parser defined for received trap: TrapOid : .1.1.1.1.1.1.1.1.1.1 Variable Bindings: sysUpTime.0: 0 hours, 22 minutes, 46 seconds. , snmpTrapOID.0: .1.1.1.1.1.1.1.1.1.1 , .1.1.1.1.1.1.1.1.1.1: rule=High System Swap Utilization, state=ACTIVE, severity=HIGH,
host=SERVER1, service=APPLIANCE, alarmid=313-0920-0006, policy=SA custom Host Monitoring Policy, stat=SystemInfo/Swap Utilization,
value=100% time=November 3, 2016 4:30:59 PM UTC utc=1478190659721 ,
No Trap Parser defined for received trap: TrapOid : .1.1.1.1.1.1.1.1.1.1 Variable Bindings: sysUpTime.0: 0 hours, 22 minutes, 45 seconds. , snmpTrapOID.0: .1.1.1.1.1.1.1.1.1.1 , .1.1.1.1.1.1.1.1.1.1: rule=High System Swap Utilization, state=ACTIVE, severity=HIGH,
host=SERVER3, service=APPLIANCE, alarmid=313-0920-0005, policy=SA custom Host Monitoring Policy, stat=SystemInfo/Swap Utilization,
value=51.39% time=November 8, 2016 7:14:38 AM UTC utc=1478589278628 ,
No Trap Parser defined for received trap: TrapOid : .1.1.1.1.1.1.1.1.1.1 Variable Bindings: sysUpTime.0: 0 hours, 22 minutes, 36 seconds. , snmpTrapOID.0: .1.1.1.1.1.1.1.1.1.1 , .1.1.1.1.1.1.1.1.1.1: rule=High System Swap Utilization, state=CLEARED, severity=HIGH,
host=SERVER1, service=APPLIANCE, alarmid=313-0906-0004, policy=SA custom Host Monitoring Policy, stat=SystemInfo/Swap Utilization,
value=2% time=November 8, 2016 9:20:39 AM UTC utc=1478596839412 ,
No Trap Parser defined for received trap: TrapOid : .1.1.1.1.1.1.1.1.1.1 Variable Bindings: sysUpTime.0: 0 hours, 22 minutes, 36 seconds. , snmpTrapOID.0: .1.1.1.1.1.1.1.1.1.1 , .1.1.1.1.1.1.1.1.1.1: rule=High System Swap Utilization, state=CLEARED, severity=HIGH,
host=SERVER3, service=APPLIANCE, alarmid=313-0906-0003, policy=SA custom Host Monitoring Policy, stat=SystemInfo/Swap Utilization,
value=2% time=November 8, 2016 9:20:39 AM UTC utc=1478596839409 ,
The Oid are always the same , the only value that i need is host=SERVER1 (or SERVER3) and value=51.39% (value=2% in this exemple)
Is possible to get those values and Create Trap Processor that analyze only this values and send an e-mail with this value (host=SERVER1 and value=51.39%)
I tryed to create a trap processor but in Message field ($TrapName trap received from $SourceMO(displayName) with SNMP Varbinds $*) i'm not able to get only this two values.
In advanced criteria (first varbind .........) what is the separator ? (is the space or the comma)
Thanks
Franco