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?