Actually, it depends on the transmission protocol you are using. If you use UDP syslog, there is no way for EventReporter to detect that the message could not be sent. This is by UDP design (and the design of the syslog protocol, which does not supply a message acknowledge). However, if you use TCP, EventReporter will see it can't send to the syslog server and queue processing. Plain TCP is non-standard, but our syslog server (
http://www.winsyslog.com) supports it. We also support standard TCP syslog via RFC 3195, but to the best of my knowledge no other product besides SDSC syslog does currently support it.
HTH
Rainer