Re: rsyslog

2013-07-17 Thread Pol Hallen
> ls /usr/local/share/examples/rsyslog/ > rsyslog-example.conf thanks! Is there a pre-configured rsyslog.conf? That file missed all base config like /var/log/messages /var/log/maillog thanks Pol ___ freebsd-questions@freebsd.org mailing lis

Re: rsyslog

2013-07-16 Thread Polytropon
On Tue, 16 Jul 2013 22:04:05 +0200, Pol Hallen wrote: > Where I found a standard rsyslog.conf config file to put it to > /usr/local/etc? I think you can find a rsyslog-example.conf file in the directory for examples, probably /usr/local/share/examples or in a rsyslog/ or rsyslog7/ subdir

rsyslog

2013-07-16 Thread Pol Hallen
Hi all :-) I just installed rsyslog7 but there isn't any /usr/local/etc/rsyslog.conf Where I found a standard rsyslog.conf config file to put it to /usr/local/etc? thanks for help Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd

Re: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-24 Thread David Brodbeck
On Sun, Jan 9, 2011 at 12:52 PM, krad wrote: > Ive used syslog-ng for central logging in the past. It support tcp, > encryption and logging to a db. To be honest though the most useful feature > was that you can expand log files paths to include the date and hostname. > This makes backing up of th

Re: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-10 Thread Friedrich Locke
Go for algr, i can't do wrong. On Fri, Jan 7, 2011 at 7:08 PM, Aleksandr Miroslav wrote: > I have some boxes (about 40) that I was tasked with creating a > centralized logging infrastructure for. I see in ports that we have > several different versions of rsyslog, and syslog-ng. &g

Re: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-09 Thread krad
On 7 January 2011 22:13, Gary Gatten wrote: > PS: rsyslog can use standard syslog.conf entries, or it has extensions that > enable more cool stuff. > > G > > > -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto: > owner-freebsd-questi..

RE: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-07 Thread Gary Gatten
PS: rsyslog can use standard syslog.conf entries, or it has extensions that enable more cool stuff. G -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Aleksandr Miroslav Sent: Friday, January 07, 2011 3:09 PM To

RE: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-07 Thread Gary Gatten
After a bit of research I picked rsyslog. Actually, my syslog servers "had" to be RHEL, so I have all my logs going to 2 servers; one runs rsyslog and the other the syslogd that shipped with RHEL. They have different retention policies, one keeps about 30 days of logs online, the o

which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-07 Thread Aleksandr Miroslav
I have some boxes (about 40) that I was tasked with creating a centralized logging infrastructure for. I see in ports that we have several different versions of rsyslog, and syslog-ng. Is there any reason to use one or the other? Or should I just use the syslog that come with the base OS? thanks