Hello,
I have and application with 3 scenarios that return set of values that pass it to a trigger. For values equal :
- (X=0,Y=1,Z=1 or X=0,Y=1,Z=0 or X=0,Y=0,Z=1 ) - trigger is OF
and for values
- X=1,Y=1,Z=1 trigger is ON
This is application with two loadbalancers (Y,Z) and one example server behind loadbalancer (X) . I don't want to generate an alarm when loadbalancers say "X - server is down , and we dont route clients to it" so I've created above complex trigger checking all the conditions .
Generally it's working fine BUT -> trigger is working on the 3-argument basis but those arguments (or checks, if You like) are not returned at once or sequentially. I scheduled those check once per 10 minutes but one check is done at 0-time , another in 4th minute and another check is done on 8th minute for example.
Is there any possibility to manually schedule executing sequence of web scenarios ?
Thanks
I have and application with 3 scenarios that return set of values that pass it to a trigger. For values equal :
- (X=0,Y=1,Z=1 or X=0,Y=1,Z=0 or X=0,Y=0,Z=1 ) - trigger is OF
and for values
- X=1,Y=1,Z=1 trigger is ON
This is application with two loadbalancers (Y,Z) and one example server behind loadbalancer (X) . I don't want to generate an alarm when loadbalancers say "X - server is down , and we dont route clients to it" so I've created above complex trigger checking all the conditions .
Generally it's working fine BUT -> trigger is working on the 3-argument basis but those arguments (or checks, if You like) are not returned at once or sequentially. I scheduled those check once per 10 minutes but one check is done at 0-time , another in 4th minute and another check is done on 8th minute for example.
Is there any possibility to manually schedule executing sequence of web scenarios ?
Thanks