洞察探索如何通过一套代码实现跨平台小程序开发与高效管理,助力企业数字化转型
1156
2022-11-20
Linux CENTOS7 Linux ntopng流量监控、端口监控、服务监控管理系统 安装过程以及示例!另外附带CENTOS6的安装过程!
centos 7 安装ntopng
1、添加ntopng官方yum源
cd /etc/yum.repos.d/wget -O ntop.repo
2、centos添加epel 7 yum源
rpm -ivh -qa | grep zeromq3如果安装了zeromq3,请先卸载 没有的话,就不用理睬啦!yum erase zeromq3
4、使用yum命令安装ntopng
yum install pfring-dkms n2disk nprobe ntopng cento
好多次的确认呀!
成功:
5、修改ntopng主配置文件
cd /etc/ntopng/vim ntopng.conf
原配置文件内容仅有如下一项:
-G=/var/run/ntopng.pid
添加新的配置选项:
-i=ens33-m=192.168.4.0/24
6、开启redis服务和ntopng服务
service redis startservice ntopng start
关闭防火墙:
测试结果:
另附 centos 6 安装ntopng流程
在第1步之后2、安装相应的yum源及redis包 rpm -ivh wget rpm -ivh rpm -qa | grep zeromq4、安装ntopng yum clean all yum update yum install pfring-dkms n2disk nprobe ntopng cento------------------------------------------------------ntopng官网centos安装文档原文IMPORTANTThis directory contains nightly builds of 64 bit binary packages for RedHat/CentOS (latest OS version). Please use rpm-stable.ntop.org for stable builds.In order to use this repository do (as root):cd /etc/yum.repos.d/wget -O ntop.repoCentOS 6rpm -ivh -ivh 7rpm -ivh do:yum erase zeromq3 (Do this once to make sure zeromq3 is not installed)yum clean allyum updateyum install pfring-dkms n2disk nprobe ntopng centoPF_RING is now packaged without ZC drivers so you can optionally install them:yum install pfring-drivers-zc-dkmsMost software works without licenses. However some components do need a license. They include:PF_RING ZC user-space librariesnProbe (NetFlow/IPFIX probe)n2disk (packet to disk application)You can find more info on the ntop site, or acquire licenses on the ntop e-shop.We remind you that all ntop products are available at no cost to universities and research.NOTEIf you are a nProbe user and want to install a nprobe package with no dependency, please install the nprobes(rather than the nprobe) package. Note that you can either install the nprobe or the nprobes packagebut NOT both simultaneously.http://packages.ntop.org/centos/
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~