diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 09:07:31 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 09:07:31 +0000 |
commit | b5309562c880a4848aa7ff4d12db676566e30d81 (patch) | |
tree | d9edcc1600a32c51277be3ead5867013a478587a /doc/rsconf1_modload.html | |
parent | 5b9f98ee20a245cd5245717b168d7428c6bdad31 (diff) | |
download | rsyslog-b5309562c880a4848aa7ff4d12db676566e30d81.tar.gz rsyslog-b5309562c880a4848aa7ff4d12db676566e30d81.tar.xz rsyslog-b5309562c880a4848aa7ff4d12db676566e30d81.zip |
added $ModDir config directive
Diffstat (limited to 'doc/rsconf1_modload.html')
-rw-r--r-- | doc/rsconf1_modload.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsconf1_modload.html b/doc/rsconf1_modload.html index 48bb8ab0..cd0816c4 100644 --- a/doc/rsconf1_modload.html +++ b/doc/rsconf1_modload.html @@ -11,6 +11,9 @@ The plug-in must obey the rsyslog module API. Currently, only MySQL is available as a plugin, but others may create their own. A plug-in must be loaded BEFORE any configuration file lines that reference it.</p> +<p>Modules must be present in the system default destination for rsyslog +modules. You can also set the direcotry via the <a href="rsconf1_moddir.html"> +$ModDir</a> directive.</p> <p><b>Sample:</b></p> <p><code><b>$ModLoad MySQL # load MySQL functionality</b></code></p> |