Zabbix 2.0.1. SL 6.2 on both server and agent.
I am trying to make disks IO stat graph.
I have set vfs.partitions.discovery UserParameter as shown in userparameter_examples.conf and define vfs.dev.read[{#PARTITION},sps,avg1] item.
If do "zabbix_get -s host -k 'vfs.dev.write[sda,sps,avg1]'" all runs fine. But any requests from the server printed in the log file like:
15768:20120808:195435.999 Requested [vfs.dev.write[sda ,sps ,avg1]]
15768:20120808:195435.999 Sending back [ZBX_NOTSUPPORTED]
There are certainly no spaces in the item definition.
Any clue?
I am trying to make disks IO stat graph.
I have set vfs.partitions.discovery UserParameter as shown in userparameter_examples.conf and define vfs.dev.read[{#PARTITION},sps,avg1] item.
If do "zabbix_get -s host -k 'vfs.dev.write[sda,sps,avg1]'" all runs fine. But any requests from the server printed in the log file like:
15768:20120808:195435.999 Requested [vfs.dev.write[sda ,sps ,avg1]]
15768:20120808:195435.999 Sending back [ZBX_NOTSUPPORTED]
There are certainly no spaces in the item definition.
Any clue?
Comment