IF ('%::SERVER1 (CPU TEMPERATURE)::SimpleStatus%'=='DOWN') or ('%::SERVER1 (CPU FAN)::SimpleStatus%'=='DOWN') THEN TEST IS "BAD"
IF ('%::SERVER1 (CPU TEMPERATURE)::SimpleStatus%'=='UP') and ('%::SERVER1 (CPU FAN)::SimpleStatus%'=='UP') THEN TEST IS "GOOD"
I am trying to setup a single notification (with a GOOD and BAD status message) that will trigger on the status of multiple tests (vs having individual messaging for each of the multiple tests).
So (for the example above) instead of getting a message for CPU TEMPERATURE and/or another for CPU FAN, I want to be able to generate a single message for "CPU ENVIRONMENT" for example that would say BAD if either test is BAD and say GOOD when both tests are GOOD.
You can use the "Test depends on expression" condition to control when a test is active, but is there any way of making the ACTUAL TEST to be a check on the status of multiple tests?

I hope the above makes sense as there is a difference between running a test if certain conditions occur, and testing for certain conditions (and it is the latter that I am trying to do)...
Looking forward to any feedback...
Cheers,
Frilby
