mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 11:30:43 +01:00
doc fix
This commit is contained in:
parent
ad2f1c7e6d
commit
b5df9ccaf1
@ -58,11 +58,11 @@ to load plug-in modules to perform useful work (more about
|
|||||||
<a href="v3compatibility.html">compatibilty notes v3</a>). To load the most common plug-ins,
|
<a href="v3compatibility.html">compatibilty notes v3</a>). To load the most common plug-ins,
|
||||||
add the following to the top of rsyslog.conf:</p>
|
add the following to the top of rsyslog.conf:</p>
|
||||||
<p>
|
<p>
|
||||||
$ModLoad immark # provides --MARK-- message capability
|
$ModLoad immark.so # provides --MARK-- message capability <br />
|
||||||
$ModLoad imudp # provides UDP syslog reception
|
$ModLoad imudp.so # provides UDP syslog reception <br />
|
||||||
$ModLoad imtcp # provides TCP syslog reception and GSS-API (if compiled to support it)
|
$ModLoad imtcp.so # provides TCP syslog reception and GSS-API (if compiled to support it) <br />
|
||||||
$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)
|
$ModLoad imuxsock.so # provides support for local system logging (e.g. via logger command) <br />
|
||||||
$ModLoad imklog # provides kernel logging support (previously done by rklogd)
|
$ModLoad imklog.so # provides kernel logging support (previously done by rklogd) <br />
|
||||||
</p>
|
</p>
|
||||||
Change rsyslog.conf for any further
|
Change rsyslog.conf for any further
|
||||||
enhancements you would like to see. For example, you can add database writing as
|
enhancements you would like to see. For example, you can add database writing as
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user