summaryrefslogtreecommitdiffstats
path: root/doc/troubleshoot.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-23 13:29:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-23 13:29:22 +0200
commitc4b93886d01e5ee454b009862ff8dd603dbb28b1 (patch)
tree256829f8977ca4dd0d82832d1183712f710fa372 /doc/troubleshoot.html
parent4ee092935b56c24ceb53488be04175482638b686 (diff)
parent75d8becf10cf83c984590ce9ba666d86b382e7e6 (diff)
downloadrsyslog-c4b93886d01e5ee454b009862ff8dd603dbb28b1.tar.gz
rsyslog-c4b93886d01e5ee454b009862ff8dd603dbb28b1.tar.xz
rsyslog-c4b93886d01e5ee454b009862ff8dd603dbb28b1.zip
Merge branch 'beta'
Conflicts: doc/troubleshoot.html
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..a18dbda0 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>
+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".