AjaxServerStatus (Miscellaneous)

The AjaxServerStatus is a PHP class which gives you 7 status panels to see your LINUX server status and information with all browsers dynamically, It can also render some charts for a better understanding. If you have problem with the complex and expensive monitoring systems, this is the best and cheapest solution for you.

Help

1) require_once ‘ServerStatus.php’;
include the class you your code/page

2) $ss = new ServerStatus();
create an instance for this class

3) $ss->addUptimePanel($sec);
For adding the Uptime Panel
$sec [Ajax interval in seconds, if it sets to 0, the ajax interval call will be disabled]

4) $ss->addLoadAvgPanel($sec,$chart);
For adding the Average Panel
$sec [Ajax interval in seconds, if it sets to 0, the ajax interval call will be disabled]
$chart [true|false Showing the graphical chart]
……..

Download AjaxServerStatus (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *