Hi,
We are trying to monitor the disk IO stats in Centos 7 with zabbix 2.4, but I cannot get it to work.
When trying the build in vfs.dev.read and vfs.dev.write, only the write returns any values
zabbix_get -s hostname -k vfs.dev.write[sda,ops,avg1]
0.000000
zabbix_get -s hostname -k vfs.dev.write[sda,ops,avg1]
2.933333
Also the built in discovery prototype has "vfs.dev.read[{#FSNAME},ops,avg1]" but $FSNAME doesn't work because it's a device (https://support.zabbix.com/browse/ZBXNEXT-1302).
And the "Type of information" is set to "Numeric (unsigned)" while it should be "Numeric (float)" for sps/ops.
But even when I modify the item, only the write statistics work, not the read.
The workaround posted here:
Also doesn't give the proper results.
Any tips on how to get these statistics??
We are trying to monitor the disk IO stats in Centos 7 with zabbix 2.4, but I cannot get it to work.
When trying the build in vfs.dev.read and vfs.dev.write, only the write returns any values
zabbix_get -s hostname -k vfs.dev.write[sda,ops,avg1]
0.000000
zabbix_get -s hostname -k vfs.dev.write[sda,ops,avg1]
2.933333
Also the built in discovery prototype has "vfs.dev.read[{#FSNAME},ops,avg1]" but $FSNAME doesn't work because it's a device (https://support.zabbix.com/browse/ZBXNEXT-1302).
And the "Type of information" is set to "Numeric (unsigned)" while it should be "Numeric (float)" for sps/ops.
But even when I modify the item, only the write statistics work, not the read.
The workaround posted here:
Also doesn't give the proper results.
Any tips on how to get these statistics??
Comment