Dear All
I am using the zabbix perl script zabbix_trap_receiver.pl as an snmp trap translator
but now... I want to use palo alto template and it uses snmptt translator
is it possible to use both as below ?
# Example configuration file for snmptrapd
#
# No traps are handled by default, you must edit this file!
#
# authCommunity log,execute,net public
# traphandle SNMPv2-MIB::coldStart /usr/bin/bin/my_great_script cold
disableAuthorization yes
perl do "/home/zabbix/bin/zabbix_trap_receiver.pl";
perl do "/usr/sbin/snmptthandler-embedded";
Thanks
Heba
I am using the zabbix perl script zabbix_trap_receiver.pl as an snmp trap translator
but now... I want to use palo alto template and it uses snmptt translator
is it possible to use both as below ?
# Example configuration file for snmptrapd
#
# No traps are handled by default, you must edit this file!
#
# authCommunity log,execute,net public
# traphandle SNMPv2-MIB::coldStart /usr/bin/bin/my_great_script cold
disableAuthorization yes
perl do "/home/zabbix/bin/zabbix_trap_receiver.pl";
perl do "/usr/sbin/snmptthandler-embedded";
Thanks
Heba
Comment