From b5309562c880a4848aa7ff4d12db676566e30d81 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Sep 2007 09:07:31 +0000 Subject: added $ModDir config directive --- doc/rsconf1_modload.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/rsconf1_modload.html') 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.

+

Modules must be present in the system default destination for rsyslog +modules. You can also set the direcotry via the +$ModDir directive.

Sample:

$ModLoad MySQL  # load MySQL functionality

-- cgit