summaryrefslogtreecommitdiffstats
path: root/sample.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sample.conf')
-rw-r--r--sample.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/sample.conf b/sample.conf
index 39f388e3..d24a821d 100644
--- a/sample.conf
+++ b/sample.conf
@@ -175,7 +175,11 @@ $template dbFormat,"insert into SystemEvents (Message, Facility,FromHost, Priori
*.* @172.19.2.16;RFC3164fmt
# And this finally is a database action
-*.* >hostname,dbname,userid,password
+# 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 ;)
+*.* >hostname,dbname,userid,password;
# It uses the default schema (MonitorWare format). The parameters
# should be self-explanatory.