Cacti+Nagios(六):Cacti整合Ntop

网友投稿 790 2023-03-15

本站部分文章、图片属于网络上可搜索到的公开信息,均用于学习和交流用途,不能代表睿象云的观点、立场或意见。我们接受网民的监督,如发现任何违法内容或侵犯了您的权益,请第一时间联系小编邮箱jiasou666@gmail.com 处理。

Cacti+Nagios(六):Cacti整合Ntop

Ntop是一种监控网络流量工具

1、安装依赖软件

2、安装Ntop

3、配置Ntop

(1)为ntop的admin用户设置密码

1
2
[root@nagios ntop-4.1.0]# ntop -A
admin 123456

12[root@nagios ntop-4.1.0]# ntop -Aadmin 123456

(2)启动ntop

1
[root@nagios ntop-4.1.0]# ntop -i eth0 -d -L -u ntop

1[root@nagios ntop-4.1.0]# ntop -i eth0 -d -L -u ntop

eth0是你的监控机用于捕获网络流量的网卡

(3)自动启动

1
[root@nagios ntop-4.1.0]# echo 'ntop -i eth0 -d -L -u ntop &> /dev/null' >> /etc/rc.d/rc.local

1[root@nagios ntop-4.1.0]# echo 'ntop -i eth0 -d -L -u ntop &> /dev/null' >> /etc/rc.d/rc.local

(4)防火墙添加信任端口3000

1
2
[root@nagios ntop-4.1.0]# iptables -I INPUT -p tcp --dport 3000 -j ACCEPT
[root@nagios ntop-4.1.0]# service iptables save

12[root@nagios ntop-4.1.0]# iptables -I INPUT -p tcp --dport 3000 -j ACCEPT[root@nagios ntop-4.1.0]# service iptables save

(5)访问页面

4、Cacti整合Ntop

在Plugin Management"中install和enable插件

在User Management中勾上View Ntop

上一篇:Cacti+Nagios(七):Nagios监控windows(基于check_nt)
下一篇:深信服IPS告警误报分析(深信服ips是什么)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~