Server Status Setup
This tutorial will show you how to set up server status in the HostBill.
Info
This feature is deprecated and will soon be completely removed from 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.
Setup Server Status Address
You will find this field in the: Admin Area Main Menu -> Settings -> Apps -> Your Server
See the result
Now you will see the server status under Support section from client backend.
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.