Zabbix not getting data for one filesystem

Posted by Dennis Williamson on Server Fault See other posts from Server Fault or by Dennis Williamson
Published on 2012-10-18T15:39:46Z Indexed on 2012/11/04 23:03 UTC
Read the original article Hit count: 215

Filed under:
|
|
|
|

I have Zabbix monitoring disk space for several volumes on several servers. It works fine on all of them except for one of the volumes on one of the servers which always reports as 0. However, when I run

./zabbix_get -s localhost -p 10050 -k 'vfs.fs.size[/home, free]'

locally on the machine in question, it gives me the correct, non-zero size which matches the output of df.

How can I go about troubleshooting and correcting this problem?

© Server Fault or respective owner

Related posts about linux

Related posts about monitoring