Dear All I have installed 3CDaemon on my MS Windows client as syslog message reception point. I need to configure my centos to send him syslog messages. Can you please let me know how it can be accomplished? Thank you
2010/6/21 hadi motamedi motamedi24@gmail.com:
Dear All I have installed 3CDaemon on my MS Windows client as syslog message reception point. I need to configure my centos to send him syslog messages. Can you please let me know how it can be accomplished? Thank you
see following url: http://articles.techrepublic.com.com/5100-22_11-5285872.html
On the system for which you wish to send log entries, modify the /etc/syslog.conf file, and add something similar to the following at the very bottom:
*.info @loghost.mydomain.com
-- Eero, RHCE
the very bottom:
*.info @loghost.mydomain.com
Thank you very much for your help. Please be informed that my MS Windows host is at @172.16.17.209 running 3CDaemon and my centos is at @ 172.16.17.128 running syslog. According to you, I added the following line to my centos : *.info@172.16.17.209 And then restart its syslog. But I don't see any syslog messages coming from my centos toward 3CDaemon . Can you please comment me if the needed configuration is just the above simple items or more advanced configuration is needed in this regard?
2010/6/21 hadi motamedi motamedi24@gmail.com:
the very bottom:
*.info @loghost.mydomain.com
Thank you very much for your help. Please be informed that my MS Windows host is at @172.16.17.209 running 3CDaemon and my centos is at @172.16.17.128 running syslog. According to you, I added the following line to my centos : *.info@172.16.17.209 And then restart its syslog. But I don't see any syslog messages coming from my centos toward 3CDaemon . Can you please comment me if the needed configuration is just the above simple items or more advanced configuration is needed in this regard?
Please, read the documentation, please.
-- Eero
On Mon, 21 Jun 2010, hadi motamedi wrote:
[Eero Volotinen had written:]
the very bottom: *.info @loghost.mydomain.com
I added the following line to my centos : *.info@172.16.17.209 And then restart its syslog. But I don't see any syslog messages coming from my centos toward 3CDaemon . Can you please comment me if the needed configuration is just the above simple items or more advanced configuration is needed in this regard?
i suspect that you merely need to read eero's (excellent) instructions a bit more carefully - there's a space between "*.info" and "@loghost.mydomain.com" which is quite important.
this should forward everything *except* debug level messages. if you want those too, change "*.info" to "*.debug" (or "*.*").
----- Original Message ----
From: Tom Yates madhatter@teaparty.net To: hadi motamedi motamedi24@gmail.com Cc: CentOS mailing list centos@centos.org Sent: Mon, June 21, 2010 1:43:04 AM Subject: Re: [CentOS] centos syslog?
On Mon, 21 Jun 2010, hadi motamedi wrote:
[Eero Volotinen had
written:]
the very
bottom:
*.info
@loghost.mydomain.com
I added the following line to my centos : *.info@172.16.17.209 And then restart its syslog. But I don't see any syslog messages coming from my centos toward 3CDaemon . Can you please comment me if the needed configuration is just the above simple items or more advanced configuration is needed in this regard?
i suspect that you merely need to read eero's (excellent)
instructions a
bit more carefully - there's a space between "*.info" and
"@loghost.mydomain.com" which is quite important.
this should forward
everything *except* debug level messages. if you want
those too,
change "*.info" to "*.debug" (or "*.*").
Tom.
That person does not read documentation or bother investigating anything, you are suppose to do the administration stuff for him!