Hello,
I need a help to monitoring Arcserve jobs with Zabbix using snmp traps. I did everything using the guide located at http://www.zabbix.com/wiki/howto/mon...a_new_solution
I send a snmp trap test with ARCServe and i try to see the traffic on Zabbix Server using tcpdump:
tcpdump -i any -nn port 162
17:27:43.126590 IP x.x.x.x.2199 > x.x.x.x.x: Trap(122) .1.3.6.1.4.1.46.879 10.223.0.7 enterpriseSpecific s=3 0 .1.3.6.1[|snmp]
Nothing happens in the logs showing that traps were interpreted by the traphandle(perl script)
tail -f /tmp/zabbix_snmptrapdebug.log
snmptrapd.conf:
##############################################
disableAuthorization yes
donotlogtraps false
traphandle default /sbin/scripts/traps.pl
##############################################
snmp.conf
##############################################
dodebugging 1
mibfile /usr/share/snmp/mibs/ARCserve-Alarm-MIB.txt
##############################################
I "googled" a lot, but nothing good about ARCServe SNMP trap and Zabbix.
Any idea?
Thank you
I need a help to monitoring Arcserve jobs with Zabbix using snmp traps. I did everything using the guide located at http://www.zabbix.com/wiki/howto/mon...a_new_solution
I send a snmp trap test with ARCServe and i try to see the traffic on Zabbix Server using tcpdump:
tcpdump -i any -nn port 162
17:27:43.126590 IP x.x.x.x.2199 > x.x.x.x.x: Trap(122) .1.3.6.1.4.1.46.879 10.223.0.7 enterpriseSpecific s=3 0 .1.3.6.1[|snmp]
Nothing happens in the logs showing that traps were interpreted by the traphandle(perl script)
tail -f /tmp/zabbix_snmptrapdebug.log
snmptrapd.conf:
##############################################
disableAuthorization yes
donotlogtraps false
traphandle default /sbin/scripts/traps.pl
##############################################
snmp.conf
##############################################
dodebugging 1
mibfile /usr/share/snmp/mibs/ARCserve-Alarm-MIB.txt
##############################################
I "googled" a lot, but nothing good about ARCServe SNMP trap and Zabbix.
Any idea?
Thank you
Comment