I have a service that every now an then generates a series of alarms. I have had a look at flapping but i cannot seeing it being applicable to this case, bedcause the time are so inconsistent. Basically its generating an alarm and in turn a notification email which clears later and generates an update email. This will happen several times in a row at unknown intervals. The issue i have is not with the event getting raised, its with all the subsequent email notifications. So i have a few questions
- Am i best revisit flapping and try to get it to fit my case
- Is there any way to configure alarms to stay open until a user decides to close it. I can understand the system clearing it on a state change but it my case it would actually be more useful to keep the alarm open and primarily because no further notifications would be issued.
Thanks in advance for your help
Ray