I still get an acess denied error:
(my host in zabbix is "JanrePC" and the IP adress "172.27.0.137")
Which type does the item "C:" in zabbix have to? Or does the Item "C:" not matter when you try to invoke it from the command line?
(my host in zabbix is "JanrePC" and the IP adress "172.27.0.137")
Code:
sudo ./zbxwmi -a get -fields "FreeSpace" -item "C:" "Win32_LogicalDisk" "172.27.0.137" An error ocurred: prc_s_access_denied sudo ./zbxwmi -a get -fields "FreeSpace" -item "C:" "Win32_LogicalDisk" "JarnePC" An error ocurred: prc_s_access_denied
Comment