diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-11 15:53:39 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-11 15:53:39 +0200 |
commit | f4102989426e2c1b127f28c7d5a45d2dd4ea70f8 (patch) | |
tree | a17b30bc936fad14bc437d2db943b5efd045dc43 /doc/troubleshoot.html | |
parent | 3a8a1e1fac090097853462ac2016bb1442fa8734 (diff) | |
parent | 0b7eaa413a58aa3d92e9c4f384029c9393e00250 (diff) | |
download | rsyslog-f4102989426e2c1b127f28c7d5a45d2dd4ea70f8.tar.gz rsyslog-f4102989426e2c1b127f28c7d5a45d2dd4ea70f8.tar.xz rsyslog-f4102989426e2c1b127f28c7d5a45d2dd4ea70f8.zip |
Merge branch 'beta'
Conflicts:
ChangeLog
configure.ac
rsyslog.conf
runtime/queue.c
Diffstat (limited to 'doc/troubleshoot.html')
-rw-r--r-- | doc/troubleshoot.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/troubleshoot.html b/doc/troubleshoot.html new file mode 100644 index 00000000..f2e9206b --- /dev/null +++ b/doc/troubleshoot.html @@ -0,0 +1,35 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><title>troubleshooting rsyslog</title></head> +<body> +<h2>troubleshooting rsyslog</h2> +<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: +<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 +doc set in each tarball. If you installed rsyslog from a package, there usually +is a rsyslog-doc package, that often needs to be installed separately. +<li>The <a href="http://wiki.rsyslog.com">rsyslog wiki</a> provides user tips and experiences. +</ul> +<p><b>Asking for Help</b> +<p>If you can't find the answer yourself, you should look at these places for +community help. +<ul> +<li>The <a href="http://kb.monitorware.com/rsyslog-f40.html">rsyslog forum</a>. This is +the preferred method of obtaining support. +<li>The <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">rsyslog mailing list</a>. +This is a low-volume list which occasional gets traffic spikes. +The mailing list is probably a good place for complex questions. +</ul> +<p>[<a href="manual.html">manual index</a>] +[<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> +<p><font size="2">This documentation is part of the +<a href="http://www.rsyslog.com/">rsyslog</a> project.<br> +Copyright © 2008 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and +<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL +version 2 or higher.</font></p> +</body> +</html> + |