Search found 3 matches
- Thu Oct 08, 2009 6:00 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: repeat on advance mode
- Replies: 7
- Views: 18122
Thanks for the response, I do have it like your statements; however, if I change it from ('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 60 == 0) to ('%SimpleStatus%'=='DOWN') (%Recurrences% mod 1440 == 0) I will only get the message every 24 hours. To summarize, I do want to get the messages for ...
- Thu Oct 08, 2009 9:56 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: repeat on advance mode
- Replies: 7
- Views: 18122
This is the way it is now: -TCP connection every two minutes. When it fails it changes the test to every minute . -At the second consecutive bad result it sends an email and does it for 5 times. -After more than 5 consecutive bad results the test will send an email only every hour but continues test...
- Thu Oct 08, 2009 1:11 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: repeat on advance mode
- Replies: 7
- Views: 18122
Not sure I understand the question. Do you need to start action once after 2nd consecutive failure? Then use expression like ('%SimpleStatus%'=='DOWN') and (%Recurrences%==2) On the other hand you may use standard action for this purpose. Regards Alex Hello, I need a test to alert me when the host ...