PDA

View Full Version : Diskspace Reading Issues in beta7


xuanzhi
08-03-2006, 00:19
I have some problems with vfs.fs.size.

1. For the vfs.fs.size[/,free], it displays the unit wrong. Should be GB, but displayed MB.

2. vfs.fs.size[/,total] and vfs.fs.size[/,used] always show 0.

Why? Please help.

Thanks.

bytesize
13-03-2006, 10:43
Hi,

I have a similar problem in reverse with beta7 - "vfs.fs.size[/,free]" should show GB, but it's showing MB!

John

dcrandall
26-04-2006, 19:01
I was having the same problem:
Partition size from df = 260M
Zabbix vfs.fs.size[/,total] reporting 260K

Solved it by setting the multiplier to 1024.

Dan

btriem
28-04-2006, 06:56
for Used disk space on / and total disk space on /, the multiplier is 0, thus your total is 0. You need to change it to 1024 as well, and you will get proper values.

jfriedman
27-06-2006, 19:28
Seems if you tell the units to be bytes, it should display the correct value, and you should not need a mutiplier?