I hope this isn't too much of a daft question - I'm trying to monitor uptime of a western digital NAS, the only way I can think of to do this is will the custom exe/script sensor running on my core server, but I have no idea how to get the output I already have into a file/format that PRTG can monitor on. So far, my script calls putty to create an ssh connection and writes the uptime formatted into a text file containing just a single value. The value is simply HH:MM representing uptime of the device.
Obviously I can add this script to the folder that PRTG can pick up when I add a sensor, but how do I get PRTG to recognise the value generated?
Add comment