Date: Fri, 16 May 2003 02:51:36 -0400 From: Chuck Swiger <cswiger@mac.com> To: Kenzo <kenzo_chin@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: syslog server Message-ID: <3EC48A78.2090609@mac.com> In-Reply-To: <Sea1-DAV14gbtbLhyQw000081dc@hotmail.com> References: <Sea1-DAV14gbtbLhyQw000081dc@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kenzo wrote: > I was wondering if anyone could point me to some links or tutorial about > setting up a syslog server to receive logs from several win2k servers and > FreeBSD servers. Add something like this to your /etc/rc.conf file: syslog_flags="-a 10.1.1.0 -vv" ...on the loghost, where you replace the network address with whatever is appropriate for your case. You'll need to configure /etc/syslog.conf on the loghost to do whatever with the various logging types. On the other FreeBSD boxes, refer to the line with @loghost in syslog.conf. Convincing Win2K to log via syslog is a seperate question, but there are products around which will monitor the event log and send the data to a Unix syslog host via various facilities and such. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EC48A78.2090609>