Hello 
I have HttpAgent Item that recieve text as json.
The json looks like:
{
"interface1":1,
"interface2":10,
"Status":""OK"
}
I would like to create graph for interface1 and for interface2, and also get alerts if interface1 or interface2 become 0.
I know I can make another HttpAgent item and in the preproccessing to use Json like that: $.interface1
But I dont want to make 2 different requests if i already doing this request.
Thanks!

I have HttpAgent Item that recieve text as json.
The json looks like:
{
"interface1":1,
"interface2":10,
"Status":""OK"
}
I would like to create graph for interface1 and for interface2, and also get alerts if interface1 or interface2 become 0.
I know I can make another HttpAgent item and in the preproccessing to use Json like that: $.interface1
But I dont want to make 2 different requests if i already doing this request.
Thanks!
Comment