Re: Syslog Server

2003-01-21 Thread Ben Russo
Delao, Darryl W wrote: Anyone else have some suggestions? Darryl http://www.umialumni.com/~ben/SYSLOG-DOC.html -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Syslog Server

2003-01-13 Thread Gene
Delao, Darryl W wrote: Anyone have a good recommendation for a syslog server to handle logs from a cisco router, pix firewall and apache and other system logs? Thanks, Darryl are you asking for apps or hardware? i just use linux server running syslog with logsentry -- Gene Yoo -

RE: Syslog Server

2003-01-13 Thread Delao, Darryl W
Anyone else have some suggestions? Darryl -Original Message- From: nate [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:56 PM To: [EMAIL PROTECTED] Subject: Re: Syslog Server Delao, Darryl W said: > Anyone have a good recommendation for a syslog server to handle logs f

Re: Syslog Server

2003-01-13 Thread nate
Delao, Darryl W said: > Anyone have a good recommendation for a syslog server to handle logs from > a cisco router, pix firewall and apache and other system logs? syslog-ng I think is probably the best bet. my sample configuration: options { long_hostnames(off); sync(0); mark(3600); }; source s_

RE: Syslog Server

2002-11-08 Thread Naman Latif
Thanx for your sugesstions. "- r" works..! Regards \\ Naman > -Original Message- > From: Richie Crews [mailto:rcrews@;intercall.com] > Sent: Friday, November 08, 2002 11:44 AM > To: Redhat List (General) > Subject: Re: Syslog Server > > > Change th

Re: Syslog Server

2002-11-08 Thread Richie Crews
Change the following line in /etc/sysconfig/syslog Before: SYSLOGD_OPTIONS="-m 0" After: SYSLOGD_OPTIONS="-r -m 0" Save this and either restart syslog or reboot =) On Fri, 2002-11-08 at 13:30, Naman Latif wrote: > Hi, > I have trying to setup RedHat 7.3 as a syslog server. The syslog > servi

RE: Syslog Server

2002-11-08 Thread Rechenberg, Andrew
Add '-r' to the SYSLOGD_OPTIONS variable in /etc/sysconfig/syslog and restart syslog Regards, Andy. -Original Message- From: Naman Latif [mailto:naman.latif@;inamed.com] Sent: Friday, November 08, 2002 1:31 PM To: [EMAIL PROTECTED] Subject: Syslog Server Hi, I have trying to setup R

Re: Syslog Server

2002-11-08 Thread Andrew MacKenzie
+++ Naman Latif [RedHat] [Fri, Nov 08, 2002 at 10:30:55AM -0800]: > Hi, > I have trying to setup RedHat 7.3 as a syslog server. The syslog service > is running > > +++ > [root@naman root]# ps -ef | grep syslog > root 695 1 0 08:04 ?00:00:00 syslogd -m 0 > +++

Re: Syslog server not resolving host names of logged machines

2001-03-29 Thread roy
Case closed Anthony... I tried to put it into debug mode and it told me that debug mode was disabled because of I can't remember what. I restarted syslogd and it started working fine. I'd HUPed it before, but not a total take down and restart Thanks for your help.. it was greatly appreciated.

Re: Syslog server not resolving host names of logged machines

2001-03-29 Thread roy
This is RH7. It had been working fine and then something changed a few days ago. My logs don't indicate a syslogd restart or anything, yet I can see exactly where I was logging FQDN's and then blamo, nuttin but IP's. Are there any special ports that have to be opened or services running for th

Re: Syslog server not resolving host names of logged machines

2001-03-29 Thread Anthony E . Greene
On Thu, 29 Mar 2001 11:52:28 Roy wrote: >I put the records in the hosts file but still no good. If I do an nslookup >on these ip's it works fine (even before I put them in the hosts file). The > >must be something in syslogd that does the lookup but it stopped doing it >and I can't find anything

Re: Syslog server not resolving host names of logged machines

2001-03-29 Thread Roy
At 09:13 PM 3/28/01 -0500, you wrote: >On Wed, 28 Mar 2001 10:00:44 Roy wrote: > >At 07:27 PM 3/27/01 -0500, you wrote: > >>The simplest thing to do is ad the remote devices to the server's hosts > >>file. > > > >That kind of defeats the purpose of DNS . Thanks for the thought though. > >In genera

Re: Syslog server not resolving host names of logged machines

2001-03-28 Thread Anthony E . Greene
On Wed, 28 Mar 2001 10:00:44 Roy wrote: >At 07:27 PM 3/27/01 -0500, you wrote: >>The simplest thing to do is ad the remote devices to the server's hosts >>file. > >That kind of defeats the purpose of DNS . Thanks for the thought though. In general, yes, but in this case it just reduces the time n

Re: Syslog server not resolving host names of logged machines

2001-03-28 Thread Roy
Oh yeah I am in a very volatile environment so changing the host file contra DNS isn't cool at all. Roy At 07:00 AM 3/28/01 -0800, you wrote: >At 07:27 PM 3/27/01 -0500, you wrote: >>On Tue, 27 Mar 2001 13:12:28 Roy wrote: >> >I have a central logserver that has sun, linux and cisco logging to

Re: Syslog server not resolving host names of logged machines

2001-03-28 Thread Roy
At 07:27 PM 3/27/01 -0500, you wrote: >On Tue, 27 Mar 2001 13:12:28 Roy wrote: > >I have a central logserver that has sun, linux and cisco logging to it. At > >one time I was getting my logs with the originating machines fully > >qualified names. Now I'm just getting the IP addresses. I'm assuming

Re: Syslog server not resolving host names of logged machines

2001-03-27 Thread Anthony E . Greene
On Tue, 27 Mar 2001 13:12:28 Roy wrote: >I have a central logserver that has sun, linux and cisco logging to it. At >one time I was getting my logs with the originating machines fully >qualified names. Now I'm just getting the IP addresses. I'm assuming >"something" changed on my linux log serv