diff options
Diffstat (limited to 'sample.conf')
-rw-r--r-- | sample.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sample.conf b/sample.conf index ec442b70..08c8fcc2 100644 --- a/sample.conf +++ b/sample.conf @@ -199,10 +199,12 @@ $template dbFormat,"insert into SystemEvents (Message, Facility,FromHost, Priori *.* @172.19.2.16;RFC3164fmt # And this finally is a database action -# The semicolon at the end is theoreticaly not necessary, -# but the current rsyslogd has a bug that makes it abort if -# it is missing. As Dennis Olvany pointed out, it would e -# extremely nice to have this semicolon in the sample conf ;) +# The semicolon at the end is not necessary, +# but some previous versions of rsyslogd had a bug that +# made them abort if it were missing. As Dennis Olvany +# pointed out, it would be extremely nice to have this +# semicolon in the sample conf - so we did in a previous +# version and it still sticks around ;) *.* >hostname,dbname,userid,password; # It uses the default schema (MonitorWare format). The parameters # should be self-explanatory. |