~ubuntu-branches/ubuntu/lucid/rsyslog/lucid-updates

« back to all changes in this revision

Viewing changes to doc/rsyslog_conf.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-08-11 00:25:33 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811002533-83ln3s7t1li0b73n
Tags: 3.18.2-1
* New upstream release.
* debian/rsyslog.init
  - Restore default SELinux security context when creating /dev/xconsole.
    Closes: #493171
  - Add "status" action.
* debian/control
  - Bump dependency on lsb-base to >= 3.2-14, which provides status_of_proc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
858
858
<p>In the example above, messages are forwarded via UDP to the
859
859
machine 192.168.0.1, the destination port defaults to 514. Messages
860
860
will not be compressed.</p>
 
861
<p>Note that IPv6 addresses contain colons. So if an IPv6 address is specified
 
862
in the hostname part, rsyslogd could not detect where the IP address ends
 
863
and where the port starts. There is a syntax extension to support this:
 
864
put squary brackets around the address (e.g. "[2001::1]"). Square
 
865
brackets also work with real host names and IPv4 addresses, too.
 
866
<p>A valid sample to send messages to the IPv6 host 2001::1 at port 515
 
867
is as follows:
 
868
<p>*.* @[2001::1]:515
 
869
<p>This works with TCP, too.
861
870
<p><b>Note to sysklogd users:</b> sysklogd does <b>not</b>
862
871
support RFC 3164 format, which is the default forwarding template in
863
872
rsyslog. As such, you will experience duplicate hostnames if rsyslog is
915
924
<p><b>Important: to use the database functionality, the
916
925
MySQL output module must be loaded in the config file</b> BEFORE
917
926
the first database table action is used. This is done by placing the</p>
918
 
<p><code><b>$ModLoad MySQL</b></code></p>
 
927
<p><code><b>$ModLoad ommysql</b></code></p>
919
928
<p>directive some place above the first use of the database write
920
929
(we recommend doing at the the beginning of the config file).</p>
921
930
<h3>Discard</h3>
1190
1199
and database support). For obvious reasons, the syntax for defining
1191
1200
such features is available in rsyslogd, only.<br>
1192
1201
&nbsp;</p>
1193
 
</body></html>
 
 
b'\\ No newline at end of file'
 
1202
</body></html>