Ad Widget
Collapse
snmptt in zabbix
Collapse
X
-
I'm thoughts are stretched thinly with your feedback so far.
Are you SNMP communities accurate? were you trying on local host as one community and then sending traps from the Dell to a different destination community by chance?
Noticing in your snmptrapd.conf i dont see an authcommunity defined... but you did disableAuthorization yes, maybe switch it around .... ./shrug
Mine looks like this:
# 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
#traphandle default snmptt
#disableAuthorization yes
traphandle default /usr/sbin/snmptthandler
authCommunity log,execute,net publicComment
-
Just thought of something, as I'm reviewing a related issue.
Double check how the service is being executed . Find the service file associated with the snmptrapd service. The optional parameters.
Then try...
stopping the service
running the binary in debug mode or something to validate its functioning as expected .
Its possible the service parameters need to be altered.Comment
-
While working on my own issues, i also identified by default unknown SNMPs were not getting to the expected log files. I had to go into the snmptt.ini and enable logging of unknown snmp traps that were coming in .
So maybe check what you are actually test/trapping from the Dell server vs what you successfully tested from the localhost in your snmp testing.
Hope that helps.Comment
Comment