diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-02 10:55:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-02 10:55:42 +0200 |
commit | 09d2e1c707d6cdb6841559e69591c57536b998b7 (patch) | |
tree | c9e4ec5b94f39b2b89aee163b94206f6faeb8f84 /doc/index.html | |
parent | d03fb1b9058a3e81c8d0ba72b916d514106567ed (diff) | |
parent | 9812a2af8c308c1b29bc0b5604593595a66dd25d (diff) | |
download | rsyslog-09d2e1c707d6cdb6841559e69591c57536b998b7.tar.gz rsyslog-09d2e1c707d6cdb6841559e69591c57536b998b7.tar.bz2 rsyslog-09d2e1c707d6cdb6841559e69591c57536b998b7.zip |
Merge branch 'beta'
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 00000000..349c8e57 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><title>Welcome to rsyslog</title></head> +<body> +<h1>Welcome to rsyslog</h1> +<p><b><a href="http://www.rsyslog.com/">Rsyslog</a> +is an enhanced syslogd suitable both for small systems as +well as large enterprises.</b> +<p>This page provide a few quick pointers which hopefully make your +experience with rsyslog a pleasant one. These are +<ul> +<li><b>Most importantly, the <a href="manual.html">rsyslog manual</a></b> - this points to locally +installed documentation which exactly matches the version you have installed. +It is highly suggested to at least briefly look over these files. +<li>The <a href="http://www.rsyslog.com">rsyslog web site</a> which offers +probably every information you'll ever need (ok, just kidding...). +<li>The <a href="http://www.rsyslog.com/doc-status.html">project status page</a> provides +information on current releases +<li>and the <a href="troubleshoot.html">troubleshooting guide</a> hopefully helps if +things do not immediately work out +</ul> +<p>In general, rsyslog supports plain old syslog.conf format, except that the +config file is now called rsyslog.conf. This should help you get started +quickly. +To do the really cool things, though, +you need to learn a bit about its new features. +The man pages offer a bare minimum of information (and are still quite long). Read the +<a href="manual.html">html documentation</a> instead. +When you change the configuration, +remember to restart (or HUP) rsyslogd, because otherwise it won't use your +new settings (and you'll end up totally puzzled why this great config of yours +does not even work a bit...;)) +</body></html> |