How to configure processes monitoring using SNMP in vApp?
search cancel

How to configure processes monitoring using SNMP in vApp?

book

Article ID: 141347

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

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)

Environment

Release : 14.2, 14.3

Component : Identity Suite

Cause

UCD process table MIB is not exposed by default

Resolution

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

 

Additional Information

https://techdocs.broadcom.com/content/broadcom/techdocs/language-masters/en/ca-enterprise-software/layer7-identity-and-access-management/identity-suite/14-3/virtual-appliance/monitoring-virtual-appliance.html