Hello everybody,
I used system.run and when consulting the Latest data, Key: Unsupported item key ALWAYS appears.
Here's an example:
I will get information such as: processor type, memory type (DDR), active user name. Things like that.
Zabbix: 7.0.4
I used system.run and when consulting the Latest data, Key: Unsupported item key ALWAYS appears.
Here's an example:
Code:
system.run["powershell -Command \"Get-CimInstance -ClassName Win32_Processor | Select-Object -ExpandProperty Name\""]
Zabbix: 7.0.4
Comment