This tutorial will show you how to set up server status in the HostBill.

Copy status.php to the server you want to monitor

The status.php file is under install directory in HostBill release package. In the example below I am sending the file to the public_html directory of our demo.

TutorialPic

Setup Server Status Address

You will find this field in the: Admin Area Main Menu -> Settings -> Apps -> Your Server

TutorialPic

See the result

Now you will see the server status under Support section from client backend.


TutorialPic


TIP: If somehow you're using different than standard ports for monitored services, make sure you've updated $ports variable in the status.php file.

TIP: If for services you want to monitor other host than localhost, change $hosts values.