Hi guys,
Here's the execution/output of my script in /var/prtg/scriptsxml, which returns json:
user@host:/var/prtg/scriptsxml$ sudo ./authsensor.sh { "prtg": { "results": [ { "channel": "Banned", "value": "25" }, { "channel": "Failed", "value": "64" } ] } }
However PRTG is reporting an empty response for this sensor.
Any guidance appreciated.
Add comment