aLTeReGo
I'm trying to get the Java Application Server (SNMP) template working. I've followed the instructions in the manual and am getting "Authorization Error - User does not have rights to requested MIBs". Any ideas?
Yes, the same SNMP version and community string as defined for the node must be used for the Java SNMP daemon.
It sounds as though you are using SNMPv3 and that the user you are authenticating with does not have permission to that view. It may also be that you are using SNMPv3 for the node monitoring, but have not properly configured SNMPv3 on the Java Application Server.
We are using SNMPv2 on the node monitoring, so that shouldn't be the issue. I'm assuming the community string used for the node monitoring is the same one that needs to be set up in the snmp.acl file on Java? Does Solarwinds pass that community string through to the SAM components as there is no field to enter in a community string.
That was the issue. They now match and the template is populating like it should.
Thanks!