- cd /etc/yum.repos.d/
- wget http://packages.ntop.org/centos/ntop.repo -O ntop.repo
- wget http://packages.ntop.org/centos/epel-7.repo -O epel.repo
- yum clean all
- yum update
- yum install pfring n2disk nprobe ntopng ntopng-data cento
2,啟動收集器
- systemctl start redis
會監聽 5556端口,作為數據接收接口
3,啟動探測器
- ntopng -i "tcp://127.0.0.1:5556"
探測器從p2p2接口采集數據,送入tcp5556接口。
- nprobe --zmq "tcp://*:5556" -i p2p2