Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected typo for log_error | Individual IT Services | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | added posibility to use postgreSQL database to store results | Individual IT Services | 2013-08-13 | 1 | -0/+29 |
| | |||||
* | bandwidthd add enable option | Phil Davis | 2013-03-31 | 1 | -36/+51 |
| | |||||
* | bandwidthd - rotate log files when output_cdf is enabled | Phil Davis | 2013-03-15 | 1 | -2/+16 |
| | |||||
* | bandwidthd on nanobsd - put logo and legend files in place | Phil Davis | 2013-03-13 | 1 | -1/+6 |
| | | | legend.gif and logo.gif were missing from the report/graph page. They need to be put in /var/bandwidthd/htdocs | ||||
* | bandwidthd robust filesystem creation | Phil Davis | 2013-03-03 | 1 | -9/+49 |
| | | | Make the code that starts bandwidthd check for the correct dirs and symlinks, leave them alone if they are already there, and put them in place if they are missing. This fixes some places where some commands were generating "already exists" warnings, and generally makes sure that whatever someone does at the command line to mess with bandwidthd dirs and links, they will be put back when bandwidthd starts. | ||||
* | bandwidthd for nanobsd | phildd | 2013-03-01 | 1 | -12/+43 |
| | | | Make bandwidth on nanobsd write graph files and cdf log files to /var/bandwidthd rw memory filesystem, so it can run with /usr mounted read-only | ||||
* | bandwidthd - replace deprecated split with explode | Phil Davis | 2012-10-31 | 1 | -1/+1 |
| | | | | The split function is deprecated in PHP 5.3. For this simple use, the explode function does the same thing. http://forum.pfsense.org/index.php/topic,55187.0.html | ||||
* | Fix inconsistent field names | Phil Davis | 2012-10-02 | 1 | -2/+5 |
| | |||||
* | Bandwidthd skip_intervals typo prevented this param from being effective. | Phil Davis | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Put standard pfsense version check logic so it will default correctly for ↵ | Phil Davis | 2012-07-15 | 1 | -7/+16 |
| | | | | | future versions of pfsense. Previously, promiscuous mode was always stuck on - the bandwidthd default is "promiscuous true" and the code assumed the default was "false". This fix always specifies promiscuous mode explicitly so that it does not matter what the default is, the setting will always follow whatever the user has selected in the GUI check box. See forum thread http://forum.pfsense.org/index.php/topic,50878.0.html | ||||
* | Whoops, set proper architecture here. | jim-p | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | Adapt bandwidthd to use the right dir on 2.1, work around the fact that you ↵ | jim-p | 2012-06-23 | 1 | -8/+17 |
| | | | | can't specify a proper custom config path. | ||||
* | Only print a subnet line for bandwidthd if it's a valid subnet, to avoid ↵ | jim-p | 2011-03-30 | 1 | -1/+2 |
| | | | | generating an invalid configuration file. | ||||
* | Add support for multiple subnets custom on config form | lgcosta | 2011-03-06 | 1 | -1/+9 |
| | |||||
* | Do not pkg_delete | Scott Ullrich | 2010-11-30 | 1 | -1/+0 |
| | |||||
* | References aren't needed if you aren't modifying the new variable. Remove &. | jim-p | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | fix text. cvstrac 1639 | Chris Buechler | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | mv packages to config dir to match web layout | Bill Marquette | 2009-02-06 | 1 | -0/+201 |