summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* MFC 11475Scott Ullrich2006-04-161-17/+32
| | | | They asked for something better, perhaps. Important: Wrap colors, when queues > 8 Important: speeds/if variables need filling? Anyone?
* MFC remove debugging codeScott Ullrich2006-04-131-3/+3
|
* MFC SpamD fixes.Scott Ullrich2006-04-131-38/+18
|
* Remove loading <div>Scott Ullrich2006-04-121-4/+0
|
* Refresh every 300 seconds with meta tag.Scott Ullrich2006-04-121-14/+8
|
* Do not use META refresh, simply use javascript to refresh images.Scott Ullrich2006-04-111-3/+31
| | | | Looks much cleaner.
* Hide interface selection when viewing SpamD graphsScott Ullrich2006-04-111-1/+3
|
* Reduce length of Connections/Timespan by removing spacesScott Ullrich2006-04-111-1/+1
|
* Shorten description to Connections / TimespanScott Ullrich2006-04-111-1/+1
|
* MFCScott Ullrich2006-04-111-18/+149
|
* MFCScott Ullrich2006-04-031-1/+1
| | | | s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
* MFC 10868Scott Ullrich2006-03-251-1/+1
| | | | | Missed a color for the roundtrip average line. instead of red we use black.
* MFC 10857Scott Ullrich2006-03-251-5/+11
| | | | Graphs have a traffic generated for a period counter (day, week, month, year). Also tidied up the counter presentation.
* Switch RRD graphs to /var/db which is not blown away every bootup.Scott Ullrich2006-03-241-1/+1
|
* MFC 10820Scott Ullrich2006-03-231-6/+6
| | | | Hoba approved color changes.
OpenPOWER on IntegriCloud