码迷,mamicode.com
首页 > 其他好文 > 详细

Cacti磁盘空间监控数据不准解决办法

时间:2014-12-02 15:27:54      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   on   数据   art   问题   bs   cti   

在被监控的主机snmpd.conf中加入如下内容

….
###############################################################################
# disk checks
#

# The agent can check the amount of available disk space, and make
# sure it is above a set limit.

# disk PATH [MIN=DEFDISKMINIMUMSPACE]
#
# PATH:  mount path to the disk in question.
# MIN:   Disks with space below this value will have the Mib‘s errorFlag set.
#        Default value = DEFDISKMINIMUMSPACE.

# Check the / partition and make sure it contains at least 10 megs.

#disk / 10000
#disk / 100000
includeAllDisks 10%
….

主要是includeAllDisks 10%这句,如果没有这句话,出问题的磁盘空间实际上显示的是cacti所在主机的磁盘空间。

至于为什么,不是很明白。

Cacti磁盘空间监控数据不准解决办法

标签:io   ar   sp   on   数据   art   问题   bs   cti   

原文地址:http://my.oschina.net/waknow/blog/351435

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!