~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to rsyslog.conf.5

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-07-23 02:22:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723022232-496osxty0v9vvw9g
Tags: 3.18.1-1
* New upstream release. Closes: #490445
  - List Debian in doc/rsyslog_packages.html. Closes: #488870
  - Fix compilation of imklog module on GNU/kFreeBSD. Closes: #491193
* debian/rsyslog-doc.install
  - Install the example config file. Closes: #488860
* debian/rules
  - Enable mail output plugin.
  - Make sure all directories are created by calling dh_installdirs for both
    binary-arch and binary-indep. Closes: #491459
* debian/rsyslog.install
  - Install mail output plugin (ommail.so).
* debian/control
  - Add Suggests www-browser to rsyslog-doc as the package contains mostly
    html documents.
  - Update feature list.
  - Adjust priorities, set rsyslog priority to important.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
.\" along with this program; if not, write to the Free Software
18
18
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19
19
.\"
20
 
.TH RSYSLOG.CONF 5 "07 April 2008" "Version 3.15.1" "Linux System Administration"
 
20
.TH RSYSLOG.CONF 5 "11 July 2008" "Version 3.18.0" "Linux System Administration"
21
21
.SH NAME
22
22
rsyslog.conf \- rsyslogd(8) configuration file
23
23
.SH DESCRIPTION
28
28
which logs system messages on *nix systems.  This file specifies rules
29
29
for logging.  For special features see the
30
30
.BR rsyslogd (8)
31
 
manpage. Ryslog.conf is backward-compatible with sysklogd's syslog.conf file. So if you migrate
32
 
from syklogd you can rename it and it should work.
 
31
manpage. Rsyslog.conf is backward-compatible with sysklogd's syslog.conf file. So if you migrate
 
32
from sysklogd you can rename it and it should work.
33
33
 
34
34
.B Note that this version of rsyslog ships with extensive documentation in html format.
35
35
This is provided in the ./doc subdirectory and probably
55
55
.I ommysql
56
56
Output module for MySQL
57
57
.TP
58
 
.I omprelp
 
58
.I omrelp
59
59
Output module for the reliable RELP protocol (prevents message loss). 
60
60
For details, see below at imrelp and the html documentation.
61
61
It can be used like this:
69
69
.TP
70
70
.I omlibdbi
71
71
Generic database output module (Firebird/Interbase, MS SQL, Sybase,
72
 
SQLLite, Ingres, Oracle, mSQL)
 
72
SQLite, Ingres, Oracle, mSQL)
73
73
.TP
74
74
.I imfile
75
75
Input module for text files
208
208
.sp
209
209
In the example above, messages are forwarded via UDP to the machine 192.168.0.1, the destination 
210
210
port defaults to 514. Due to the nature of UDP, you will probably lose some messages in transit.
211
 
If you expect high traffic volume, you can expect to lose a quite noticable number of messages
 
211
If you expect high traffic volume, you can expect to lose a quite noticeable number of messages
212
212
(the higher the traffic, the more likely and severe is message loss).
213
213
 
214
214
.B If you would like to prevent message loss, use RELP: