Darren Embry
0637b0a989
fix for Bug #2253 Quality Graphs not generated after 'Reset RRD Data'
...
Seth Mos wrote:
> This needs to call setup_gateways_monitor() in after
> enable_rrd_graphing() to fix.
Also note: $retval of enable_rrd_graphing() at this point in the code
was never used, to my knowledge.
2012-04-26 18:04:15 -04:00
jim-p
39e268c4fd
Add a button to reset the RRD data (rm's rrd files and reinitializes).
2011-06-27 13:11:41 -04:00
Warren Baker
20413b72bf
Added Captive Portal RRD graphs, there are two graphs one for the number of logged in users since last rrd poll, and concurrent number of users logged in.
2011-01-28 17:16:19 +02:00
Erik Fonnesbeck
97acf64675
Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab.
2010-12-31 03:18:41 -07:00
jim-p
2b30323ef3
Copy logic for when to show the cellular tab from status_rrd_graph.php. Fixes #714
2010-11-10 21:56:12 -05:00
Renato Botelho
ae67b1fbe1
Move : inside gettext
2010-08-13 15:44:54 -03:00
Erik Fonnesbeck
7d0a71d44e
Separate RRD graph settings to a separate entry.
2010-08-10 16:19:32 -06:00
Carlos Eduardo Ramos
bf978a0651
Removed duplicated tabs block on status_rrd_graph_settings.php
2010-08-10 14:15:50 -03:00
Carlos Eduardo Ramos
721aee7209
Fixed syntax error on status_rrd_graph_settings.php
2010-07-27 08:34:24 -03:00
Carlos Eduardo Ramos
a6cec8be92
Corrections gettext implementation on status_rrd_graph_settings.php
2010-07-26 17:25:55 -03:00
Vinicius Coque
d9a0c4b8e8
Merge remote branch 'mainline/master'
...
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
2010-07-26 16:17:16 -03:00
smos
6216690bf0
Correct my email address, adjust copyright to 2010
2010-07-24 22:10:43 +02:00
smos
3869a323ff
Add the openvpn users graph, add the colors to all the themes colors include. Add vpn tab
...
on the settings page, it didn't show although it should.
2010-07-24 21:41:42 +02:00
smos
edd2d8b736
Add OpenVPN users database, sync the tabs on the settings page.
...
Graphing page doesn't know about openvpn users yet. But that's ok.
2010-07-23 16:04:39 +02:00
Carlos Eduardo Ramos
ea76980444
Corrections gettext implementation on status_rrd_graph_settings.php
2010-07-22 11:25:11 -03:00
Rafael Lucas
1023219369
Implement gettext() calls on status_rrd_graph_settings.php
2010-07-22 10:10:32 -03:00
Seth Mos
e08e7ea126
make sure that the settings page also shows only the valid tabs.
2010-01-12 21:42:23 +01:00
jim-p
e665b8ae82
Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin on forum.
2010-01-03 12:22:52 -05:00
Ermal Luçi
5208e6481f
Include needed files. Ticket #209 .
2009-12-07 12:33:22 +00:00
Scott Ullrich
483e6de842
Rework includes/require. This saves about 4 megabytes.
...
Simplify get_memory(). Tested on mips/i386
2009-11-21 16:08:36 -05:00
Scott Ullrich
1d333258dc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
2009-09-14 21:49:40 -04:00
Ermal Luçi
0027de0a54
* Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
...
This function can sleep till the resource is free and can help find not well behaving code.
* Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this.
If any sybsytem wants to lock can do so with its own lock.
* Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant.
This compenstates for the removal of lock aquiring from the scripts/pages.
* config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
2009-05-08 18:42:37 +00:00
Ermal Luçi
1a6df0f250
Fix tab display as reported in http://forum.pfsense.org/index.php/topic,15114.0.html
2009-03-22 23:55:21 +00:00
Bill Marquette
2e069686fb
Move Scriptaculous/Prototype includes to head.inc and remove the code duplication
2009-03-13 01:04:26 -05:00
Seth Mos
48b135c66f
Fix enable/disable checkbox
2008-09-20 19:24:30 +00:00
Seth Mos
968453a37e
Correctly use defaults
2008-09-06 22:07:20 +00:00
Matthew Grooms
6b07c15ad8
Rewrite the pfsense privilege system with the following goals in mind ...
...
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
2008-08-01 06:30:34 +00:00
Scott Ullrich
d88c6a9fdf
Switch over to array style page titles. Obtained-from: m0n0wall
2007-11-16 00:48:53 +00:00
Seth Mos
694870530c
Add rrd graph settings page.
...
Bump config out of line with 1.2
Add rrd config upgrade code.
2007-07-21 21:47:37 +00:00