I have a number of triggers I use to check that certain external services are available via both our primary and secondary Internet links. These are of the form:
{host:icmpping[].last(0)}=0 & {host
ing_backup.sh.last(0)}=0
So, if the host is unavailable via both the primary and secondary links I'd expect to see 3 events:
host unreachable via Primary
host unreachable via Secondary
host unreachable via Primary and Secondary (in turn triggers an action)
Up until now this has worked pretty successfully, but since our upgrade to 1.8.10 whenever the second part of the expression is true, i.e. the
{host
ing_backup.sh.last(0)}=0
I also get an event saying the whole expression has triggered, i.e.
host unreachable via Secondary
host unreachable via Primary and Secondary
The associated action doesn't trigger, but the problem is consistent. Is this a bug in 1.8.10 or a change in behaviour?
thanks
Mike
{host:icmpping[].last(0)}=0 & {host
ing_backup.sh.last(0)}=0So, if the host is unavailable via both the primary and secondary links I'd expect to see 3 events:
host unreachable via Primary
host unreachable via Secondary
host unreachable via Primary and Secondary (in turn triggers an action)
Up until now this has worked pretty successfully, but since our upgrade to 1.8.10 whenever the second part of the expression is true, i.e. the
{host
ing_backup.sh.last(0)}=0I also get an event saying the whole expression has triggered, i.e.
host unreachable via Secondary
host unreachable via Primary and Secondary
The associated action doesn't trigger, but the problem is consistent. Is this a bug in 1.8.10 or a change in behaviour?
thanks
Mike
Comment