您好,登录后才能下订单哦!
ngios流量监控文档
以下的文档是在需要被监控的机器上安装,因为流量需要从被监控机器上抓取。
所需软件net-snmpnet-snmp-utilsnet-snmp-libs
所需脚本check_traffic.sh可从下面链接下载
http://www.itnms.net/discuz/viewthread.php?tid=767&extra=pageD1&page=1
1.查看系统是否安装rpm–qa|grepsnmp,如没有上传以上包,再上传check_traffic.sh脚本至$nagios/libexec/,并更改traffic脚本权限为755
2.未安装时下载上面的snmp的rpm包我用的为
net-snmp-5.1.2-13.el4.i386net-snmp-utils-5.1.2-13.el4.i386net-snmp-libs-5.1.2-13.el4
3.vi/etc/snmp/snmp.conf
a)更改
#sec.namesourcecommunity
com2secnotConfigUserdefaultpublic
为
#sec.namesourcecommunity
com2secnotConfigUserlocalhost(源IP)nagios(访问密码)
注:上面提到的源IP,指的是允许哪些IP来抓取流量,如果要写成网段,例如:192.168.0.0/24。代表允许192.168.0.0/24
b)更改
accessnotConfigGroup""anynoauthexactsystemviewnonenone
为
accessnotConfigGroup""anynoauthexactmib2nonenone
c)去掉该的#
#viewmib2included.iso.org.dod.internet.mgmt.mib-2fc
d)启动snmp
/etc/init.d/snmpdstart
检查启动情况
Netstat–na|grep161
测试snmpsnmpwalk-v1-cnagioslocalhostsystem
Traffic脚本测试
如果不知道网卡
/usr/local/nagios/libexec//check_traffic.sh-V2c-Cnagios-Hlocalhost–L命令列出
/usr/local/nagios/libexec//check_traffic.sh-V2c-Cnagios-Hlocalhost-I2-w12,30-c15,35-M–b
用原始的check_traffic.sh无法得到结果,提示错误如下:
OOPS.WegetavaluebiggerthanifSpeedhere.Somethingiswrong.Maybeacheckfrom32bitto64bittransfer,oranyothererrorhere.
解决方法:注释掉相关语句:
if[$In-gt$ifSpeed-o$Out-gt$ifSpeed];
if[$In-gt$ifSpeed-o$Out-gt$ifSpeed];
就OK了
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。