Friday, May 31, 2013

AjaxServerStatus

PHP Scripts - AjaxServerStatus - CodeCanyon

AjaxServerStatus his title this type of PHPScripts/Miscellaneous This time I will review,made by ser-html, PHPScripts/Miscellaneous is sold at a price of $9 in CodeCanyon.
AjaxServerStatus - CodeCanyon Item for Sale
ajax // chart // cpu // dashboard // dynamic // graph // host // jquery // linux // linux server // php // port // ram // status // usage //
Created 4 May 13
Last Update 4 May 13
Compatible Browsers IE6, IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome
Software Version PHP 5.3
High Resolution No
Files Included JavaScript JS, HTML, CSS, PHP

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


No comments:

Post a Comment