Hello,
I am complete new to PRTG.
I am trying to display device status from mysql database table with mysql v2 sensor.
Problem, I am having is that device IDs are in database table with are random and I would like them all in channel table.
e.g query - SELECT device_id, status FROM device_status. (status value are in int 0,1) |
Second problem is that PRTG representing wrong status by which i mean I have a look up file which has value (with whole file structure) like if 0 - inactive and 1 - active but PRTG representing wrong status when its zero its displaying active and inactive on status 1.
I followed most of the steps from KB:How can I monitor strings from an SQL database and show a sensor status depending on it? Which were quite helpful.
On the side note, I am impressed by the user friendly design of PRTG.
Thanks in advance
Add comment