Hello,
I'm trying to get items about network information like dnsdomain, ipsubnet, ipaddress, ipgateway with the Zabbix_agent.
I'd like to use this kind of command, but I'm getting stuck
I'm pretty new on Zabbix, sorry if I'd missed something.
Cheers
I'm trying to get items about network information like dnsdomain, ipsubnet, ipaddress, ipgateway with the Zabbix_agent.
I'd like to use this kind of command, but I'm getting stuck
Code:
PS C:\zabbix_agent\bin\win64> .\zabbix_agentd.exe --config C:\zabbix_agent\conf\zabbix_agentd.win.conf -t "wmi.get[root\cimv2,select ipaddress from win32_networkadapterconfiguration]" wmi.get[root\cimv2,select ipaddress from win32_networkadapterconfiguration] [m|ZBX_NOTSUPPORTED] [Cannot obtain WMI information.]
Cheers
Comment