I recently configured my Zabbix system to catch traps sent from some Windows 2000 servers. The traps have a very long numeric TrapOID, and as I was using the TrapOID as the KEY for my Item, I ran into a filed size limit in the database. Field item.key_ is only 64 characters long. I had to change it to 128.
I used the TrapOID and HOSTNAME pulled from the trap itself to have snmptrap.sh tell zabbix_sender where to put the information in the zabbix database.
I hate to make changes to the internals of a system, but this got me going, and now Zabbix can alert me of traps thrown from the Windows Server's Event Logs.
Yay!
Ross
I used the TrapOID and HOSTNAME pulled from the trap itself to have snmptrap.sh tell zabbix_sender where to put the information in the zabbix database.
I hate to make changes to the internals of a system, but this got me going, and now Zabbix can alert me of traps thrown from the Windows Server's Event Logs.
Yay!
Ross
Comment