Re: Sending syslog to another machine



lanas wrote:

Basically rsyslog works like syslog, but adds a few more options. So
simply specify the server (and optional port) to start with and make a
few tests by using the logger utility.

*.* @@remote-host:514

Replace remote-host with your remote syslog. 514 is the default
well-known syslog port so unless you have set up something else, you
can leave it there.

Don't forget to restart/reload rsyslog (or any other syslog daemon for
that matter) after doing configuration changes. This sometimes can be
done by simply sending the daemon a HUP signal:

killall -HUP daemon

or by restarting it altogether:

/etc/init.d/daemon restart

Hope this helps.

Don't forget to configure the host you are logging to so that it
will accept logging from an outside machine. By default, it probably
doesn't.

Mikkel
--

Registered Linux User #16148 (http://counter.li.org/)

Attachment: signature.asc
Description: OpenPGP digital signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Relevant Pages

  • Re: Sending syslog to another machine
    ... simply specify the server (and optional port) to start with and make a ... Replace remote-host with your remote syslog. ... Don't know about the syslog daemon, but it looks as if the firewall rules don't. ...
    (Fedora)
  • Re: Data Mining for PIX Firewall Logs
    ... First you will have to log the data via syslog. ... I reccomend kiwi syslog ... daemon for windows. ... Sawmill not only processes PIX easily, but it can also process anything ...
    (Pen-Test)
  • Re: [SLE] Problems with syslog
    ... and am trying to get syslog running. ... > man pages and FAQs, and cannot get the daemon to receive input. ... > daemon under this installation isn't registering any input at all, ...
    (SuSE)
  • Re: No syslog entries on Sundays & Mondays
    ... >>I have a SCO 5.0.6 server. ... >>sure if the script is causing the problem. ... >>details to syslog. ... If you delete the file, the daemon will continue to write ...
    (comp.unix.sco.misc)
  • Re: Sending syslog to another machine
    ... This file has been superseeded by the fils in the doc folder. ... Basically rsyslog works like syslog, but adds a few more options. ... Don't forget to restart/reload rsyslog (or any other syslog daemon for ... done by simply sending the daemon a HUP signal: ...
    (Fedora)