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.10.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.10.xml')
-rw-r--r-- | pkg_config.10.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index ed890f54..3088ce71 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -269,6 +269,23 @@ <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_pbi>ntopng-1.1_2-##ARCH##.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>Notes</name> <website/> <descr>Track things you want to note for this system.</descr> |