1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: ntopng
Section: net
Priority: extra
Maintainer: Ludovico Cavedon <cavedon@debian.org>
Build-Depends: autoconf,
automake,
debhelper (>= 9.20160114),
dh-systemd (>= 1.5),
dpkg (>= 1.15.7.2),
coffeescript,
libcurl4-gnutls-dev,
libgeoip-dev,
libhiredis-dev,
libjson-c-dev,
libluajit-5.1-dev,
default-libmysqlclient-dev,
libndpi-dev (>= 1.8),
libpcap-dev,
librrd-dev,
libsqlite3-dev,
libzmq3-dev,
pkg-config,
Standards-Version: 3.9.8
Homepage: http://www.ntop.org/products/ntop/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ntopng.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/ntopng.git;a=summary
Package: ntopng
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
lsb-base (>= 3.0-6),
ntopng-data (= ${source:Version}),
redis-server (>= 2.6),
Suggests: geoip-database-contrib (>= 1.12)
Description: High-Speed Web-based Traffic Analysis and Flow Collection Tool
ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.
.
ntopng users can use a web browser to navigate through ntop (that acts as a
web server) traffic information and get a dump of the network status. In the
latter case, ntop can be seen as a simple RMON-like agent with an embedded web
interface. The use of:
.
* a web interface
* limited configuration and administration via the web interface
* reduced CPU and memory usage (they vary according to network size and
traffic)
.
What ntopng can do:
* Sort network traffic according to many protocols
* Show network traffic and IPv4/v6 active hosts
* Store on disk persistent traffic statistics in RRD format
* Geolocate hosts
* Discover application protocols by leveraging on nDPI, ntop’s DPI
framework
* Characterise HTTP traffic by leveraging on characterisation services
provided by block.si. ntopng comes with a demo characterisation key, but if
you need a permanent one, please mail info@block.si
* Show IP traffic distribution among the various protocols
* Analyse IP traffic and sort it according to the source/destination
* Display IP Traffic Subnet matrix (who’s talking to who?)
* Report IP protocol usage sorted by protocol type
* Act as a NetFlow/sFlow collector for flows generated by routers (e.g.
Cisco and Juniper) or switches (e.g. Foundry Networks) when used together
with nProbe
* Produce HTML5/AJAX network traffic statistics
Package: ntopng-data
Architecture: all
Multi-Arch: foreign
Depends: fonts-font-awesome,
libjs-bootstrap,
libjs-rickshaw,
libjs-jquery-form,
libjs-jquery-tablesorter,
${misc:Depends},
Recommends: ntopng (= ${binary:Version})
Description: High-Speed Web-based Traffic Analysis and Flow Collection Tool (data files)
ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.
.
ntopng users can use a web browser to navigate through ntop (that acts as a
web server) traffic information and get a dump of the network status. In the
latter case, ntop can be seen as a simple RMON-like agent with an embedded web
interface. The use of:
.
* a web interface
* limited configuration and administration via the web interface
* reduced CPU and memory usage (they vary according to network size and
traffic)
.
This package contains the architecture independent files for the ntopng
daemon.
|