diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-12-04 19:20:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-12-04 19:20:15 +0000 |
commit | 6321d2fddab9db1a5703d1bdb13564163efa099e (patch) | |
tree | 273a312129cdfcce73bf900a88aaf8560210ba1c | |
parent | 70310067bb5853c3b3e2e22fac770f15d62124bd (diff) | |
download | pfsense-packages-6321d2fddab9db1a5703d1bdb13564163efa099e.tar.gz pfsense-packages-6321d2fddab9db1a5703d1bdb13564163efa099e.tar.bz2 pfsense-packages-6321d2fddab9db1a5703d1bdb13564163efa099e.zip |
Add back ntop, we reverted to an older rrdtool so now we are sharing
the same rrdtool library as the base system (originally the reason
that the package was removed).
-rw-r--r-- | pkg_config.7.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 4cba969d..04199301 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -4,6 +4,19 @@ <pfsensepkgs> <packages> <package> + <name>ntop</name> + <website>http://www.ntop.org/</website> + <descr>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</descr> + <category>Network Management</category> + <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> + <depends_on_package>ntop-3.3_8.tbz</depends_on_package> + <version>3.3_8</version> + <status>BETA</status> + <required_version>1.2.1</required_version> + <config_file>http://www.pfsense.com/packages/config/ntop.xml</config_file> + <configurationfile>ntop.xml</configurationfile> + </package> + <package> <name>Pubkey</name> <descr>pfSense release key</descr> <website>http://pfsense.org</website> |