Applications Systems
Unable to see Processes on Linux Orion Agent in SAM
This article covers how Linux Orion Agent monitors Processes in SAM, and to understand why it is not able to fetch information on the Process
First published date
Last published date
Overview
Product section
Cause
1. If you are able to see that the Process is working (maybe via netstat, etc.), you can take note of the PID
2. Using the PID, you can check in the /proc/ filesystem to ensure that it exists there. If the PID does not exists in /proc/ we are not able to see it
Resolution
a. It is recommended that you first do a snmpwalk on the device - Verify device data for NPM and SAM using SNMPwalk
b. Thereafter, confirm that hrSWRunTable (1.3.6.1.2.1.25.4.2) contains the Process Name. If the Process Name does not show up in here, changing from Agent to SNMP will not make any improvement in the detection of the Process
** Changing Node from Agent to SNMP might cause statistics to be loss, as it is not possible to map certain parameters due to the different methods that they are polled.
2. Create a Linux script as a workaround to monitor the Process
** Support does not include development of custom scripts