Hello, I'm new to zabbix and I have to monitor an application on a windows server, therefore I need a powershell script. I was checking some examples in internet and some of them return a json object:
But the "type of the information" in the zabbix item can be only:
Why returning a json object if zabbix cannot handle them?
Do I miss something?
- https://ittrainingday.com/2015/01/05...rshell-script/
- https://stephenfritz.blogspot.ch/201...ndows-lld.html
But the "type of the information" in the zabbix item can be only:
- Numeric (unsigned)
- Numeric (float)
- Character
- Log
- Text
Why returning a json object if zabbix cannot handle them?
Do I miss something?
Comment