I'm trying to set a Sensor Factory sensor to Warning, if 1 or more of the defined channels are in an Error state.

The Error Handling part below the Channel definition gives me an option to set the sensor factory sensor to warning state if 1 or more of the source sensors are in an error state (2nd option), but that doesn't work.

Here's my channel definitions:

  1. 1:Server 1 - Tomcat channel(3841,0)
  2. 2:Server 2 - Tomcat channel(3843,0)
  3. 3:Jobspooler channel(3839,0)
  4. 4:Druckspooler channel(3840,0)
  5. 5:Datenbank channel(3842,0)
  6. 6:Datenbank Prozessor channel(3848,0)

I've manually set the 1st channel's sensor to an error state by altering the limits, but the sensor factory sensor still is in OK state. Do I have to use the custom Formula and set it to Error state, even though there is this Error Handling option, or is there anything wrong with my channel definitions?


Article Comments

Hello,

we can not reproduce the error. How long did you wait.

Please try to set one of the sensors you are using to "simulate error state"

right click on sensor and select "Simulate Error Status"

does the state of the sensor factory sensor change then?


Dec, 2012 - Permalink

I've found a solution on my own. I just set the same limits for each respective channel in the sensor factory sensor to the ones I set in the source sensors (The source sensors are all snmp library sensors with a single value).

I've also tested what you suggested and that works too (sets the sensor factory to warning). There seems to be a difference in how an error state by limit and an actual error are handled.


Dec, 2012 - Permalink