I'm trying to add a sensor to a device (a raspberry pi with a temperature sensor) that I have on PRTG. I have a ping sensor, and an http sensor working but in order to verify that it is working properly i've written an sql script that interrogates the db on another machine and just asks how many readings have been returned in the last minute.
I have the queries working on PRTG when the mysqlv2 sensor is attached to the database server, but not when atttached to the remote device because obviously it can't find the database. But i'd like to appear as if the error is coming from the remote device as that's usually the thing that is at fault, not the database server.
Hopefully that makes sense! Thanks.
Add comment