You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is not reflected in documentation of 4.X but is present in documentation of 5.X and 6.X but i found a workaround.. you take the result of only one key and created the others three parts .. so you can use wmi.get[<namespace>,<query>] in independent way i was able to get in a testing way data using direct wmi query call: wmi.get[root\cimv2,"Select ResponseTime From Win32_PingStatus where Address = '8.8.8.8'"]
i try to use zabbix 6.4 and still does not get such key getall so i guess each part of the result should get one by one:
but when i choose agent (in passive) getall is available
The text was updated successfully, but these errors were encountered:
mckaygerhard
changed the title
active agent support
active agent support its not workign due a bug inside zabbix since v 4
Mar 11, 2024
hi as i commented in commit ec2fce6#comments of PR #2 seems this template does not work with proxy monitoring (agent active)?
well zabbix are not a good open source "community" i already put a bug that still today does not get a fix https://support.zabbix.com/browse/ZBX-21217
is not reflected in documentation of 4.X but is present in documentation of 5.X and 6.X but i found a workaround.. you take the result of only one key and created the others three parts .. so you can use
wmi.get[<namespace>,<query>]
in independent way i was able to get in a testing way data using direct wmi query call:wmi.get[root\cimv2,"Select ResponseTime From Win32_PingStatus where Address = '8.8.8.8'"]
i try to use zabbix 6.4 and still does not get such key getall so i guess each part of the result should get one by one:
but when i choose agent (in passive) getall is available
The text was updated successfully, but these errors were encountered: