From Zabbix documentation the possible values for the second parameter for 'vfs.dev.read' or 'vfs.dev.write' are: sectors, operations, bytes, sps, ops, bps
Why is 'bps' (under Ubuntu) not supported?
$ /usr/bin/zabbix_get -s localhost -k vfs.dev.write[/dev/sda,bps]
ZBX_NOTSUPPORTED: Invalid second parameter.
$ /usr/bin/zabbix_get -s localhost -k vfs.dev.write[/dev/sdb,bps]
ZBX_NOTSUPPORTED: Invalid second parameter.
Why is 'bps' (under Ubuntu) not supported?
$ /usr/bin/zabbix_get -s localhost -k vfs.dev.write[/dev/sda,bps]
ZBX_NOTSUPPORTED: Invalid second parameter.
$ /usr/bin/zabbix_get -s localhost -k vfs.dev.write[/dev/sdb,bps]
ZBX_NOTSUPPORTED: Invalid second parameter.
Comment