diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-15 19:52:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-15 19:52:27 +0000 |
commit | 5e96cb3274a9d45af6dc40ddfcc93038e262d347 (patch) | |
tree | f60aad774d029b76d2a4da0ebad6edec4fcb2b56 | |
parent | f58650cbf6657b326bcc1e0534b8ead2cbf31eef (diff) | |
download | pfsense-packages-5e96cb3274a9d45af6dc40ddfcc93038e262d347.tar.gz pfsense-packages-5e96cb3274a9d45af6dc40ddfcc93038e262d347.tar.bz2 pfsense-packages-5e96cb3274a9d45af6dc40ddfcc93038e262d347.zip |
Enable NTOP for testing
-rw-r--r-- | pkg_config.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index d4f1d1a8..f16eb6cd 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -3,6 +3,18 @@ <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://www.pfsense.org/packages/All/</depends_on_package_base_url> + <depends_on_package>ntop-3.2_1.tbz</depends_on_package> + <version>3.2_1</version> + <status>BETA</status> + <config_file>http://www.pfsense.com/packages/config/ntop.xml</config_file> + <configurationfile>ntop.xml</configurationfile> + </package> + <package> <name>pfflowd</name> <website>http://www.mindrot.org/pfflowd.html</website> <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr> @@ -341,16 +353,4 @@ test server or link availability and modify translation or routing rules. This p <status>ALPHA</status> <configurationfile>doorman.xml</configurationfile> </package> - <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://www.pfsense.org/packages/All/</depends_on_package_base_url> - <depends_on_package>ntop-3.2_1.tbz</depends_on_package> - <version>3.2_1</version> - <status>BETA</status> - <config_file>http://www.pfsense.com/packages/config/ntop.xml</config_file> - <configurationfile>ntop.xml</configurationfile> - </package> </pfsensepkgs>
\ No newline at end of file |