I have a json-http-request which gives me some kind of counter-value
I call http://xxx.mydomain.local/customers/served
which gives me
{ "data": { "customers_served": { "today": 34, "ever": 14800 } } }
I am using the "HTTP XML/REST Value Sensor" and evaluate the node: /data/customers_served/ever I will get an ever increasing line as graphics because every day we get more customers served. This kind of graphics is good to display a temperature of a room.
But I am interested to look onto a graphic where I can see wether we are having a busy day or a day with low frequence of customers served. I am interested to see the *difference* to the last value in the graphics of PRTG. Is this possible to define somewhere?
Thanks, Richard
Add comment