Maybe this bug has been logged and fixed in the latest release but I didn't see any reference to it (but I could have missed it).
My vfs.fs.size used isn't reporting properly... my free and total are but not used.
Zabbix Agent: ZABBIX Agent (daemon) v1.6.2 (16 January 2009)
a df shows this
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
9934940 1052260 8369864 12% /
/dev/mapper/VolGroup00-LogVol02
456095560 230468 432322924 1% /cache
/dev/sda1 5080796 147700 4670840 4% /boot
tmpfs 513460 0 513460 0% /dev/shm
Total works:
/usr/sbin/zabbix_agentd -t vfs.fs.size[/cache,total]
vfs.fs.size[/cache,total] [u|456095560]
Free Works:
/usr/sbin/zabbix_agentd -t vfs.fs.size[/cache,free]
vfs.fs.size[/cache,free]
Used NOT Working:
/usr/sbin/zabbix_agentd -t vfs.fs.size[/cache,used]
vfs.fs.size[/cache,used]
This is the same if I use the / or the /cache file system... Any ideas?
My vfs.fs.size used isn't reporting properly... my free and total are but not used.
Zabbix Agent: ZABBIX Agent (daemon) v1.6.2 (16 January 2009)
a df shows this
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
9934940 1052260 8369864 12% /
/dev/mapper/VolGroup00-LogVol02
456095560 230468 432322924 1% /cache
/dev/sda1 5080796 147700 4670840 4% /boot
tmpfs 513460 0 513460 0% /dev/shm
Total works:
/usr/sbin/zabbix_agentd -t vfs.fs.size[/cache,total]
vfs.fs.size[/cache,total] [u|456095560]
Free Works:
/usr/sbin/zabbix_agentd -t vfs.fs.size[/cache,free]
vfs.fs.size[/cache,free]
Used NOT Working:
/usr/sbin/zabbix_agentd -t vfs.fs.size[/cache,used]
vfs.fs.size[/cache,used]
This is the same if I use the / or the /cache file system... Any ideas?
Comment