Hi folks,
I'm trying to create a template for a IBM SVC, which only sends SNMP traps (classic SAN hardware).
Here's the trap I received during my test :
I've created the following item in my template :
So I wanted to catch only this part of the message (and ideally, only the part in red) :
However, in the latest data section, I see all the data sent, not only the tsveERRI part. What should I do do get only this line ?
I'm trying to create a template for a IBM SVC, which only sends SNMP traps (classic SAN hardware).
Here's the trap I received during my test :
20:09:58 2016/12/27 ZBXTRAP x.x.x.x
PDU INFO:
version 1
community xxxxxxx
errorstatus 0
notificationtype TRAP
errorindex 0
messageid 0
requestid 92544141
transactionid 4
receivedfrom UDP: [x.x.x.x]:54600->[x.x.x.x]:162
VARBINDS:
DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (0) 0:00:00.00
SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: IBM-SVC-MIB::tsveITrap
IBM-SVC-MIB::tsveMACH type=4 value=STRING: "# Machine Type = 2145DH8"
IBM-SVC-MIB::tsveSERI type=4 value=STRING: "# Serial Number = xxxxxxx"
IBM-SVC-MIB::tsveERRI type=4 value=STRING: "# Error ID = 984515 : Node battery conditioning completed"
IBM-SVC-MIB::tsveERRC type=4 value=STRING: "# Error Code = "
IBM-SVC-MIB::tsveSWVE type=4 value=STRING: "# System Version = 7.6.1.4 (build 125.0.1605241053000)"
IBM-SVC-MIB::tsveFRUP type=4 value=STRING: "# FRU = None "
IBM-SVC-MIB::tsveCLUS type=4 value=STRING: "# System Name = xxxxxxxx"
IBM-SVC-MIB::tsveNODE type=4 value=STRING: "# Node ID = 0"
IBM-SVC-MIB::tsveERRS type=4 value=STRING: "# Error Sequence Number = 1565"
IBM-SVC-MIB::tsveTIME type=4 value=STRING: "# Timestamp = Tue Dec 27 20:14:45 2016"
IBM-SVC-MIB::tsveOBJT type=4 value=STRING: "# Object Type = node"
IBM-SVC-MIB::tsveOBJI type=4 value=STRING: "# Object ID = 1"
IBM-SVC-MIB::tsveOBJN type=4 value=STRING: "# Object Name = xxxxxxxx"
IBM-SVC-MIB::tsveCOPY type=4 value=STRING: "# Copy ID = "
IBM-SVC-MIB::tsveMPNO type=4 value=STRING: "# Machine Part Number = "
IBM-SVC-MIB::tsveADD1 type=4 value=STRING: "# Additional Data (0 -> 63) = 01000000000000000000000000000000000000000000000002 00000000000064013030415232363000000000000000000000 0000000000313153303041523035"
IBM-SVC-MIB::tsveADD2 type=4 value=STRING: "# Additional Data (64 -> 127) = 36594D31304247353950304131363A312D3000000000000000 00000000000000000000000000000000000000000000000000 0000000000000000000000000000"
PDU INFO:
version 1
community xxxxxxx
errorstatus 0
notificationtype TRAP
errorindex 0
messageid 0
requestid 92544141
transactionid 4
receivedfrom UDP: [x.x.x.x]:54600->[x.x.x.x]:162
VARBINDS:
DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (0) 0:00:00.00
SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: IBM-SVC-MIB::tsveITrap
IBM-SVC-MIB::tsveMACH type=4 value=STRING: "# Machine Type = 2145DH8"
IBM-SVC-MIB::tsveSERI type=4 value=STRING: "# Serial Number = xxxxxxx"
IBM-SVC-MIB::tsveERRI type=4 value=STRING: "# Error ID = 984515 : Node battery conditioning completed"
IBM-SVC-MIB::tsveERRC type=4 value=STRING: "# Error Code = "
IBM-SVC-MIB::tsveSWVE type=4 value=STRING: "# System Version = 7.6.1.4 (build 125.0.1605241053000)"
IBM-SVC-MIB::tsveFRUP type=4 value=STRING: "# FRU = None "
IBM-SVC-MIB::tsveCLUS type=4 value=STRING: "# System Name = xxxxxxxx"
IBM-SVC-MIB::tsveNODE type=4 value=STRING: "# Node ID = 0"
IBM-SVC-MIB::tsveERRS type=4 value=STRING: "# Error Sequence Number = 1565"
IBM-SVC-MIB::tsveTIME type=4 value=STRING: "# Timestamp = Tue Dec 27 20:14:45 2016"
IBM-SVC-MIB::tsveOBJT type=4 value=STRING: "# Object Type = node"
IBM-SVC-MIB::tsveOBJI type=4 value=STRING: "# Object ID = 1"
IBM-SVC-MIB::tsveOBJN type=4 value=STRING: "# Object Name = xxxxxxxx"
IBM-SVC-MIB::tsveCOPY type=4 value=STRING: "# Copy ID = "
IBM-SVC-MIB::tsveMPNO type=4 value=STRING: "# Machine Part Number = "
IBM-SVC-MIB::tsveADD1 type=4 value=STRING: "# Additional Data (0 -> 63) = 01000000000000000000000000000000000000000000000002 00000000000064013030415232363000000000000000000000 0000000000313153303041523035"
IBM-SVC-MIB::tsveADD2 type=4 value=STRING: "# Additional Data (64 -> 127) = 36594D31304247353950304131363A312D3000000000000000 00000000000000000000000000000000000000000000000000 0000000000000000000000000000"
Name : SNMP TSVE Errors
Type : SNMP Trap
Key : snmptrap["IBM-SVC-MIB::tsveERRI"]
Type of information : Log
Type : SNMP Trap
Key : snmptrap["IBM-SVC-MIB::tsveERRI"]
Type of information : Log
IBM-SVC-MIB::tsveERRI type=4 value=STRING: "# Error ID = 984515 : Node battery conditioning completed"
Comment