Ad Widget

Collapse

Trigger Expression and dependency

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mario.almeida
    Member
    • Nov 2008
    • 44

    #1

    Trigger Expression and dependency

    Hi All,

    I have created a web URL monitoring scenario, this url connect to 4 front-end sever through load balancer

    Trigger A = "G9 - Public System not reachable" (Depends on :G9 Front-end Servers)
    Trigger B = "G9 Front-end Servers"

    Each server is dependent on 2 tcp ports, if either 1 of the tcp port is down then the server should be declared as not reachable

    Trigger "G9 Front-end Servers" is as below.

    ({web2:net.tcp.port[localhost,1099].last(0)}=0 | {web2:net.tcp.port[10.4.122.2,8080].last(0)}=0) & ({web3:net.tcp.port[localhost,1099].last(0)}=0 | {web3:net.tcp.port[10.4.122.3,8080].last(0)}=0) & ({web4:net.tcp.port[localhost,1099].last(0)}=0 | {web4:net.tcp.port[10.4.122.4,8080].last(0)}=0) & ({web5:net.tcp.port[localhost,1099].last(0)}=0 | {web5:net.tcp.port[10.4.122.5,8080].last(0)}=0)

    My Question:-
    Trigger A which is dependent on Trigger B will be fired if Trigger B is not fired. Am I rite?

    Or Is there any other way to get it working?
Working...