Precondition:
- Install agentd and agent2 on windows machine
- start both agents:
.\zabbix_agent2.exe -c zabbix_agent2.conf -f .\zabbix_agentd.exe -c zabbix_agentd.conf -f
Steps to reproduce:
- Run command on both agents and check output:
zabbix_get -s {server_ip} -p {listen_port} -k wmi.getall["root\cimv2","Select BiosCharacteristics from win32_bios"]
Result: Agent 2 returns more parameters then selected in query ->
[{"BiosCharacteristics":[7,8,11,12,15,16,19,26,27,28,29,32,33,39,40,41,42,43],"Name":"U97 Ver. 01.09.01","SoftwareElementID":"U97 Ver. 01.09.01","SoftwareElementState":3,"TargetOperatingSystem":0,"Version":"HPQOEM - 0"}]
[{"BiosCharacteristics":[7,8,11,12,15,16,19,26,27,28,29,32,33,39,40,41,42,43]}]
Expected: Both agents should return only selected parameter(s).