summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-061-7/+45
| | | | | | | | | - Create RRD configs per zone - Add tabs to see graphs per zone - Migrate existing rrd files to default cpZone - While I'm here, call unset() for $rrdcreate and $rrdupdatesh Resolves #2655
* fix for Bug #2334 quality rrd graphs do not automatically refreshDarren Embry2012-04-191-5/+14
| | | | id attributes can't have a period, someone didn't read w3c specs on id attributes ;-)
* pull jquery-ui.custom.css from themes/THEME if it exists thereDarren Embry2012-03-231-1/+5
| | | | | otherwise pull /javascript/jquery/jquery-ui.custom.css, which contains defaults.
* Add date/time picker to Custom RRD graphs.Darren Embry2012-03-231-4/+27
| | | | from: http://trentrichardson.com/examples/timepicker/
* Add date picker to the Custom RRD graph page to translate to unix time.Darren Embry2012-03-221-7/+26
| | | | | | implements #1997. http://redmine.pfsense.org/issues/1997
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-4/+4
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Check uppercase stringsScott Ullrich2011-11-161-1/+1
|
* Ensure style is set to a valid itemScott Ullrich2011-11-161-4/+10
|
* Merge over the end period fix for the custom rrd graphs section.smos2011-11-141-1/+1
|
* Converting from prototype to jQuery status_*Vinicius Coque2011-10-221-2/+2
|
* 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
|
OpenPOWER on IntegriCloud