Hi,

I have a server that provides an XML status page indicating if given components are UP or Down.

I have built a custom EXE Sensor to run a power shell script that scrapes this page and return a JSON Chanel for each of the components status. This works by converting the text status to a binary (1 if active, 0 if not) and then returning this value in the channel with a LimitMinError of 1...

However this all seems overly convoluted to display a binary result, when all we want to know is if the channel is up or down. Again, the Graphs that display the result in PRTG don't make sense when we only want to know up or down.

Is there a simple way that I can process binary channels within PRTG ? There must be a better way that this convoluted mess.


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

Hi there,

The best way is to create a look up by following this guide: Define Lookups.

You can also try the following method: Monitor and "Lookup" a SNMP String value.

Best regards.


May, 2017 - Permalink