Hello,
I've a configuration that results in something weird:
I've a template that defines 3 web scenario (let's call them WB1, WB2, and WB3) and 3 corresponding triggers (let's call them T1,T2, and T3).
WB2 and WB3 are disabled by default; Admins should enable them on a host-by-host basis when they want more than just WB1.
My expectation is that T2 and T3 shouldn't report a problem when WB2 and WB3 are disabled.
But, for some reason, T2 reports a problem:

I would expect that either niether or both T2 and T3 report a problem. But, here, I'm a little bit baffled when only T2 report a problem.
Any idea why I'm getting this result? Or how to properly configure my triggers to not report a problem when the web scenario is disabled (Yes, I know I can also disable the trigger by default)?
I've a configuration that results in something weird:
I've a template that defines 3 web scenario (let's call them WB1, WB2, and WB3) and 3 corresponding triggers (let's call them T1,T2, and T3).
WB2 and WB3 are disabled by default; Admins should enable them on a host-by-host basis when they want more than just WB1.
My expectation is that T2 and T3 shouldn't report a problem when WB2 and WB3 are disabled.
But, for some reason, T2 reports a problem:
I would expect that either niether or both T2 and T3 report a problem. But, here, I'm a little bit baffled when only T2 report a problem.
Any idea why I'm getting this result? Or how to properly configure my triggers to not report a problem when the web scenario is disabled (Yes, I know I can also disable the trigger by default)?
Comment