Hello everyone,
I'm facing some challenges with integrating Veeam data into Zabbix. I recently set up the SNMP trap on my Zabbix server and have successfully started receiving backup status data in Zabbix. The issue is that on my Veeam backup server, there are at least 15 jobs running, and I need to organize this data using Zabbix items, triggers, and actions. My goal is to receive distinct alerts for "Success", "Failure", or "Warning" for each individual backup.
Initially, I tried to create an item named "Backup Status" of the SNMP Trap type with the key: snmptrap["Backup"] and set the data type to text. For pre-processing, I added a regular expression with Parameters: 31023.1.1.103.*"(.*)" and Output: \1. At this point, I was able to narrow down the information specifically to the Backup Status Type. However, I found it challenging to replicate these configurations for traps from the other backups.
I haven't been able to find a ready-made template that accomplishes this, and my manual attempts haven't been successful. Can anyone assist?
08-08-2023 09:41:11
09:41:09 2023/08/08 PDU INFO:
requestid 0
errorstatus 0
transactionid 28
receivedfrom UDP: [192.168.5.8]:51303->[192.168.5.26]:162
messageid 0
notificationtype TRAP
community public
errorindex 0
version 0
VARBINDS:
iso.3.6.1.2.1.1.3.0 type=67 value=Timeticks: (48863056) 5 days, 15:43:50.56
iso.3.6.1.6.3.1.1.4.1.0 type=6 value=OID: iso.3.6.1.4.1.31023.1.1.1.0.1
iso.3.6.1.4.1.31023.1.1.101 type=4 value=STRING: "f5c043e5-50e4-45b5-8c3a-8436658900e2"
iso.3.6.1.4.1.31023.1.1.102 type=4 value=STRING: "Backup"
iso.3.6.1.4.1.31023.1.1.103 type=4 value=STRING: "Success"
iso.3.6.1.4.1.31023.1.1.104 type=4 value=""
iso.3.6.1.6.3.18.1.3.0 type=64 value=IpAddress: 192.168.5.8
iso.3.6.1.6.3.18.1.4.0 type=4 value=STRING: "public"
iso.3.6.1.6.3.1.1.4.3.0 type=6 value=OID: iso.3.6.1.4.1.31023.1.1.1
I'm facing some challenges with integrating Veeam data into Zabbix. I recently set up the SNMP trap on my Zabbix server and have successfully started receiving backup status data in Zabbix. The issue is that on my Veeam backup server, there are at least 15 jobs running, and I need to organize this data using Zabbix items, triggers, and actions. My goal is to receive distinct alerts for "Success", "Failure", or "Warning" for each individual backup.
Initially, I tried to create an item named "Backup Status" of the SNMP Trap type with the key: snmptrap["Backup"] and set the data type to text. For pre-processing, I added a regular expression with Parameters: 31023.1.1.103.*"(.*)" and Output: \1. At this point, I was able to narrow down the information specifically to the Backup Status Type. However, I found it challenging to replicate these configurations for traps from the other backups.
I haven't been able to find a ready-made template that accomplishes this, and my manual attempts haven't been successful. Can anyone assist?
08-08-2023 09:41:11
09:41:09 2023/08/08 PDU INFO:
requestid 0
errorstatus 0
transactionid 28
receivedfrom UDP: [192.168.5.8]:51303->[192.168.5.26]:162
messageid 0
notificationtype TRAP
community public
errorindex 0
version 0
VARBINDS:
iso.3.6.1.2.1.1.3.0 type=67 value=Timeticks: (48863056) 5 days, 15:43:50.56
iso.3.6.1.6.3.1.1.4.1.0 type=6 value=OID: iso.3.6.1.4.1.31023.1.1.1.0.1
iso.3.6.1.4.1.31023.1.1.101 type=4 value=STRING: "f5c043e5-50e4-45b5-8c3a-8436658900e2"
iso.3.6.1.4.1.31023.1.1.102 type=4 value=STRING: "Backup"
iso.3.6.1.4.1.31023.1.1.103 type=4 value=STRING: "Success"
iso.3.6.1.4.1.31023.1.1.104 type=4 value=""
iso.3.6.1.6.3.18.1.3.0 type=64 value=IpAddress: 192.168.5.8
iso.3.6.1.6.3.18.1.4.0 type=4 value=STRING: "public"
iso.3.6.1.6.3.1.1.4.3.0 type=6 value=OID: iso.3.6.1.4.1.31023.1.1.1
Comment