Cacti+Nagios(六):Cacti整合Ntop

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

1、安装依赖软件

1 2 3 4 5 6 [root@nagios ~]# cd /home/nagios [root@nagios nagios]# yum install libtool libpcap libpcap-devel gdbm gdbm-devel zlib zlib-devel [root@nagios nagios]# wget http://mirror01.idc.hinet.net/EPEL/5Server/x86_64/GeoIP-1.4.8-1.el5.x86_64.rpm [root@nagios nagios]# wget http://mirror01.idc.hinet.net/EPEL/5Server/x86_64/GeoIP-devel-1.4.8-1.el5.x86_64.rpm [root@nagios nagios]# yum -y –nogpgcheck localinstall GeoIP-*.el5.x86_64.rpm [root@nagios nagios]# yum -y –nogpgcheck localinstall ettercap-*.rpm

2、安装Ntop

1 2 3 4 5 6 7 8 9 [root@nagios nagios]# useradd -M -s /sbin/nologin -r ntop [root@nagios nagios]# wget http://down1.chinaunix.net/distfiles/ntop-4.1.0.tar.gz [root@nagios nagios]# tar zxvf ntop-4.1.0.tar.gz [root@nagios nagios]# cd ntop-4.1.0 [root@nagios ntop-4.1.0]# ./autogen.sh [root@nagios ntop-4.1.0]# make [root@nagios ntop-4.1.0]# make install [root@nagios ntop-4.1.0]# chown -R ntop:ntop /usr/local/share/ntop [root@nagios ntop-4.1.0]# chown -R ntop:root /usr/local/var/ntop

3、配置Ntop

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

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

(2)启动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

(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

(5)访问页面

http://localhost:3000

4、Cacti整合Ntop

1 2 3 4 5 6 [root@nagios ntop-4.1.0]# cd /home/nagios [root@nagios nagios]# wget http://docs.cacti.net/_media/plugin:ntop-v0.2-1.tgz [root@nagios nagios]# mv plugin:ntop-v0.2-1.tgz ntop-v0.2-1.tgz [root@nagios nagios]# tar zxvf ntop-v0.2-1.tgz -C /var/www/html/cacti/plugins/ [root@nagios nagios]# vi  /var/www/html/cacti/include/config.php $plugins[] = ‘ntop’;

在Plugin Management”中install和enable插件

在User Management中勾上View Ntop

在Settings、Misc中设置URL:http://localhost:3000

1. 本站所有资源来源于用户上传和网络,因此不包含技术服务请大家谅解!如有侵权请邮件联系客服!10210454@qq.com
2. 本站不保证所提供所有下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理,有奖励!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有RB奖励和额外RMB收入!

磊宇堂正在使用的服务器 维护管理由磊宇云服务器提供支持

磊宇堂 » Cacti+Nagios(六):Cacti整合Ntop

提供最优质的资源集合

立即查看 了解详情