2004-06-20

Event Log Monitoring with RSS

Greg Reinacker's Weblog - Event Log Monitoring with RSS "Thursday, April 3, 2003 Event Log Monitoring with RSS I've written some sample code to generate a RSS feed from the Windows Event Logs. This is very handy for monitoring servers - perhaps a poor man's SNMP monitor. :-) ... You can specify in the URL how many entries to return, and which logs to use. For example, http://example.org/Rss.aspx?num=20&logs=Application,System would return the 20 most recent entries, looking in both the Application and System event logs. ...