欢迎来到天天文库
浏览记录
ID:37239763
大小:198.50 KB
页数:10页
时间:2019-05-20
《Nagios 网卡流量监控》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、Nagios网卡流量监控本文所用到的监控流量插件来自"石头"的1.20版shell插件。感谢之。。。。下载地址为:点击下载。总体设置可以分为两块,linux主机及非linux主机。稍有出入。不多说直接上配置一、linux主机主要步骤:1、安装snmpd服务软件包并设置启动之。2、上传监控插件至被监控机nagios/libexec目录并授权3、网卡参数检测4、nrpe.cfg文件增加监控command5、nagios服务器配置service.cfg添加监控项具体实施:1、安装修改启动snmpd服务安装:[root@nagiosn
2、agios]#yum-yinstallnet-snmp*Loadedplugins:fastestmirrorLoadingmirrorspeedsfromcachedhostfileSettingupInstallProcessPackage1:net-snmp-devel-5.3.2.2-9.el5_5.1.i386alreadyinstalledandlatestversionPackage1:net-snmp-libs-5.3.2.2-9.el5_5.1.i386alreadyinstalledandlatestver
3、sionPackage1:net-snmp-utils-5.3.2.2-9.el5_5.1.i386alreadyinstalledandlatestversionPackage1:net-snmp-perl-5.3.2.2-9.el5_5.1.i386alreadyinstalledandlatestversionPackage1:net-snmp-5.3.2.2-9.el5_5.1.i386alreadyinstalledandlatestversionNothingtodo#我已经安装过了。。就上面这些包了。。修改snm
4、pd.conf#sec.namesourcecommunitycom2secnotConfigUser127.0.0.1(localhost也可不改)XXXX(共同体名)#groupcontextsec.modelsec.levelprefixreadwritenotifaccessnotConfigGroup""anynoauthexactmib2nonenone#改system为mib2viewmib2included.iso.org.dod.internet.mgmt.mib-2fc#去掉前面的"#"注释符2、上传插件被
5、授权上传check_traffic.sh至/usr/local/nagios/libexec改属主为:nagioschownnagios.nagios./check_traffic.sh3、网卡参数检测:[root@OAServeretc]#/usr/local/nagios/libexec/check_traffic.sh-V2c-Cpublic-H127.0.0.1-LListInterfaceforhost127.0.0.1.Interfaceindex1orrespondingtoloInterfaceindex2or
6、respondingtobond0Interfaceindex3orrespondingtoeth0Interfaceindex4orrespondingtoeth1Interfaceindex5orrespondingtosit0可以测试是否能够正常采集到数据/usr/local/nagios/libexec/check_traffic.sh-V2c-Cpublic-H127.0.0.1-I2-w1200,1500-c1700,1800-K-bOK-TheTrafficInis356Kbps,Outis414Kbps,Tot
7、alis770Kbps.TheCheckIntervalis30s
8、In=356Kbps;1200;1700;0;0Out=414Kbps;1500;1800;0;0Total=770Kbps;2700;3500;0;0Interval=30s;1200;1800;0;0注:-Vsnmp协议版本-C共同体名-I参数对应上面-L输出的网卡index值。标示监视相应的网卡。该插件其它使用方法及各参数解释详情"-help"或者看上面论坛石头描述更改/var/tmp/check_traffic*文件权限为nagios用户可读写。简单的
9、给个777吧。。chmod777/var/tmp/check_traffic_127.0.0.1_2.hist_dat_root__324、更改nrpe.cfg增加如下行:command[check_traffic]=/usr/local/nagios/libexec/che
此文档下载收益归作者所有