Hi there,

I would like to request the feature of inverting individual sensors.

We have a few cases where being able to selectively invert sensors is important, in particular:

  • DR servers need to be running, but not their services under normal operations,
  • Individual switch ports are disconnected and should alert when something connects to it

Cheers, Neil


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.

In the sensor channel settings, you can define upper or lower limits for warning and error states. This should enable you to define the condition for status changes according to your needs, e.g. for switch ports, you could set the upper error limit to something slightly larger than 0 to have the sensor enter error state whenever traffic is seen on the interface.


Dec, 2014 - Permalink

You can create a Factory Sensor to monitor e.g. a Ping Sensor of your DR Server and a Service Sensor of the same.

You can e.g. this for the Error Handling > Use Custom Formula:

status(sensorIDPingSensor) AND NOT status(sensorIDServiceSensor)

The factory sensor will be up if the Ping is up and the Service Sensor is down.


Dec, 2014 - Permalink