Troubleshooting Status Monitoring: A Comprehensive Guide

thumb_up 1  ·  sell Status monitoring troubleshooting, Resolving issues with system status checks, Troubleshooting problems with monitoring services

Server Status Monitoring may not display the uptime or CPU load statistics for a monitored server. This is generally due to one of a few common causes.

Operating System

Server Status Monitoring can only monitor Linux-based servers.

Status Directory Inaccessible

You must upload the contents of the status directory to the server being monitored, and it must be web-accessible.

To do this:

  1. Visit the directory in your browser. The uptime and CPU load will display onscreen.
  2. Enter this URL in WHMCS as the Server Status Address value for the server at Configuration > System Settings > Servers.

 

Output from status directory
Server Status Address setting

PHP Functions Disabled

If the CPU load and uptime do not display, the required PHP functions to obtain this data are disabled in the PHP configuration of the monitored server.

To correct this issue:

  1. Edit the php.ini configuration file on the monitored server.
  2. Find the disable_function directive.
  3. Remove the exec and shell_exec functions from the disabled functions list. This will enable both functions.

If these functions are disabled, PHP scripts are unable to check the  uptime and CPU usage information.

 
 
The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back