Hi there,
I have a Zabbix active agent that has a UserParameter item defined that runs a Powershell script which returns a JSON object, as seen in the below example;
How can I setup host items to monitor these 2 values?
I'm running Zabbix v3.2 server & agent.
Thank you
I have a Zabbix active agent that has a UserParameter item defined that runs a Powershell script which returns a JSON object, as seen in the below example;
Code:
{
"data":[
{"sql-backups": "138"},
{"sql-uploads": "138"}
]
}
I'm running Zabbix v3.2 server & agent.
Thank you
Comment