Hello,
I'm pretty new to Zabbix 6.0, and ran into an issue with preprocessing of an SNMP Trap item.
Item:


regex Parameters: iso.3.6.1.4.1.33555.3.5.54.4.0 type=2 value=INTEGER: [1-9][0-9]* /1

Error: Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "NaN"

The Trap message:
08:47:23 2024/05/07 ZBXTRAP 10.170.2.211
PDU INFO:
messageid 0
requestid 123456789
notificationtype TRAP
receivedfrom UDP: [10.170.2.211]:162->[10.170.6.18]:162
errorindex 0
errorstatus 0
version 1
community public
transactionid 9
VARBINDS:
iso.3.6.1.2.1.1.3.0 type=67 value=Timeticks: (251795) 0:41:57.95
iso.3.6.1.6.3.1.1.4.1.0 type=6 value=OID: iso.3.6.1.4.1.33555.3.0.54
iso.3.6.1.4.1.33555.3.5.54.1.0 type=2 value=INTEGER: 5
iso.3.6.1.4.1.33555.3.5.54.3.0 type=2 value=INTEGER: 2
iso.3.6.1.4.1.33555.3.5.54.4.0 type=2 value=INTEGER: 501
I would need to monitor the temperature of the OID .3.6.1.4.1.33555.3.5.54.4.0.
The TrapReceiver is receiving traps

It looks like no regex is working for me. Anywone has an idea what I'm doing wrong?
I'm pretty new to Zabbix 6.0, and ran into an issue with preprocessing of an SNMP Trap item.
Item:
regex Parameters: iso.3.6.1.4.1.33555.3.5.54.4.0 type=2 value=INTEGER: [1-9][0-9]* /1
Error: Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "NaN"
The Trap message:
08:47:23 2024/05/07 ZBXTRAP 10.170.2.211
PDU INFO:
messageid 0
requestid 123456789
notificationtype TRAP
receivedfrom UDP: [10.170.2.211]:162->[10.170.6.18]:162
errorindex 0
errorstatus 0
version 1
community public
transactionid 9
VARBINDS:
iso.3.6.1.2.1.1.3.0 type=67 value=Timeticks: (251795) 0:41:57.95
iso.3.6.1.6.3.1.1.4.1.0 type=6 value=OID: iso.3.6.1.4.1.33555.3.0.54
iso.3.6.1.4.1.33555.3.5.54.1.0 type=2 value=INTEGER: 5
iso.3.6.1.4.1.33555.3.5.54.3.0 type=2 value=INTEGER: 2
iso.3.6.1.4.1.33555.3.5.54.4.0 type=2 value=INTEGER: 501
I would need to monitor the temperature of the OID .3.6.1.4.1.33555.3.5.54.4.0.
The TrapReceiver is receiving traps
It looks like no regex is working for me. Anywone has an idea what I'm doing wrong?
Comment