summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Show correct labels for psuedo databases.Seth Mos2008-08-291-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Switch over to interface_has_gateway() for gateway detectionSeth Mos2008-07-081-10/+2
|
* Fix typoErmal Luçi2008-02-231-1/+1
|
* * Unbreak rrd graphs for queues and make them multiinterface awareErmal Luçi2008-02-231-5/+4
| | | | | | | * Add a new tab for queuedrops with multiinterface there is no way to have them in the same tab * Remove $GLOBAL where used and use proper accessor functions * Remove Manuel from copyright this file has been rewritten * Some bugs fixes in general
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+0
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+1
|
* Commit wireless frontend codeSeth Mos2007-10-211-0/+3
|
* Add rrd graph settings page.Seth Mos2007-07-211-3/+13
| | | | | Bump config out of line with 1.2 Add rrd config upgrade code.
* Keep longer archives, allow for a 4 year spanSeth Mos2007-07-161-2/+1
|
* Use pattern matching for proper database selection.Seth Mos2007-07-061-6/+6
|
* Set default graph to processorSeth Mos2007-03-081-1/+1
|
* Commit system throughput graphSeth Mos2007-03-081-1/+2
|
* Cleanup code, fix dropdown selection.Seth Mos2007-03-061-25/+46
|
* Re-add missing queues graphsSeth Mos2007-03-031-0/+8
|
* Commit missed commit.Seth Mos2007-02-261-7/+22
| | | | Should add group outbound.
* Fix ajax image refreshSeth Mos2007-02-251-6/+39
|
* New page layout and UI for the rrd graphs.Seth Mos2007-02-241-79/+150
|
* Merge newer rrd graphing code, drop down now only lists valid rrdSeth Mos2006-11-221-56/+54
| | | | | targets. Added CPU and States graphs. More logging in case of graph generation. Minor bugfixes and cleanup.
* MFC 14473Scott Ullrich2006-09-241-1/+1
| | | | Make sure we test for databases without interface information. e.g. spamd. Fixes report made in forum.
* MFC 13459Scott Ullrich2006-07-261-1/+3
| | | | Only show enabled interfaces in the Interface drop down.
* Graph fixes from Seth.Scott Ullrich2006-06-171-5/+15
|
* Add dummy gettext() functionScott Ullrich2006-04-241-0/+3
|
* MFC from -HEADScott Ullrich2006-04-241-3/+18
|
* MFC from -HEADScott Ullrich2006-04-241-289/+6
|
* MFC 11607Scott Ullrich2006-04-171-2/+5
| | | | If there is a error while creating the graph display it. It makes it easier to troubleshoot. The qeueus graph is a good example. Failed to create graph with error code 1, the error is: ERROR: No DS called 'qwanRoot' in '/var/db/rrd/wan-queues.rrd' Using this we can tell users what to do.
OpenPOWER on IntegriCloud