summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Check uppercase stringsScott Ullrich2011-11-161-1/+1
|
* Ensure style is set to a valid itemScott Ullrich2011-11-161-4/+10
|
* Actually reflect the end time instead of always $now.smos2011-11-071-1/+1
| | | | Fix Ticket #1990
* Bug #1615. Half-fix.Evgeny Yurchenko2011-06-261-1/+1
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-0/+16
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* Add new default option that makes RRD graphs with the old type of behavior ↵Erik Fonnesbeck2010-12-311-76/+94
| | | | for time periods, configurable on settings tab.
* Use correct variable for this condition.Erik Fonnesbeck2010-12-311-1/+1
|
* Fix case statements, may fix rrd graph generation for certain periods.jim-p2010-12-281-2/+2
|
* Remove extra (. Reported-by: ↵Ermal2010-12-221-1/+1
| | | | http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929
* Reinvent the 8 hour graph period, this one should work properly, needs testsmos2010-12-201-9/+18
|
* Fix Misc XSS issuesScott Ullrich2010-11-091-2/+1
|
* Unset the end time if we are graphing for the "current" period. That makes ↵smos2010-10-111-1/+3
| | | | the graphs refresh correctly.
* Disable the 12 hour graph for now, it appears to have defective math.smos2010-09-121-1/+1
|
* Fixes #714. Do not show the cellular graphs if there is no ppp interface ↵Ermal2010-08-271-1/+1
| | | | defined.
* Correct math for the 12 hour graph so it doesn't show the empty hourssmos2010-08-271-1/+1
|
* Skip the placeholder databases when outbound is selected, too. Also don't ↵Erik Fonnesbeck2010-08-231-3/+19
| | | | check the name against the gateway list on anything but the quality tab.
* See if the name matches a gateway instead of showing everything ending in ↵Erik Fonnesbeck2010-08-231-7/+28
| | | | -quality. Also do a more restrictive match when checking which graph to display, so it doesn't match ones it shouldn't. (for example, WAN matching both WAN and GW_WAN)
* Allow System: Throughput RRD graph to be displayed. Ticket #715Erik Fonnesbeck2010-08-231-4/+8
|
* Fix showing the current graph selection on the system RRD graphs.Erik Fonnesbeck2010-08-231-3/+3
|
* Fix logic operator for graph endpointsmos2010-08-231-7/+8
|
* Do not show the empty part of the graph by request of manysmos2010-08-171-7/+14
|
* Use <?php instead of <?Renato Botelho2010-08-121-4/+4
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-091-1/+13
|\ | | | | | | | | | | | | Conflicts: usr/local/www/status_captiveportal.php usr/local/www/status_rrd_graph.php usr/local/www/status_wireless.php
| * Add 12 hour period starting from 8 in the morning. Thinking that would ↵smos2010-08-051-1/+13
| | | | | | | | correspond better to human workdays.
* | Fix gettext implementation on status_rrd_graph.phpCarlos Eduardo Ramos2010-08-041-3/+3
| |
* | Corrections gettext implementation on status_rrd_graph.phpCarlos Eduardo Ramos2010-07-261-1/+1
| |
* | Merge remote branch 'mainline/master'Vinicius Coque2010-07-261-58/+99
|\ \ | |/ | | | | | | | | | | | | Conflicts: usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php usr/local/www/status_rrd_graph.php usr/local/www/status_rrd_graph_settings.php
| * Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
| |
| * Add OpenVPN users database, sync the tabs on the settings page.smos2010-07-231-13/+13
| | | | | | | | Graphing page doesn't know about openvpn users yet. But that's ok.
| * The custom graph option now works, this needs for a certain someone tosmos2010-07-231-47/+79
| | | | | | | | | | | | integrate a nice date picker that updates the fields with the correct seconds. Add tab for VPN databases which we don't have yet.
| * Further correct week graph, weeks start at monday, not sunday. Makesmos2010-07-231-3/+11
| | | | | | | | previous week work too.
| * Fix the glob() to return only the files, not the pathnames, use chdir()smos2010-07-231-4/+5
| | | | | | | | | | | | before. Fix a possible injection of ../ in the database path by using basename() Fix the week graph math so it is correct.
* | Corrections gettext implementation on status_rrd_graph.phpCarlos Eduardo Ramos2010-07-221-7/+7
| |
* | Implement gettext() calls on status_rrd_graph.phpRafael Lucas2010-07-221-13/+13
|/
* Replace this exec to find with a glob(). Fixes #751.jim-p2010-07-201-3/+1
|
* Commit first stab at a custom graph tab. Doesn't do anything yet, shouldn't ↵smos2010-07-181-11/+59
| | | | break any existing graphs.
* round the date calculation result so that it results in 1 month insteadsmos2010-07-151-2/+2
| | | | of 4 weeks which looks strange.
* Fix the calculus so the date goes backwardssmos2010-07-151-13/+14
|
* Remove debugging linesmos2010-07-151-2/+2
| | | | | Improve the scale so that it matches up the length of the period. Style fixes
* Improve the RRD graph displaysmos2010-07-151-7/+81
|
* Add more smarts to the RRD page, do not show tabs for database that do not ↵Seth Mos2010-01-031-16/+52
| | | | | | exist, pick the 1st database for wireless, cellular.
* Add graphing for 3G cellular modems.thompsa2009-12-271-0/+3
|
* Include needed files. Ticket #209.Ermal Luçi2009-12-071-0/+2
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Add some smarts so that it always shows the 1st found quality database with ↵Seth Mos2009-04-071-12/+26
| | | | | | Static gateways Replace ifthenelse with a switch
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Fixed the outbound macro for displaying the outbound interfaces with the ↵Seth Mos2009-03-121-6/+6
| | | | | | Quality Graphs Make sure we show either the gateway name or interface name on the graph top header
* Redirect to settings page if not enabled per billm@Seth Mos2008-12-071-1/+5
|
OpenPOWER on IntegriCloud