Have Windows 2003 event viewer alerts sent to a network syslog server

I stumbled upon a little application called "evtsys" that was created by some Computer Engineering folks at Purdue University. The program runs on Microsft Windows 2000/2003/Vista 32-bit or 64-bit version and sends eventlog messages to a networked syslog server. You can then have syslog either print out the alert or write to a file.

The Eventlog to Syslog utility is a program that runs on Microsoft Windows NT, Microsoft Windows 2000, Microsoft Windows 2003 server, and Microsoft Windows Vista, in either 32-bit or 64-bit mode, monitoring eventlog messages. When a new message appears in the eventlog, it is read, formatted, and forwarded to a UNIX syslog server. Depending on the facility and priority of the message and the configuration of the syslog server, the message will be logged to a message file or displayed on the console. The most useful situation is to log ERROR or WARNING messages on a console that will alert the administrative staff when unusual conditions exist on the Windows server. The console ought to be one that the administrative staff monitor regularly.

Visit the homepage for evtsys

Sundar R S's picture
Hello, This is an excellent utiility.Is this licensed or freeware or released under GPL. Can this be used for Companies.Can you please send me some information on this. Best Regards, Sundar RS INDIA.
Jordan's picture

Here's the header of the makefile..

# Copyright (c) 1998-2007, Purdue University
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted provided
# that:
#
# (1) source distributions retain this entire copyright notice and comment,
# and
# (2) distributions including binaries display the following acknowledgement:
#
# "This product includes software developed by Purdue University."
#
# in the documentation or other materials provided with the distribution
# and in all advertising materials mentioning features or use of this
# software.
#
# The name of the University may not be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#
# This software was developed by:
# Curtis Smith
#
# Purdue University
# Engineering Computer Network
# 465 Northwestern Avenue
# West Lafayette, Indiana 47907-2035 U.S.A.
#
# Send all comments, suggestions, or bug reports to:
# software@ecn.purdue.edu

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
s
F
4
n
W
n
Enter the code without spaces and pay attention to upper/lower case.