I am trying to set up snmpd for monitoring various processes in vApp. I have put the following entry in the /etc/snmp/snmpd.conf file:
proc wildfly-idm
and started snmpd. However, when I run the following command in vApp
snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.2021.2
or
snmpwalk -v 2c localhost -c public .1.3.6.1.4.1.2021.2
I get the following:
End of MIB
or
UCD-SNMP-MIB::prTable = No more variables left in this MIB View (It is past the end of the MIB tree)
Release : 14.2, 14.3
Component : Identity Suite
UCD process table MIB is not exposed by default
You need to add the following line in /etc/snmp/snmpd.conf to expose UCD process table MIB.
view systemview included .1.3.6.1.4.1.2021.2
After that restart snmpd, i.e.
service snmpd stop
service snmpd start
and try to snmpwalk using v1 or v2c. Now you should see some results.
SNMP v3 is not configured by default. If you wish to configuration SNMP v3, please refer
https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=139505