summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1717 from phil-davis/traffic-graph-descriptionRenato Botelho2015-06-251-0/+1
|\
| * Add description as a display option on Traffic GraphPhil Davis2015-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is handy at sites where lots of the LAN clients have static-mapped DHCP IP addresses. Depending on the site host naming conventions, host names can be a bit obtuse - may not tell you where the client device might actually be in the building. We put other useful stuff in the description - "Jane Doe - Reception". This enhancement allows the user of Traffic Graph to select "Description" in the "Display" dropdown. Then, for IP addresses that are static mapped, the description from the config is shown, rather than the host name. When a client device is noticed hogging bandwidth, it is easy to go straight to "Jane Doe - Reception" and ask why they are doing some huge download. Might be useful for for others?
* | Code spacingPhil Davis2015-06-151-4/+4
|/ | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW StatusPhil Davis2015-05-151-165/+168
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Add pages missing from the Status > Traffic Graph privilege that are ↵jim-p2014-09-111-0/+2
| | | | required for the full page to load
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Tidy up "status_graph" XHTMLColin Fleming2014-05-171-14/+21
| | | | | | | | | | Move "fbegin.inc" between BODY and SCRIPT Add CDATA sections to SCRTIPS Update HTML Boolean operators Remove EMBED, propriietary tag, replace with OBJECT Add SUMMARY to TABLES Add missing closing P tag Close INPUT tags
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
| | | added type for <script>
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Make Local the default filter for Traffic GraphPhil Davis2014-02-081-1/+1
| | | to preserve the previous standard behavior that shows "Local" when Traffic Graph starts.
* Fix stale bandwidth-by-IP table entriesPhil Davis2013-03-081-22/+20
| | | When the number of valid rows in the table reduced by more than 1 between updates, stale entries were left displayed at the end - e.g. 8 rows (0-7), then next update has only 5 rows (0-4). Row 5 is hidden but rows 6 and 7 remain displayed.
* Bandwidth by IP - allow filter by local and remotePhil Davis2013-03-071-5/+17
|
* Traffic Graph add option to display FQDNPhil Davis2013-03-071-1/+2
|
* Add display by host name to Traffic GraphPhil Davis2013-03-061-4/+15
|
* Fix sort param to call bandwidth_by_ipRenato Botelho2013-02-201-1/+1
|
* Put the alerts behind comments for someone wanting to debug this. The errors ↵Ermal2013-02-191-2/+4
| | | | are from CSRF though ticket #2826 should not happen and functionality is not impacted by this.
* Remove single quotes committed wronglyErmal2013-02-191-1/+1
|
* Use jQuery() as all other codeErmal2013-02-191-2/+2
|
* Use jQuery fully on traffic graph. Also remove some unused code from ↵Ermal2013-02-191-12/+6
| | | | bandwidth_by_ip
* Be explicit on the testingErmal2013-02-191-3/+7
|
* Select default interface when WAN is disabledPhil Davis2012-12-311-1/+8
| | | | If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there. e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.
* Adds "Sort by direction" in the Traffic Graph pageMichele Di Maria2012-11-071-3/+14
| | | | | | | Added the option to sort IPs by direction in the Traffic Graph page, and improved the detection of the local network to monitor (before the results could not be realistic because of too many "local IPs" were monitored.
* Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth ↵Phil Davis2012-04-171-2/+2
| | | | users by host IP is visible on the Status:Traffic Graph
* Change to embed to prevent IE9 from misbehaving. Ticket #2165Erik Fonnesbeck2012-02-071-4/+1
|
* Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵Vinicius Coque2012-01-211-2/+0
| | | | includes this file
* Converting ajax code from prototype to jQueryVinicius Coque2011-10-221-20/+17
|
* Include the rate output in the privilege for the traffic graph.jim-p2011-08-171-0/+1
|
* Show OpenVPN instances on Status > Traffic Graphs, with descriptions.jim-p2011-04-251-1/+11
|
* In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-281-1/+1
| | | | but not everywhere followed.
* Revert 2c4a13d91b72400c07b965b0a522be8dde2d1110 Interface names should ↵Scott Ullrich2010-11-291-2/+2
| | | | appear as uppercase
* Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should ↵Scott Ullrich2010-11-291-1/+1
| | | | appear as uppercase
* Unbreak graphsScott Ullrich2010-11-101-2/+2
|
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Do not use sub arrayScott Ullrich2010-11-061-2/+2
|
* Make sure ipsec is incuded in valid interfacesScott Ullrich2010-11-061-2/+3
|
* Move Note to bottom of pageScott Ullrich2010-11-061-1/+1
|
* Show interface descriptionScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Define variable a bit earlier in case its sharedScott Ullrich2010-11-061-1/+3
|
* Use get_configured_interface_list() so Ermal does not yell at me :)Scott Ullrich2010-11-061-7/+1
|
* Ensure that we are working with a proper passed interface..Scott Ullrich2010-11-061-11/+20
|
* Use the same div ids and structure from dashboard on status_graph to make it ↵Renato Botelho2010-08-261-4/+5
| | | | more flexible with custom themes
* Fixing gettext calls on status_graph.phpCarlos Eduardo Ramos2010-08-101-1/+1
|
* Implement gettext() calls on status_graph.phpCarlos Eduardo Ramos2010-07-211-7/+7
|
* Its bits/sec now.Ermal2010-05-131-2/+2
|
OpenPOWER on IntegriCloud