Hi Paessler
I have a http url which would return the below json file. Just want to setup a sensor that would check the value of name2:389/monitor if it's equal "available". I tried with HTTP XML/Rest vaule sensor but it could not pick up the node value as name2:389/monitor. The error it returning is "389/monitor' has an invalid token.", I believe this might be because of the ":" character.
Could you please advise if there is a way to work around this?
{ "name1:389": { "admin": "enabled", "connections": 14, "ip": "1.1.1.1.1.1.1", "monitor": "available" }, "name2:389": { "admin": "enabled", "connections": 9, "ip": "1.1.1.1.1.1.1", "monitor": "available" }, "name3:389": { "admin": "enabled", "connections": 12, "ip": "1.1.1.1.1.1", "monitor": "available" }, "up": 3 }
Thanks and regards
Add comment