vfs.dev.read[/dev/sda,bytes, ]
zabbix 2.2.3 , this item not support on centos 6.5 ?
zabbix 2.2.3 , this item not support on centos 6.5 ?
vfs.dev.read[/dev/sda,bytes,]
[root@zabbix ~]# cat /etc/system-release
CentOS release 6.5 (Final)
[root@zabbix ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_zabbix2-lv_root
114G 22G 87G 21% /
tmpfs 1.5G 0 1.5G 0% /dev/shm
[B]/dev/sda1 485M 140M 320M 31% /boot[/B]
/dev/mapper/vg_zabbix2-LogVol02
1.4T 1.4G 1.3T 1% /home
/dev/mapper/vg_zabbix2-LogVol03
917G 2.8G 868G 1% /usr
tmpfs 100M 76K 100M 1% /tmp
[root@zabbix ~]# zabbix_get -s localhost -k vfs.dev.read[/dev/sda1,bytes,]
[B]ZBX_NOTSUPPORTED[/B]
[root@zabbix ~]#
ingus@ingus:~$ zabbix_get -s localhost -k vfs.dev.read[/dev/sda1,bytes] ZBX_NOTSUPPORTED ingus@ingus:~$ zabbix_get -s localhost -k vfs.dev.read[/dev/sda1,operations] 64091
[root@zabbix ~]# zabbix_get -s localhost -k vfs.dev.write[/dev/sda1,bytes,] ZBX_NOTSUPPORTED [root@zabbix ~]# zabbix_get -s localhost -k vfs.dev.write[/dev/sda1,operations] 128
Corrected now.vfs.dev.read[/dev/sda1,sectors]
vfs.dev.read[/dev/sda1,sectors]*<sector_size>
fdisk -l /dev/sda1
Comment