I\'ve deployed OpenNMS through the docker images and have SNMPv3 polling working but haven\'t been able to get SNMPv3 traps or informs working.
trapd-configuration.xml:<
Can you please try the following:
open the $OPENNMS_HOME/etc/service-configuration.xml
and start the Trapd daemon after the AsteriskGatway
service. To do this locate the following XML block:
OpenNMS:Name=Trapd
org.opennms.netmgt.trapd.jmx.Trapd
By default Trapd is started after the Correlator
. Cut & Paste the whole service definition block after the AsteriskGateway
service:
OpenNMS:Name=AsteriskGateway
org.opennms.netmgt.asterisk.agi.jmx.AsteriskGateway
Can you try to get SNMPv3 Traps processed now?