解决Cacti无法正常监视超过100M以上流量的问题

十一月 7th, 2009 Posted in cacti | 阅读次数: 730 次

制作:高进波
时间:2009-09-21
解决Cacti无法正常监视超过100M以上流量的问题

环境:
centos 5.3
cacti 0.8.7e

1. 修改snmp设置文件
vi /etc/snmp/snmpd.conf
access  notConfigGroup ""      any       noauth    exact  systemvies none none
改成 access  notConfigGroup ""      any       noauth    exact  all none none
#view all    included  .1                               80
改成
view all    included  .1                               80

 

2. 修改Cacti中相关设置
在Cacti管理页面中选择Console->Data Source
找到需要修改的端口(即流量大于100M的端口),修改Output Type ID 为 In/Out bits (64-bit counters)(原来为In/Out bits)
修改Maximum Value 为 1000000000

完成!

相关日志:

3 Responses to “解决Cacti无法正常监视超过100M以上流量的问题”

  1. 王清 Says:

    高老师,您好
    看了您的有关cacti的文档后获益匪浅。对于这篇文章,我还有一个问题请教:
    现在企业的网络都是千兆网络,甚至是万兆网络,在监控的时候如果一个个端口去改,太麻烦,请问题有什么办法实现批量改,或者说在一开始部署的时候,考虑到现在网络的情况,应该在哪个地方做特殊的配置。谢谢。


  2. gaojinbo Says:

    cacti里面修改数据源模板In/Out bits (64-bit counters),即可不用每次修改。。

    snmp配置文件可以在做服务器基础配置的时候通过脚本修改。


  3. Overcome Panic Attacks Says:

    Some New Sites I Like…

    [...]below you’ll find the link to some websites that I think you should go and see http://www.panicattackstreatmentcure.net/links/ some are related to my site and others are unrelated but definitely worth visiting[...]…


留下您的脚印