summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel P <ariel.p@hostdime.com>2011-02-01 11:50:35 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-01 11:50:35 +0100
commita1f4330a7b1ab426d7abeeacb4ff4e5994c429e6 (patch)
tree11cff2ab22ed81b9aec8d93d47d1ef577aa5544e
parent58cb4d57e81da5aa74ed2927f99b576cec83d71b (diff)
downloadrsyslog-a1f4330a7b1ab426d7abeeacb4ff4e5994c429e6.tar.gz
rsyslog-a1f4330a7b1ab426d7abeeacb4ff4e5994c429e6.tar.xz
rsyslog-a1f4330a7b1ab426d7abeeacb4ff4e5994c429e6.zip
added doc for new ommysql directives
-rw-r--r--doc/ommysql.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ommysql.html b/doc/ommysql.html
index 9b35b402..daef9cab 100644
--- a/doc/ommysql.html
+++ b/doc/ommysql.html
@@ -24,6 +24,18 @@ directive configuration system.
a non-standard port for the MySQL server. The default is 0, which means the
system default port is used. There is no need to specify this directive unless
you know the server is running on a non-standard listen port.
+<li><b>$OmMySQLConfigFile &lt;file name&gt;</b><br>Permits the selection
+of an optional MySQL Client Library configuration file (my.cnf) for extended
+configuration functionality. The use of this configuration directive is necessary
+only if you have a non-standard environment or if fine-grained control over the
+database connection is desired.</li>
+<li><b>$OmMySQLConfigSection &lt;string&gt;</b><br>Permits the selection of the
+section within the configuration file specified by the <b>$OmMySQLConfigFile</b> directive.
+<br>This will likely only be used where the database administrator provides a single
+configuration file with multiple profiles.
+<br>This configuration directive is ignored unless <b>$OmMySQLConfigFile</b> is also used
+in the rsyslog configration file.
+<br>If omitted, the MySQL Client Library default of &quot;client&quot; will be used.</li>
<li>Action parameters:
<br><b>:ommysql:database-server,database-name,database-userid,database-password</b>
<br>All parameters should be filled in for a successful connect.