summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
Commit message (Collapse)AuthorAgeFilesLines
* Stack the queue graphs. Fixes #2692Warren Baker2013-01-101-2/+2
|
* In the case that no bandwidth limits are configured for queues but PRIQ is ↵Warren Baker2013-01-091-1/+4
| | | | been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD
* Remove decimals from cumulative users graph.Warren Baker2011-05-261-2/+3
|
* Use base 1000 on user graphs and display cumulative of Total users logged in ↵Warren Baker2011-05-161-31/+11
| | | | over the 'x' period.
* Set default colors explicity, the theme can then override them. This ↵jim-p2011-05-021-19/+22
| | | | prevents missing colors in themes from crashing the graphs.
* If the rrd multiplier is negative, use 5% for out instead of 95% for the ↵jim-p2011-05-021-1/+2
| | | | 95th percentile line.
* Try again to fix the calculation for out bits 95th percentile. (Works for me)jim-p2011-03-311-1/+2
|
* Apparently rrdtool VDEF functions can't take a multiplier, only CDEF. Fixes ↵jim-p2011-03-301-1/+1
| | | | traffic graphs.
* Add missing color, add multiplier to calculus for inverting linesmos2011-03-301-1/+1
|
* Fix spamd rrd graph command.jim-p2011-03-291-36/+36
|
* Add Total number of CP users graphWarren Baker2011-03-171-0/+22
|
* Fix ticket #1354smos2011-03-161-1/+1
|
* Add the 95th percentile line to the traffic graphssmos2011-03-091-1/+12
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-0/+39
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* Add missing semicolon.Erik Fonnesbeck2010-12-221-1/+1
|
* Reinvent the 8 hour graph period, this one should work properly, needs testsmos2010-12-201-2/+3
|
* Change the require() to require_once()smos2010-08-271-2/+2
|
* Use www_path here instead of a relative path.jim-p2010-08-261-1/+1
|
* Use correct name for includeErmal2010-08-241-1/+1
|
* We need to require the globals include for finding our theme specific rrd ↵smos2010-08-241-0/+1
| | | | color includes.
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | order of the inserted strings.
* Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-5/+5
|
* Merge remote branch 'mainline/master'Vinicius Coque2010-07-261-5/+26
|\ | | | | | | | | | | | | | | 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 the openvpn users graph, add the colors to all the themes colors ↵smos2010-07-241-0/+20
| | | | | | | | | | | | include. Add vpn tab on the settings page, it didn't show although it should.
| * 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.
* | Implement gettext() calls on status_rrd_graph_img.phpRafael Lucas2010-07-221-6/+6
|/
* round the date calculation result so that it results in 1 month insteadsmos2010-07-151-4/+4
| | | | of 4 weeks which looks strange.
* Remove debugging linesmos2010-07-151-9/+10
| | | | | Improve the scale so that it matches up the length of the period. Style fixes
* Improve the RRD graph displaysmos2010-07-151-91/+154
|
* Missing counter variable initialization.jim-p2010-02-151-0/+1
|
* fix RRD graphs for queuesChris Buechler2009-12-311-0/+1
|
* Add graphing for 3G cellular modems.thompsa2009-12-271-1/+27
|
* Include needed files. Ticket #209.Ermal Luçi2009-12-071-0/+1
|
* Fixup the wireless graph, not sure if many people ever saw it, considering ↵Seth Mos2009-11-271-14/+14
| | | | | | it was included in 1.2 and up but did not look very pretty. Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2.
* Include necessary shaper.inc for read_altq_config.Ermal Luçi2009-11-241-1/+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
* Use nice -n20 for common launched itemsScott Ullrich2009-03-111-2/+2
|
* Fixed the outbound macro for displaying the outbound interfaces with the ↵Seth Mos2009-03-121-0/+3
| | | | | | Quality Graphs Make sure we show either the gateway name or interface name on the graph top header
* Correct the label name for the out pass trafficSeth Mos2009-03-111-1/+1
|
* Add block stats to the graphsseth2009-03-091-107/+198
| | | | Fix stay '
* Remove stray 'Seth Mos2008-12-301-1/+1
|
* add, don't multiplySeth Mos2008-12-241-2/+2
|
* Always return text stringSeth Mos2008-12-241-1/+1
|
* Restore humantime algorithmSeth Mos2008-12-241-4/+4
|
* fix layout and stray 'Seth Mos2008-12-221-48/+48
|
* + 0Seth Mos2008-12-221-12/+12
|
* reformat the the entire rrd graph generation page.Seth Mos2008-12-161-462/+473
|
* Multiply delay value from rrd by 1000 to get millisecondsSeth Mos2008-11-231-1/+2
|
OpenPOWER on IntegriCloud