Notifications
A "notification" is a bundle of information that tells EventMeister how to react when it sees certain criteria occurring in feed data. For convenience you can hook-up the same notification to a number of similar feeds.
When a notification is triggered one or more of the following actions can be performed:
- Popup dialog with optional sound
- Email
- Action (run an application, script or batch file)
- Output to a log file (tab delimited text file, comma separated text file or RSS feed)
Notification Types
One or more of the following notifications can be triggered when specified patterns or entries are matched in your logs:
Popup dialog with optional sound
A small popup window can be displayed providing information about the data that triggered the notification. An alert sound can also be played whenever the popup is shown.
Email
An email message can be sent (via your chosen SMTP mail server) to a specified address. The email contains your chosen subject and text, and optionally includes the data item that triggered the notification and an attachment.
Action (run an application or batch file)
Any script or other command line can be executed.
Output to a log file (tab delimited text file, comma separated text file or RSS feed)
An entry can be appended to a tab-separated text log, comma separated text log, or RSS feed. |