1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/ntopng
2019-05-26 10:26:44 +08:00
..
docker-compose.yml add ntopng 2019-05-25 19:47:03 +08:00
Dockerfile update ntopng 2019-05-26 10:26:44 +08:00
README.md add ntopng 2019-05-25 19:47:03 +08:00

ntopng

ntopng is the next generation version of the original ntop, a network traffic probe that monitors network usage. ntopng 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 Windows as well.

nProbe is a software NetFlow v5/v9/IPFIX probe able to collect, analyze and export network traffic reports using the standard Cisco NetFlow v5/v9/IPFIX format. It is available for most of the OSs on the market (Windows, BSD, Linux, MacOSX). When installed on a PC, nProbe turn it into a Network-aware monitoring appliance.

Server (collector mode)

$ mkdir -m 777 -p data/{ntopng,redis}
$ docker-compose up -d
$ curl http://localhost:3000

Client (probe mode)

$ nprobe -i eth0 -n none --zmq-probe-mode --zmq tcp://ntopng-server:5556 -f 'tcp port 80'