diff options
author | jim-p <jimp@pfsense.org> | 2010-06-24 14:15:25 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-06-24 14:15:25 -0400 |
commit | f470286614fcf816671bf772cfbe42ae81e077cc (patch) | |
tree | 36c8b00d0bd7a72c7b500baec98a843e992ca9f3 /pkg_config.7.xml | |
parent | cc851da395e1915026d321fd8f421dacddd71203 (diff) | |
download | pfsense-packages-f470286614fcf816671bf772cfbe42ae81e077cc.tar.gz pfsense-packages-f470286614fcf816671bf772cfbe42ae81e077cc.tar.bz2 pfsense-packages-f470286614fcf816671bf772cfbe42ae81e077cc.zip |
Add RRD Summary package which will show current and previous month bandwidth usage for any given RRD file and start date.
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 2d9061d0..d03826ad 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -1042,5 +1042,16 @@ <required_version>1.2.3</required_version> <maximum_version>1.2.3</maximum_version> </package> + <package> + <name>RRD Summary</name> + <descr>RRD Summary Page, which will give a total amount of traffic passed In/Out during this and the previous month.</descr> + <category>System</category> + <version>1.0</version> + <status>Beta</status> + <maintainer>jimp@pfsense.org</maintainer> + <required_version>1.2.3</required_version> + <config_file>http://www.pfsense.org/packages/config/rrd-summary/rrd-summary.xml</config_file> + <configurationfile>rrd-summary.xml</configurationfile> + </package> </packages> </pfsensepkgs> |