Author : adisconteam

High CPU utilization while EventReporter and WinSyslog are running

This happens under seldom circumstances, if the following things are true: EventReporter and WinSyslog are running on the same machine. EventReporter is configured to send Eventlog entries to WinSyslog (127.0.0.1 for example) Some actions defined in WinSyslog are generating an error (Which is also written into the NT Eventlog) What happens? EventReporter is sending an […]

How can I change the default syslog port?

We would like to pass EventReporter messages through a firewall. For security reasons, we do not like to open the standard syslog port on the firewall. Is there any way to have EventReporter use a different port? We also would like to know which exact protocol EventReporter uses, so that we can fully configure the […]

How to parse an EventReporter Syslog Message in Perl?

Simply use the sample script below. It shows you how to parse a single syslog message  generated by EventReporter. You can cut it from the textbox below. #!/usr/bin/perl ##################################################################################################### #Copyright (C) 2001 by Adiscon GmbH * http://www.adiscon.com # #This software can be distributed freely and used without cost, as long as this copyright notice #and […]

Can Sybari Antigen virus alerts be forwarded to a syslog daemon?

We are operating Sybari’s Antigen anti-virus product. We would like to see virus notifications at our central syslog daemon. Can EventReporter help in this case? Definitely yes. EventReporter can forward Antigen’s virus notifications to the syslog daemon. Sybari’s product can write notifications to the NT event log. This is where EventReporter can pick them up […]

Scroll to top