No data for disk metrics

Why do I see 'No Data Available' for the metrics Disk Busy and Idle Percentage and Disk IOPS in Linux monitoring?

The Linux monitoring agent uses the utility iostat to capture disk idle and busy percentage and disk IOPS metrics. Please ensure the iostat utility is installed in your server. If not, please install it in the server and restart the monitoring agent service.

Please follow the steps below:
  1. Install the iostat utility
    1. For Debian:
      apt-get install sysstat
    2. For CentOS, Fedora, RHEL:
      yum install sysstat
  2. Execute the below command to check if the iostat utility is installed successfully:
    iostat -x-d
  3. Restart the agent service:
    sudo /opt/site24x7/monagent/bin/monagent restart


    • Related Articles

    • Why is data not available for a disk

      Problem In devices that run Site24x7's Windows Server Monitoring agent, even when a disk partition is detected, data is not displayed. Reason The user running the Windows server monitoring agent might not have "Read" permission for that particular ...
    • Site24x7 Real User Monitoring (RUM) - Data Collection

      When you include Site24x7 RUM beacon script in your web pages, the following data is collected. All data that's being collected is in accordance with GDPR compliance. Performance details of web page load time - Metrics like response time of web page ...
    • Troubleshooting false positive alerts in monitoring

      Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...
    • How to set up alerts for network device data collection issues

      When your network monitoring interfaces are not collecting data due to issues in the Network Module, you'll want to be alerted. To set up alerts, you need to add or edit the threshold and availability profile of the On-Premise Poller, which is used ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...