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

« back to all changes in this revision

Viewing changes to doc/v3compatibility.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:
32
32
<p>It is suggested that input modules be loaded in the top part
33
33
of the config file. Here is an example, also highlighting the most
34
34
important modules:</p>
35
 
<p><b>$ModLoad immark&nbsp; # provides --MARK--
 
35
<p><b>$ModLoad immark # provides --MARK--
36
36
message capability<br>
37
 
$ModLoad imudp&nbsp; # provides UDP syslog reception<br>
38
 
$ModLoad imtcp&nbsp; # provides TCP syslog reception<br>
39
 
</b><b>$ModLoad imgssapi&nbsp; # provides GSSAPI syslog
 
37
$ModLoad imudp # provides UDP syslog reception<br>
 
38
$ModLoad imtcp # provides TCP syslog reception<br>
 
39
</b><b>$ModLoad imgssapi # provides GSSAPI syslog
40
40
reception<br>
41
41
</b><b>$ModLoad imuxsock # provides support for local
42
42
system logging (e.g.
94
94
&lt;ip&gt;</b> config directive.</p>
95
95
<p>The following example configures an UDP syslog server at the
96
96
local address 192.0.2.1 on port 514:</p>
97
 
<p><b>$ModLoad imudp.so<br>
 
97
<p><b>$ModLoad imudp<br>
98
98
$UDPSeverAddress 192.0.2.1 # this MUST be before the $UDPServerRun
99
99
directive!<br>
100
100
$UDPServerRun 514</b></p>
102
102
This is the default if no directive is specified.</p>
103
103
<p>Please note that now multiple listeners are supported. For
104
104
example, you can do the following:</p>
105
 
<p><b>$ModLoad imudp.so<br>
 
105
<p><b>$ModLoad imudp<br>
106
106
$UDPSeverAddress 192.0.2.1 # this MUST be before the $UDPServerRun
107
107
directive!<br>
108
108
$UDPServerRun 514<br>
122
122
<h2>klogd</h2>
123
123
<p>klogd has (finally) been replaced by a loadable input module.
124
124
To enable klogd functionality, do</p>
125
 
<p><b>$ModLoad imklog.so</b></p>
 
125
<p><b>$ModLoad imklog</b></p>
126
126
<p>Note that this can not be handled by the compatibility layer,
127
127
as klogd was a separate binary.A limited set of klogd command line
128
128
settings is now supported