diff options
author | jim-p <jimp@pfsense.org> | 2014-08-12 16:02:36 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-08-12 16:02:36 -0400 |
commit | 86c67c0e6ecc177227896d09176e02d7486732fd (patch) | |
tree | d89678c1039a17eb642ccd9f96ac1c1882a8fa83 /pkg_config.8.xml | |
parent | db46080f3f19b50883061e4d5c49701d73946d28 (diff) | |
download | pfsense-packages-86c67c0e6ecc177227896d09176e02d7486732fd.tar.gz pfsense-packages-86c67c0e6ecc177227896d09176e02d7486732fd.tar.bz2 pfsense-packages-86c67c0e6ecc177227896d09176e02d7486732fd.zip |
Add skeleton for ntopng, not active to install yet.
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 6ecb57a4..699ec2a8 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -367,6 +367,24 @@ <noembedded>true</noembedded> </package> <package> + <name>ntopng</name> + <website>http://www.ntop.org/</website> + <descr>ntopng (replaces 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>https://files.pfsense.org/packages/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>ntopng-1.1_2-i386.pbi</depends_on_package_pbi> + <build_pbi> + <port>net/ntopng</port> + </build_pbi> + <version>1.1 v0.1</version> + <status>ALPHA</status> + <!-- Only here to build binaries, not used yet --> + <required_version>3.0</required_version> + <config_file>https://packages.pfsense.org/packages/config/ntopng/ntopng.xml</config_file> + <configurationfile>ntopng.xml</configurationfile> + <noembedded>true</noembedded> + </package> + <package> <name>FreeSWITCH</name> <website>http://www.freeswitch.org/</website> <descr>FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow. </descr> |