I'm running zabbix 2.2.1 on both the server and the client. I'm trying to issue a wmi.get using the example from the documentation and getting zbx_notsupported errors. Here's what I'm trying from the server:
zabbix_get -s windowserver -k wmi.get[root\cimv2,select * from Win32_DiskDrive where Name like '%PHYSICALDRIVE0%',Status]
Any ideas what I'm doing wrong???
zabbix_get -s windowserver -k wmi.get[root\cimv2,select * from Win32_DiskDrive where Name like '%PHYSICALDRIVE0%',Status]
Any ideas what I'm doing wrong???

Comment