I'm currently trying to set up some sensors for printers that I work on in PRTG that will display a message based on the value that the OID returns.
For example, I have the printers front cover OID that can return the following values based on the state that it's in:
other(1), coverOpen(3), coverClosed(4), interlockOpen(5), interlockClosed(6)
What I'd like to do is have the sensor display the message "GOOD" when the OID returns the value of '4', or "COVER OPENED" when it returns the value of '3' as well as going into the warning state.
I've tried using the "limit" function in the sensors, however it muddles up the message with the specifics. I'd rather it just display the simple messages so that our techs can look at it at a glance and know immediately what state it's in.
Add comment