Hi All,
Fairly new to Zabbix, but i've been trying to add a graph to monitor disk read / write, however i'm coming across a "Cannot Obtain Disk Information" error when using the following as an item:
vfs.dev.read[/cache,bps,avg1]
The Disk was found successfully using the discover items:
vfs.dev.read[{#FSNAME},bps,avg1]
Currently running on Freebsd 10.3-RELEASE so from what I can tell the bps command should be valid.
Fairly new to Zabbix, but i've been trying to add a graph to monitor disk read / write, however i'm coming across a "Cannot Obtain Disk Information" error when using the following as an item:
vfs.dev.read[/cache,bps,avg1]
The Disk was found successfully using the discover items:
vfs.dev.read[{#FSNAME},bps,avg1]
Currently running on Freebsd 10.3-RELEASE so from what I can tell the bps command should be valid.
Comment