Jun 15, 2012
tom

Event viewer email alerts

Question

Windows Server 2008 Event viewer there is an option to Attach task to this event. Is there a Microsoft solution, to send an email alert for any Error messages that flag up in the event viewer?

Asked by Matt

Answer

You can use Attach task to this log or simply create a new scheduled task.

  • Use the trigger When a specific event is logged
  • Choose the log you want to monitor (you can choose multiple logs in the advanced task settings)
  • Set the action to Send an e-mail (and provide the nescessary information)

If you want any error sending a message you have to refine the trigger.
Edit the trigger and choose custom. Then you have to press the button new event filter…

  • Tick Error in the error level part
  • In the drop down menu by log you can choose the log you want to monitor

With this event filter you get a message for each error that occurs.

new event filter

Answered by Tom

Related posts:

  1. Failed Tasks on Windows 2008 R2 and Event Viewer
  2. Event log notification by email?
  3. Event log – attaching to some event task which will run a program. Can I pass to this program event params?
  4. Setting Low Disk Space Alerts on Windows Server 2008
  5. How do I open an event viewer file in Excel 2007

Leave a comment