-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.8, 5.2.4, 5.4.0alpha2
-
None
-
Sprint 88 (May 2022), Sprint 89 (Jun 2022), Sprint 90 (Jul 2022)
-
0.5
Steps to reproduce:
Run invalid WMI query with zabbix_get against latest zabbix_agentd.exe:
C:\Zabbix\run\bin>zabbix_get.exe -s localhost -k "wmi.getall[root\cimv2,select banana]"
ZBX_NOTSUPPORTED: Empty WMI search result.
Result:
ZBX_NOTSUPPORTED: Empty WMI search result.
Expected:
An message indicating that the query is invalid.
zabbix_agent2 works as expected:
C:\Zabbix\run\bin>zabbix_get.exe -s localhost -k "wmi.getall[root\cimv2,select banana]"
ZBX_NOTSUPPORTED: Exception occurred. (Invalid query )
- causes
-
ZBX-21452 wmi.get crashes zabbix_agentd on windows 2003
- Closed