diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-12 16:08:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-12 16:08:09 +0200 |
commit | 02f768c37dac9dde424bbd31e378482750fc276c (patch) | |
tree | 440b44f612e4db65396da32af10caa5091f96013 /doc/rsyslog_conf.html | |
parent | 018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c (diff) | |
download | rsyslog-02f768c37dac9dde424bbd31e378482750fc276c.tar.gz rsyslog-02f768c37dac9dde424bbd31e378482750fc276c.tar.bz2 rsyslog-02f768c37dac9dde424bbd31e378482750fc276c.zip |
enhanced ommysql to support custom port to connect to server
Port can be set via new $ActionOmmysqlServerPort config directive
Note: this was a very minor change and thus deemed appropriate to be
done in the stable release.
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r-- | doc/rsyslog_conf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index e65be0bc..330fd51c 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -30,7 +30,7 @@ trap output module</li> <li><a href="omrelp.html">omrelp</a> - RELP output module</li> <li>omgss - output module for GSS-enabled syslog</li> -<li>ommysql - output module for MySQL</li> +<li><a href="ommysql.html">ommysql</a> - output module for MySQL</li> <li>ompgsql - output module for PostgreSQL</li> <li><a href="omlibdbi.html">omlibdbi</a> - generic database output module (Firebird/Interbase, MS SQL, Sybase, |