Re: Monitoring network device which can send SNMP Trap
Posted: Thu Sep 26, 2013 10:32 am
Initial changes or additions that should be made:
snmptt.ini
Mode = daemon
unknown_trap_log_enable = 1
snmptt_conf_files = <<END
/etc/snmp/snmptt.conf.tv
END
(Not sure why your snmptt.conf has the .tv added, but this may be preventing some mib additions from working properly.
snmptrapd.conf
disableAuthorization yes
snmptt.conf.tv (your way may be possible but we recommend using snmptraphandler.py like below for exec lines)
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "The newRoot trap indicates that the sending agent has $*"
snmptt.ini
Mode = daemon
unknown_trap_log_enable = 1
snmptt_conf_files = <<END
/etc/snmp/snmptt.conf.tv
END
(Not sure why your snmptt.conf has the .tv added, but this may be preventing some mib additions from working properly.
snmptrapd.conf
disableAuthorization yes
snmptt.conf.tv (your way may be possible but we recommend using snmptraphandler.py like below for exec lines)
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "The newRoot trap indicates that the sending agent has $*"