AjaxServerStatus

Last Update
4 May 2013
Regular License
$9
Extended License
$45
Sales
9

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] ........