Hello all:
I am trying to use wmi.get zabbix agent item key to get a registry value, and so far I have not been able to get this to work at all. Even the documented example in the Zabbix does not seem to work:
Am I missing something here? Also it seems challenging to find an example of wmi.get that retrieves a registry value.
I am trying to use wmi.get zabbix agent item key to get a registry value, and so far I have not been able to get this to work at all. Even the documented example in the Zabbix does not seem to work:
Code:
[root@zabbix conf.d]# zabbix_get -s ssi-eastern-04 -k wmi.get[root\cimv2,select status from Win32_DiskDrive where Name like '%PHYSICALDRIVE0%'] ZBX_NOTSUPPORTED You have mail in /var/spool/mail/root [root@zabbix conf.d]# zabbix_get -s ssi-eastern-04 -k wmi.get["root\cimv2", "select status from Win32_DiskDrive where Name like '%PHYSICALDRIVE0%'"] ZBX_NOTSUPPORTED
Comment