summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
Commit message (Collapse)AuthorAgeFilesLines
* Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
|
* Show a count of the CPUs if more than one is detected, and show how those ↵jim-p2013-08-301-0/+13
| | | | CPUs are supplied by the hardware.
* Update functions.inc.phpN0YB2013-08-171-1/+1
| | | May as well remove this errant td end tag too.
* Update functions.inc.phpN0YB2013-08-171-1/+1
| | | | Fix gateway widget size change on first update. Inner table size changes because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding & cellspacing.
* Some more tweaks to state and mbuf update/output on dashboard widget.jim-p2013-07-161-4/+7
|
* Add a meter for states, toojim-p2013-07-161-2/+6
|
* Fixup mbuf stats functionjim-p2013-07-161-1/+2
|
* Make mbufs update via ajaxjim-p2013-07-161-0/+7
|
* Fix an occasional "blank" cpu freq printing that shouldn't happen.jim-p2013-07-161-1/+1
|
* Use exec directly instead of exec_commandRenato Botelho2013-04-301-2/+2
|
* Fix and improve swap_usage()Renato Botelho2013-04-301-4/+8
| | | | | - Fix a typo on awk syntax - Use php functions to extract desired value from swapinfo output
* Fix indent and whitespacesRenato Botelho2013-04-301-53/+39
|
* Tidy up HTML Colour NamesColin Fleming2013-01-161-7/+7
| | | | | With XHTML 1.0, the extended colour names are invalid, to make pfSense as W3C compliant as possible, need to go back to using the HEX code.
* Some minor enhancements from renaming the Gathering Data to Pending.smos2012-06-041-8/+11
| | | | When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
* Removed extra line :)Cristian Feldman2012-05-241-1/+0
|
* Added load average information to the System Information widgetCristian Feldman2012-05-241-0/+8
|
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-181-0/+16
|
* I did a block comment out the fist time because I wanted to leave that code ↵Joecowboy2012-01-061-6/+6
| | | | in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.
* Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.Joecowboy2012-01-051-13/+7
|
* Changed the output of function get_uptime() to display: 00 Hours 00 Minutes ↵Joecowboy2012-01-051-6/+34
| | | | | 00 Seconds Added code function get_temp() to get the OID values for temperature.
* Fix AJAX update of gateway status when the status is "Gathering Data".jim-p2010-10-071-3/+2
|
* Fix the gateway status widget ajax update when there is loss/day.jim-p2010-09-191-2/+2
|
* Show status as Gathering data rather than unknown since the later seems to ↵Ermal2010-09-161-1/+1
| | | | scary people!
* Ticket #876. Show all gateways even though apinger is not monitoring them, ↵Ermal2010-09-091-7/+15
| | | | for various reasons, this removes user confusion in the status pages.
* Update gateway status properly when fetched via AJAX.jim-p2010-08-161-6/+6
|
* Default to only system information and interfaces widgets. This reduces ↵Scott Ullrich2009-11-211-8/+4
| | | | load time on RSPRO from 9+ seconds to 2.5
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* * Remove non-needed grep (we use fifolog now)Scott Ullrich2009-03-161-1/+1
| | | | * Change "No data" to "Gathering data"
* Move (DHCP)Scott Ullrich2009-03-141-5/+1
|
* nice idea, never implemented, purgeBill Marquette2009-03-141-17/+0
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-141-266/+0
| | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code
* Remove ActiveXObject code. Who cares about older IE at this point.Scott Ullrich2009-03-131-0/+2
|
* close commentBill Marquette2009-03-111-1/+1
|
* fix merge conflictBill Marquette2009-03-111-4/+0
|
* cleaner and more proper cpu graphBill Marquette2009-03-111-18/+23
|
* Correctly set the status field HTML text during ajax process.Scott Ullrich2009-03-111-1/+1
|
* Add ajax mojo to gateway status widgetScott Ullrich2009-03-113-5/+39
|
* * We do not need guiconfig.inc. This fixes the sudden burst of javascriptScott Ullrich2008-08-301-2/+6
| | | | | that is populated on the dashboard on first load. * Close PHP tag
* fix apparent eri typoChris Buechler2008-06-221-1/+1
|
* Remove remaining env4801 filesScott Ullrich2008-06-221-5/+0
|
* Continue interface improvementsErmal Luçi2008-06-211-8/+3
|
* Remove 4801 temp monitoring binary.Scott Ullrich2008-06-201-6/+2
|
* Use AJAX for loading of new widgets. Now most widgets will use AJAX for new ↵Scott Dale2007-12-301-17/+112
| | | | data. Also improved performance
* why add 30 seconds to uptime if we have been up greater than 60 seconds?Bill Marquette2007-10-181-2/+0
|
* MFC of change [19782] per request from sullrich@Bill Marquette2007-10-171-3/+3
| | | | Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
* Ticket #1135: better mousetrap for detecting amount of swapBill Marquette2006-10-221-2/+1
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-9/+14
|
* require_once("config.inc") so that the $config structure is set for AJAX ↵Scott Ullrich2005-10-261-9/+10
| | | | only queries
* Memory meter changes.Scott Ullrich2005-10-131-5/+6
| | | | Submitted-by: Dan Swartzendruber <dswartz_AT_druber.com>
* Switch Array Location of CPU and MEMErik Kristensen2005-09-181-1/+1
|
OpenPOWER on IntegriCloud