Email notifications of event log entries

Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default Email notifications of event log entries

    Does anyone know of a way to send a notification by email
    of a Windows event, i.e. notification of serious event
    such as hardware failure?

    Thanks.
    Mike Guest

  2. Similar Questions and Discussions

    1. Email Notifications
      Hi, I have just started using Contribute within the past few weeks. I have a few questions which maybe somebody can help me out with. First,...
    2. Change email program used to send notifications
      I need to change the email program that Contribute uses to send draft notification emails. When we send a draft for review and choose to also send...
    3. ASP.NET server notifications
      I am working on a ticker kind of a application using asp.net. The issue is that we are not allowed to install anything on the client. All what i...
    4. Dynamic Controls & Event Notifications
      Here's a reply to another, related post: The subject of the post is "viewstate question", if you want to find the thread... HTH. -----...
    5. Dynamic Controls & Event Notifications -- Correction
      "Jason Turim" <leisuretimeindustries@hotmail.com> wrote in message news:uVWAZX%23SDHA.3088@TK2MSFTNGP10.phx.gbl... rows. but textboxes
  3. #2

    Default Re: Email notifications of event log entries

    Don't know about hardware failures, but services can be configured to send
    an e-mail on failure. Select the service in the Services applet and double
    click on the Recovery tab. Select Run a file. The file would be a batch
    file that runs a command like:

    echo The Server service failed on %computername% at %time% , %date%>
    %computername%.txt

    Then a command line mailer is used to send %computername%.txt eg. see:

    [url]http://www.blat.net/194/[/url]

    Doug Sherman
    MCSE Win2k/NT4.0, MCSA, MCP+I, MVP


    "Mike" <anonymous@discussions.microsoft.com> wrote in message
    news:2385101c45eb3$975f5220$a301280a@phx.gbl...
    > Does anyone know of a way to send a notification by email
    > of a Windows event, i.e. notification of serious event
    > such as hardware failure?
    >
    > Thanks.

    Doug Sherman [MVP] Guest

  4. #3

    Default Re: Email notifications of event log entries

    "Mike" <anonymous@discussions.microsoft.com> wrote in message:
    > Does anyone know of a way to send a notification by email
    > of a Windows event, i.e. notification of serious event
    > such as hardware failure?
    Check out the tool called netcrunch. There was released a new version
    (Premium) of this tool. One of teh main fetures is alerting. It detects
    prdefined events and send notification actions (mail, sms,...). You can find
    more information on product website:
    [url]http://www.adremsoft.com/netcrunch/features-detail.php?ix=2[/url]


    --
    regards
    mike


    mike Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139