Hello,
I have the following scenario: Many devices, which each have one SMTP Port, one IMAP Roundtrip and One Sensor factory. The sensor factory has 4 sensors on it, the SMTP Port of the devices it is, and 3 mail queues which are in a third device. It has the following formula:
status (17083) AND (channel(27140,0) + channel (27158,0) + channel (27888,0) >= 450)
- 17083 => SMTP
- 27140 => Queue 1
- 27157 => Queue 2
- 27888 => Queue 3
The status I have now is the following status scenario: SMTP Up, Queue 1 down, queue 2 and 3 up. Either way, the sensor factory stills send a down warning, even with the formula having an AND operator (which should set it to down only when the SMTP goes down, right?)
PS: The queue 1 isn't down by threshold, it's down by the result it shows (not connecting properly).
Regards,
Jesus
Add comment