Zabbix server version 6.4.6
Zabbix windows agent 2 version 6.4.5
wmi.getall[root\cimv2,"SELECT Name FROM Win32_Product"]
Returns all columns not just the Name column as specified. The same query works in a WMI browser.
Search Result
Collapse
7 results in 0.0020 seconds.
Keywords
Members
Tags
-
Host network error with working key
I keep getting this "host "HOST" failed: first network error, wait for 15 seconds" error because of an "wmi.getall" key from the host. Then, moments later, the connection is restored.
...Code:3541747:20221202:111411.728 Zabbix agent item "wmi.getall[root\cimv2,"select
Last edited by markfree; 03-12-2022, 02:14. -
How ICMP (ping) from Zabbix Windows agent by WMI
How ping from Zabbix Windows agent to other device in other subnets (PING Proxy) or test VPN tunel srv <> srv
1. create ZBX item type of "Zabbix agent"
2. as KEY take this sentence: wmi.get[root\cimv2,"SELECT StatusCode FROM Win32_PingStatus WHERE Address='IPv4... -
How to extend Network interfaces disovery prototypes with MAC address
My goal is to add collect more information on the connected network interfaces (like MAC address, IP, Gateway, etc.) and found the Network interfaces discovery to be the right place to add my custom prototype items.
I have created a prototype item there like this:
Name: Interface... -
Zabbix5.0 wmi.getall item key not supported
I am currently testing with Zabbix 5.0 and the new functionality.
According to the documentation wmi.get and wmi.getall are supported in Zabbix 5.
The key wmi.get is perfectly working, but getall returns an error.
If I test it with zabbix_get I get not supported:
... -
use wmi.get get some values?
i want to get value VendorSpecific.
...Code:root@vps:~# zabbix_get -s 10.0.1.181 -k wmi.get["root\wmi","SELECT VendorSpecific FROM MSStorageDriver_ATAPISmartData"] ZBX_NOTSUPPORTED: Cannot obtain WMI information. root@vps:~# zabbix_get -s 10.0.1.181 -k
-
wmi.get allways says 'ZBX_NOTSUPPORTED'
Hi there,
i'm now working several hours on getting wmi informations out of one of our 2k8R2 Servers. Worked myself through the MS documentation to the CIM providers for the Namspaces and the corresponding classes. (http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx)...