Redhat 8 no data

Performance data not collected for Linux monitor with RHEL 8 & above in SSH mode

If you notice an issue regarding the performance data collection for the Linux monitor with RHEL 8 & above (No data in GUI) then from the Applications Manager GUI --> Admin --> Product Settings --> Logging --> choose Print all logs option and save setting.

Check if the below log trace is observed in the AppManager/logs/nsm/nmsout.txt file.

-Install package 'redhat-lsb-core' to provide command 'lsb_release'? [N/y] ----

During every polling the Applications Manager executes the commands to fetch the data from the remote server by establishing an CLI based SSH session, when it executes the command if we are getting an response from the server like above this will interrupt the data collector threads hence resulting in data collection failure

Solution:

yum install redhat-lsb-core

After installing this package on the target Linux servers check if the data collection is successful and if you notice any issues you can share the support information file with the applications manager technical support team (appmanager-support@manageengine.com)
      New to ADManager Plus?

        New to ADSelfService Plus?

          Resources

              • Related Articles

              • Self monitor Applications Manager using APM Insight Java Agent

                Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
              • Memory Usage Calculation (Linux- Telnet/SSH)

                Total Memory Utilization Calculation: Linux Monitoring: Telnet/SSH For memory usage calculation using 'free -m'  command. Sample command output: root@root:~$  free -m                      total        used        free      shared  buff/cache   ...
              • Self monitor Applications Manager using Real User Monitoring

                We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
              • Unable to collect the data for Network Interface attribute using SSH mode for server monitors in Applications Manager

                If you're unable for the Network Interface attribute using SSH mode for server monitors in Applications Manager, follow the steps below: 1. Open a terminal from the server you're trying to monitor and execute the following commands: Linux: LANG=C ip ...
              • No data in Linux Monitor

                If you find that data isn't getting populated in Applications Manager, please check the following: 1. Verify if you have installed the NTP package by executing the 'ntpstat' command. 2. If not, install the same. Steps for NTP Installation: Note: NTP ...