Hello folks...perhaps you can help me...
I want to create an item to check how much a disk is in use (in %).
I know I could use "vfs.fs.size[c:,pfree]" to check how much this is free but that's not what I'm looking for.
Also, I noticed that using "vfs.fs.size[c:,pused]" returns data in bytes and NOT in %.
According to the Zabbix manual, this seems to be the normal behavior now in 1.8.2.
Well, If anyone could give me a hand on that..i'd appreciate it.. ;-)
Or if anyone would know how to use some math on zabbix...let's say:
("vfs.fs.size[c:,pused]" * 100) / Total Disk Space
don't know if it's possible to do such a thing...
Thank you in advance!
I want to create an item to check how much a disk is in use (in %).
I know I could use "vfs.fs.size[c:,pfree]" to check how much this is free but that's not what I'm looking for.
Also, I noticed that using "vfs.fs.size[c:,pused]" returns data in bytes and NOT in %.
According to the Zabbix manual, this seems to be the normal behavior now in 1.8.2.
Well, If anyone could give me a hand on that..i'd appreciate it.. ;-)
Or if anyone would know how to use some math on zabbix...let's say:
("vfs.fs.size[c:,pused]" * 100) / Total Disk Space
don't know if it's possible to do such a thing...
Thank you in advance!
Comment