I've set up a trigger condition:
({Web.SRV.web4:net.tcp.service[ftp].last(0)}=0)
...which works.
Another trigger condition:
({Web.SRV.web4:icmpping.last(0)}=1)
...works fine too.
Now a combination of both these condition looks like this:
({Web.SRV.web4:net.tcp.service[ftp].last(0)}=0) & ({Web.SRV.web4:icmpping.last(0)}=1)
...and should become TRUE if the server is alive BUT httpd is down.
But the value never gets ON or OFF but is always UNKNOWN!
What am I doing wrong?
({Web.SRV.web4:net.tcp.service[ftp].last(0)}=0)
...which works.
Another trigger condition:
({Web.SRV.web4:icmpping.last(0)}=1)
...works fine too.
Now a combination of both these condition looks like this:
({Web.SRV.web4:net.tcp.service[ftp].last(0)}=0) & ({Web.SRV.web4:icmpping.last(0)}=1)
...and should become TRUE if the server is alive BUT httpd is down.
But the value never gets ON or OFF but is always UNKNOWN!
What am I doing wrong?
Comment