There are three external tests. Their "Bad status" action profile: Start when 2 consecutive Bad results occur, Repeat 1 times (standard mode). Their "Good status" action profile: Start when 2 consecutive Good results occur, Repeat 1 times, Action depends on "bad" one (reference to "Bad status" action profile).
Other test is necessary. If have started "Bad status" action for ALL three above described tests then play sound "dead.wav" 1 time. If after that has started "Good status" action even for ONE test then play sound "alive.wav" 1 time.
How to create such test? Help, please me.
non-typical test
Add "advanced mode" action into profile. Use expression like ('%::Test1::SimpleStatus%'=='DOWN') and ('%::Test2::SimpleStatus%'=='DOWN') and ('%::Test3::SimpleStatus%'=='DOWN') andIf have started "Bad status" action for ALL three above described tests then play sound "dead.wav"
(%Rettries%==2) and (%::Test1::Rettries%>1) and (%::Test2::Rettries%>1) and (%::Test3::Rettries%>1) and
I don't see how this can be configuredIf after that has started "Good status" action even for ONE test then play sound "alive.wav" 1 time

Regards
Alex
I adding play sound "alive.wav" action into "Good status" action profile:KS-Soft wrote:I don't see how this can be configuredIf after that has started "Good status" action even for ONE test then play sound "alive.wav" 1 time"Advanced" actions cannot depend on previously started actions...
(('%::Test1::SimpleStatus%'=='UP') or ('%::Test2::SimpleStatus%'=='UP') or ('%::Test3::SimpleStatus%'=='UP')) and (%Recurrences%==2)
Thanks
Igor