summaryrefslogtreecommitdiffstats
path: root/etc/inc/rrd.inc
Commit message (Collapse)AuthorAgeFilesLines
* Use unlink_if_exists or @unlink to avoid PHP errors when file doesn't existRenato Botelho2014-02-041-2/+1
| | | | | Conflicts: usr/local/www/firewall_aliases_edit.php
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-2/+2
| | | | | | | | | | exec() calls by php functions like symlink, copy, unlink, mkdir Conflicts: etc/inc/filter_log.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc
* Fix CP stats generation for concurrent users. Fixes #3225jim-p2013-09-231-2/+2
|
* Update rrd.incN0YB2013-07-231-1/+1
| | | | Fix this error php: rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-mbuf.rrd N:U:U:U:U:U' returned exit code '1', the output was 'ERROR: expected 4 data source readings (got 5) from N:U:U:U:U:U'
* 3652 days worth is a too much. Scale it back to more reasonable 1.25 x ↵N0YB2013-07-191-26/+26
| | | | maximum used data (2284 days).
* Add an RRD graph for MBUFs under system. Tweaks welcome.jim-p2013-07-161-0/+39
|
* Fix the RRD RRA’s to collect the correct amount of data for the Previous ↵N0YB2013-06-231-92/+92
| | | | | | | | | | | Period view for each resolution. Applied when RRD's are created. RRA:AVERAGE:0.5:1:1200 = 20 hours of 1 minute data RRA:AVERAGE:0.5:5:720 = 2.5 days of 5 minute data RRA:AVERAGE:0.5:60:1860 = 2.5 months of 1 hour data RRA:AVERAGE:0.5:1440:3652 = 10 years of 1 day data
* Fix #3049, set $config as global to it can be readRenato Botelho2013-06-181-1/+1
|
* Fixes #2979Renato Botelho2013-05-291-3/+3
| | | | | | | . Change max value for traffic and packets graphs to 20GigE . Bump config version to 9.6 . Write a config upgrade function to tune current rrd files to the new max value
* Sprinkle some unset to reduce footprintErmal2013-04-121-9/+12
|
* Add the ability for full installs to optionally use RAM disks for /tmp and ↵jim-p2013-03-111-3/+5
| | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
* Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-061-65/+85
| | | | | | | | | - 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 indent and whitespacesRenato Botelho2013-02-061-9/+9
|
* Avoid killing apinger's rrdtool processes on kill_traffic_collector(). It ↵Renato Botelho2013-02-011-2/+6
| | | | helps a problem reported on comment of ticket #1399
* Escape the shell variablesmos2012-06-021-1/+1
|
* Correct the rrd update commandsmos2012-05-211-2/+2
|
* Add 3G statistics for Huawei modems, split the Cellular stats out to per ↵smos2012-05-211-28/+26
| | | | interface instead of global.
* log_error if rrdtool restore calls failDarren Embry2012-05-171-1/+7
|
* add -f to 'rrdtool restore' callDarren Embry2012-05-171-1/+1
|
* Delete any existing /var/db/rrd/*.rrd files before restoring from the XMLPhil Davis2012-04-231-0/+3
|
* Feature #2123 Backup RRD files using the xml dump and restore from RRD toolsDarren Embry2012-04-121-11/+28
| | | | http://redmine.pfsense.org/issues/2123
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-8/+8
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-251-1/+1
| |\
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-35/+0
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-041-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/shaper.inc
| * \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-311-3/+3
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-20/+57
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/priv.defs.inc etc/inc/shaper.inc etc/inc/system.inc
| * \ \ \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-6/+13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/priv.defs.inc etc/inc/services.inc etc/inc/shaper.inc etc/inc/voucher.inc etc/inc/vpn.inc usr/local/www/fbegin.inc
| * \ \ \ \ \ \ Merge branch 'master' into incVinicius Coque2011-01-281-1/+78
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/captiveportal.inc etc/inc/config.console.inc etc/inc/config.lib.inc etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/ipsec.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/system.inc etc/inc/voucher.inc
| * | | | | | | | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-5/+5
| | | | | | | | |
| * | | | | | | | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-5/+5
| | | | | | | | |
| * | | | | | | | Merge remote branch 'mainline/master' into incRenato Botelho2010-08-301-1/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc
| * | | | | | | | | Implement gettext() calls on rrd.incCarlos Eduardo Ramos2010-08-171-8/+8
| | | | | | | | | |
* | | | | | | | | | Merge remote branch 'upstream/master'jim-p2011-06-011-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: conf.default/config.xml etc/inc/filter.inc etc/inc/globals.inc etc/inc/pfsense-utils.inc etc/inc/upgrade_config.inc usr/local/www/interfaces.php
| * | | | | | | | | Fix syntax error/typo. Fixes #1372jim-p2011-05-241-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Fix my traffic graphsSeth Mos2011-05-261-17/+11
| | | | | | | | |
* | | | | | | | | Unset the correct variablesSeth Mos2011-05-251-2/+2
| | | | | | | | |
* | | | | | | | | Make it so that we use the correct fields in the right orderSeth Mos2011-05-241-4/+16
| | | | | | | | |
* | | | | | | | | Merge remote branch 'upstream/master'jim-p2011-05-191-35/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Remove Total users graph this has become redundant and replaced with a ↵Warren Baker2011-05-161-35/+0
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | cumulative result.
* | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-121-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add -a to include all updaterrd.sh scripts running and also remove top ↵Ermal2011-04-041-2/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | killing since its not used anymore in stat gathering.
* | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-121-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc usr/local/www/themes/the_wall/rrdcolors.inc.php
| * | | | | | Use a different loop counter variable to avoid a name collisionjim-p2011-03-301-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote branch 'upstream/master'Seth Mos2011-03-241-21/+57
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/rrd.inc usr/local/www/interfaces.php
| * | | | | Read data into variables before passing to rrdtool, so it's easier to extend ↵jim-p2011-03-181-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | this to store data elsewhere in addition to (or instead of) rrdtool. Also, switch to using cpustats for CPU statistics instead of top.
| * | | | | Add Total number of CP users graphWarren Baker2011-03-171-3/+40
| | |_|_|/ | |/| | |
| * | | | Possible double RRD process fix.smos2011-03-091-1/+3
| | | | |
* | | | | unbreak the broken mergeSeth Mos2011-03-091-8/+0
| | | | |
* | | | | Merge remote branch 'upstream/master'Seth Mos2011-03-081-0/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: etc/inc/rrd.inc
OpenPOWER on IntegriCloud