summaryrefslogtreecommitdiffstats
path: root/sample.conf
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-12-04 15:37:30 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-12-04 15:37:30 +0000
commitd6607f5db6aecbe58a4fce79dd7703f8aaf2daac (patch)
tree6ee2b0a5e090ec197550e3fce67c78aa47fd1337 /sample.conf
parentcca075e14291c414da87528b28cb5d631734cc12 (diff)
downloadrsyslog-d6607f5db6aecbe58a4fce79dd7703f8aaf2daac.tar.gz
rsyslog-d6607f5db6aecbe58a4fce79dd7703f8aaf2daac.tar.xz
rsyslog-d6607f5db6aecbe58a4fce79dd7703f8aaf2daac.zip
receiver for compressed syslog over tcp almost ready
Diffstat (limited to 'sample.conf')
-rw-r--r--sample.conf10
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.