summaryrefslogtreecommitdiffstats
path: root/doc/troubleshoot.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-30 11:25:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-30 11:25:34 +0200
commit1531c541b294b6c029e5de9a01d4d8499f7e4718 (patch)
treee2522f8b38478c7482d0d2db4c7610a3c5816cb5 /doc/troubleshoot.html
parent16970aad2e6d4e69fb9fdb13b392ba6a51dea900 (diff)
parentd03fb1b9058a3e81c8d0ba72b916d514106567ed (diff)
downloadrsyslog-1531c541b294b6c029e5de9a01d4d8499f7e4718.tar.gz
rsyslog-1531c541b294b6c029e5de9a01d4d8499f7e4718.tar.bz2
rsyslog-1531c541b294b6c029e5de9a01d4d8499f7e4718.zip
Merge branch 'master' into perf
Conflicts: ChangeLog
Diffstat (limited to 'doc/troubleshoot.html')
-rw-r--r--doc/troubleshoot.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/troubleshoot.html b/doc/troubleshoot.html
index 7decbba2..e655c2ef 100644
--- a/doc/troubleshoot.html
+++ b/doc/troubleshoot.html
@@ -5,7 +5,7 @@
<p><b>Having trouble with <a href="http://www.rsyslog.com">rsyslog</a>?</b>
This page provides some tips on where to look for help and what to do
if you need to ask for assistance. This page is continously being expanded.
-<p>Useful troublehshooting ressources are:
+<p>Useful troubleshooting ressources are:
<ul>
<li>The <a href="http://www.rsyslog.com/doc">rsyslog documentation</a> - note that the online version always covers
the most recent development version. However, there is a version-specific
@@ -15,6 +15,10 @@ is a rsyslog-doc package, that often needs to be installed separately.
<li>Check <a href="http://bugzilla.adiscon.com">the bugzilla</a> to see if your problem is a known
(and even fixed ;)) bug.
</ul>
+<p><b>Malformed Messages and Message Properties</b>
+<p>A common trouble source are <a href="syslog_parsing.html">ill-formed syslog messages</a>, which
+lead to to all sorts of interesting problems, including malformed hostnames and dates.
+Read the quoted guide to find relief.
<p><b>Configuration Problems</b>
<p>Rsyslog 3.21.1 and above has been enhanced to support extended configuration checking.
It offers a special command line switch (-N1) that puts it into "config verfication mode".