From 7a29f77fc5376b39ad365a7893d5c016743c912e Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Mon, 11 Feb 2008 13:46:19 +0000
Subject: some doc enhancements, including a template for module descriptions
---
doc/omsnmp.html | 40 ++++++++++++++++++++++++++++++++++++++++
doc/rsconf1_filecreatemode.html | 2 +-
doc/rsyslog_conf.html | 15 +++++++++++++++
doc/rsyslog_ng_comparison.html | 11 ++++++++++-
4 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 doc/omsnmp.html
diff --git a/doc/omsnmp.html b/doc/omsnmp.html
new file mode 100644
index 00000000..7378ad72
--- /dev/null
+++ b/doc/omsnmp.html
@@ -0,0 +1,40 @@
+
+
+
+
+Understanding rsyslog queues
+
+
+
+
+SNMP Output Module
+Module Name: omsnmp
+Description:
+Provides the ability to send SNMPv1 & v2 traps.
+...
+Action Line:
+%omsnmp% without any further parameters.
+Configuration Directives:
+
+ - $ActionSNMPTransport ...
+ - ...
+
+Caveats/Known Bugs:
+Sample:
+The following commands send every message as a snmp trap.
+
+
+[rsyslog.conf overview] [manual
+index] [rsyslog site]
+This documentation is part of the
+rsyslog project.
+Copyright © 2008 by Rainer Gerhards and
+Adiscon. Released under the GNU GPL
+version 3 or higher.
+
+
+
+
diff --git a/doc/rsconf1_filecreatemode.html b/doc/rsconf1_filecreatemode.html
index 7c6f1713..c8440864 100644
--- a/doc/rsconf1_filecreatemode.html
+++ b/doc/rsconf1_filecreatemode.html
@@ -30,6 +30,6 @@ index] [rsyslog site]
rsyslog project.
Copyright © 2007 by Rainer Gerhards and
Adiscon. Released under the GNU GPL
-version 2 or higher.
+version 3 or higher.