Hello everyone,
i have web service rsponse in JSON and i would like to monitor values in Zabbix.
The problem is that i can not get Zabbix to preprocess this JSON.
This is one sample:
I need to have a graph for this values.
I have checked JSONpath online and it's working fine..

Help is appriciated.
i have web service rsponse in JSON and i would like to monitor values in Zabbix.
The problem is that i can not get Zabbix to preprocess this JSON.
This is one sample:
Code:
{
"status": 0,
"senddelay": 34.268392,
"queuedelay": 102.460679
}
I have checked JSONpath online and it's working fine..
Help is appriciated.