Good Day all,
I want to set a profile to send an alert if there is failure to check every half a minute and if the problem is resolved immediately send SMS, but if not resolved the problem that half an hour to send SMS
How can I do this ?
Alert setting
Test performed every 30 sec and you want to send "good" SMS just once, send "bad" SMS every 30 minutes starting 1st "bad" action after 1st test failure?
Then you need to add 2 actions into profile assigned to the test
1) "good" action:
- condition to start action: standard mode
- start when 1 consecutive "good" result occurs
- repeat 1 time
2) "bad" action
- condition to start action: advanced mode
- use expression for the action like ('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 60==1)
Regards
Alex
Then you need to add 2 actions into profile assigned to the test
1) "good" action:
- condition to start action: standard mode
- start when 1 consecutive "good" result occurs
- repeat 1 time
2) "bad" action
- condition to start action: advanced mode
- use expression for the action like ('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 60==1)
Regards
Alex