Summary Notifications |
Top Previous Next |
Summary Notifications are a new and unique feature of EventSentry. They enable you to receive events collected over a period of time rather than being notified immediately. To activate the Summary Notification Feature check the Summary notification instead of filtering checkbox in the dialog.
This feature is intended to work with the SMTP Target but can be used with any configured target, except for the special setting All Targets. Please note that summary notifications are bound to a particular target. Do not create multiple summary notifications that use the same target; instead, create a new target for each summary notification.
The screenshot below shows an example summary notification configuration that will be explained below.
Example summary notification filter
The standard day/hour filter simply discards an event when it occurrs during inactive hours, (during the weekend in the above example). If you activate the summary notification however, the event is not discarded but collected.
If no events have been collected during the collection period then no notification will take place, e.g. no email will be sent.
How it works If an event occurrs during a disabled hour, then the event will be collected (yellow bar). The collected events are then sent out in the next active hour (green circles). If more than one hour is consecutively active, then all events that take place during this period will be processed immediately and will not be collected (green line).
This is best explained with the example above: Collected events will only be sent out Monday through Friday at 8am in the morning. Events that take place between 8am and 6pm will be sent out immediately and will not be collected since the active hours are next to each other. Events that take place between 6pm Wednesday and 8am Thursday (yellow line in screenshot) will be collected and processed at 8am.
Real World Scenarios One can use the summary notification feature in a number of scenarios:
The Logic The logic behind the summary notification is simple:
Service Restarts Summary events are no longer lost when the EventSentry service restarts (since v1.15). Collected events are written to temporary file in the system %TEMP% directory and start with "eventsentry_summary_" and are processed when the service starts.
Limitations
Please see the section Summary Notification Examples for examples. |