summaryrefslogtreecommitdiffstats
path: root/etc/inc/rrd.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax error/typo. Fixes #1372jim-p2011-05-241-1/+1
|
* Remove Total users graph this has become redundant and replaced with a ↵Warren Baker2011-05-161-35/+0
| | | | cumulative result.
* 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.
* Use a different loop counter variable to avoid a name collisionjim-p2011-03-301-3/+3
|
* 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
|
* Keep the output in a variable before passing it to rrdtool in case we also ↵jim-p2011-03-081-4/+6
| | | | want to pass it to something else.
* Only run pfctl once per interface for stats, rather than four times.jim-p2011-03-081-4/+7
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-0/+77
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* Fix case for disabling RRD graphing for spamd package.Erik Fonnesbeck2011-01-251-1/+1
|
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
|
* Revert the top field change shift as these break a lot of other installs.smos2010-08-271-1/+1
|
* Shift the fields from "top" once more to get our processor statistics backsmos2010-08-241-1/+1
|
* Apparently we use domain sockets now for collecting user statistics. This ↵smos2010-08-241-1/+2
| | | | was causing the nc command to wait _very_ long for a timeout and essentially destroy the graphing backend and the openvpn user statistics in the process
* chown the RRD path on every call, not just when initially creating the RRD ↵jim-p2010-08-061-1/+6
| | | | directory. Also, chown the resulting rrd files.
* When creating /var/db/rrd, make sure it's writable by wheel, and owned by ↵jim-p2010-08-051-2/+3
| | | | nobody, or apinger can't create the quality graphs.
* Shift all the top fields by one, seems like top output has changed.smos2010-07-241-1/+1
|
* 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-205/+247
| | | | Graphing page doesn't know about openvpn users yet. But that's ok.
* Add OpenVPN traffic statistics for all configured OpenVPN serversmos2010-07-231-0/+9
| | | | instances, this adds traffic and packets.
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-071-1/+1
|\ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
| * Silence is better for this command.Ermal2010-06-031-1/+1
| |
* | First steps for 3g serviceproviders supportRenato Botelho2010-06-021-135/+0
|/ | | | | | | | | | | | o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
* Change the exec() calls to mwexec, this supresses the rrdtool messages ↵smos2010-05-121-8/+8
| | | | during boot if the rrd files have a newer timestamp then the attempt to update
* must use -f with pkill to find updaterrd.shChris Buechler2010-04-031-1/+1
|
* Ticket #435. Correct command.Ermal2010-03-191-1/+1
|
* Use pgrep/pkill to save a bit of cpu.thompsa2010-03-121-1/+1
|
* Make get_real_interface return real interface enc0 for "ipsec". Refactor ↵Seth Mos2010-01-111-22/+4
| | | | | | enable_rrd_graphing() to use get_configured_interface_with_descr()
* Also match umodem for the UM175 unit.thompsa2009-12-271-1/+1
|
* Add graphing for 3G cellular modems.thompsa2009-12-271-0/+31
|
* Make sure to surpress stderrSeth Mos2009-12-141-1/+1
|
* Make sure that do not set the interface to a empty value, this affects the ↵Seth Mos2009-12-071-1/+4
| | | | ipsec counters.
* Use the list sta output instead of list ap which we used before.Seth Mos2009-11-241-1/+1
| | | | Still need to check if this also results in the right values being graphed, takes some time to confirm.
* Make sure the right wireless interface is polled for the graphsSeth Mos2009-11-241-0/+1
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+0
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+5
|
* Only blast rrd upgrade notice to wall onceScott Ullrich2009-08-241-1/+4
|
* Move upgrade wall message to the correct function (migrate_rrd_format())Scott Ullrich2009-07-091-1/+1
|
* Oops, add needed echo ''Scott Ullrich2009-07-061-1/+1
|
* Broadcast to all ttys that a RRD upgrade is in progress.Scott Ullrich2009-07-061-1/+1
|
* * Move functions that output html to guiconfig.incErmal Luci2009-06-181-4/+1
| | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Rewrite the rrd upgrade code to use the newly added xml2array function ↵Seth Mos2009-03-131-0/+136
| | | | | | | specifically for the rrd upgrade code. This is about 4 times faster then our builtin parser. Hoping this can solve part of the the 45 minute upgrade cycles on embedded builds
* Use nice -n20 for common launched itemsScott Ullrich2009-03-111-2/+2
|
* Add missing braceSeth Mos2008-12-241-1/+1
|
* Final attempt at making rows merger work before I throw in the towel.Seth Mos2008-12-241-0/+10
| | | | Empty rows need to proceed the old data when growing the RRA archive
* Set more default valuesSeth Mos2008-12-241-0/+8
|
* Change RRA 12 hour archive to 3000, drop the 1 day archive for new databasesSeth Mos2008-12-241-23/+13
|
* Add kill_traffic_collector()Seth Mos2008-12-241-0/+4
|
* Add enable_rrd_graphing();Seth Mos2008-12-241-0/+471
|
OpenPOWER on IntegriCloud