Possible reasons why a disk partition is not added to Site24x7 for monitoring
Only the first 25 disk partitions will be added for monitoring.
Linux:
For Linux, only the local disk partitions present while executing the following command will be added:
df -l -T
The 'df' utility will display disk details only for disks that the user executing the command has permission to access. Therefore, if the agent is installed in 'install as root, run as non-root' mode or in non-root mode, it may not have access to the particular disk.
Windows:
For Windows, the following WMI query is used to discover the disk partitions:
Select Name, Size, FreeSpace from Win32_LogicalDisk where DriveType=3
Related Articles
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 uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
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 ...
Possible reasons for website unavailability
Site24x7 monitors the availability of your website by sending an HTTP request to the webserver and checks the status code of the returned response. A 200 OK success response indicates that the website is available. We will consider a website ...
Exclude the selective SSH algorithms in On-Premise Poller during SFTP Transfer monitoring
By excluding SSH algorithms, you can restrict Site24x7 SSH Client from using the excluded algorithm while connecting to the SSH server during SFTP Transfer monitoring. Follow the steps mentioned below for SSH algorithm exclusion in On-Premise Poller ...