侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

ntopng部署

2023-12-09 星期六 / 0 评论 / 0 点赞 / 90 阅读 / 1550 字

ntopng是一款网络实时流量监控及分析软件。最近因业务需要,部署了一套此服务。我们可以看下官网的介绍: ntopng is the next generation version of the or

ntopng是一款网络实时流量监控及分析软件。最近因业务需要,部署了一套此服务。我们可以看下官网的介绍:

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. ntopng is based on libpcap and it has been written in a portable way in order to virtually run on every Unixplatform, MacOSX and on Windows as well.

下面是在centos6.x系统下安装最新版本的ntopng服务的步骤:

  • cd /etc/yum.repos.d/
  • wget http://packages.ntop.org/centos/ntop.repo -O ntop.repo
  • wget http://packages.ntop.org/centos/epel-6.repo -O epel.repo
  • wget https://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-6/saltstack-zeromq4-epel-6.repo
  • yum erase zeromq3
  • yum clean all
  • yum update
  • yum install pfring n2disk nprobe ntopng ntopng-data cento nbox
  • yum install pfring-drivers-zc-dkms

修改配置文件,然后启动redis,再启动ntopng。访问:http://ip:3000,默认用户名密码:admin/admin。

官网参考:http://packages.ntop.org/centos/

文章归档:http://secscorpio.top/?p=66

广告 广告

评论区