summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2008-03-04 10:42:13 +0000
committerAndre Lorbach <alorbach@adiscon.com>2008-03-04 10:42:13 +0000
commitc81d3e96e0d041739e1faa8e5da86477b8fb331f (patch)
tree5096e9ef37835d45af78789f6fac6a07a9d29e2c
parentd88634be6bd7e0c1d156d6f9afc1bebc163fd4d9 (diff)
downloadrsyslog-c81d3e96e0d041739e1faa8e5da86477b8fb331f.tar.gz
rsyslog-c81d3e96e0d041739e1faa8e5da86477b8fb331f.tar.xz
rsyslog-c81d3e96e0d041739e1faa8e5da86477b8fb331f.zip
Updated omsnmp documentation
-rw-r--r--doc/omsnmp.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/omsnmp.html b/doc/omsnmp.html
index 7c994487..5ead4014 100644
--- a/doc/omsnmp.html
+++ b/doc/omsnmp.html
@@ -68,13 +68,24 @@ developer (headers) package installed. </p>
Example:<strong> $actionsnmpcommunity public</strong><br>
</li>
<li><strong>$actionsnmpsyslogmessageoid </strong>(This parameter is
- optional, the default value is &quot;1.3.6.1.4.1&quot; which means &quot;i.o.d.internet.private.enterprises&quot;)<br>
+ optional, the default value is &quot;1.3.6.1.4.1.9.9.41.2.0.1&quot; which means &quot;CISCO-SYSLOG-MIB::clogMessageGenerated&quot;)<br>
<br>
This OID will be used as a variable, type &quot;OCTET STRING&quot;. This variable will
contain the full syslog message including syslog header. I also recommend to
use the default value here unless you require to use a different OID. <br>
- <br>
- Example: <strong>$actionsnmpsyslogmessageoid 1.3.6.1.4.1</strong><br>
+ In order to decode this OID, you will need to have the CISCO-SYSLOG-MIB and
+ CISCO-SMI mibs installed on the receiver side. Downloads of these mib files
+ can be found here: <br>
+ <a href="http://www.oidview.com/mibs/9/CISCO-SYSLOG-MIB.html">
+ http://www.oidview.com/mibs/9/CISCO-SYSLOG-MIB.html</a><br>
+ <a href="http://www.oidview.com/mibs/9/CISCO-SMI.html">
+ http://www.oidview.com/mibs/9/CISCO-SMI.html</a><br>
+ <br>
+ We will add our own MIB definition in a later step here. For now,
+ CISCO-SYSLOG-MIB::clogMessageGenerated is a good choice. Thanks to the net-snmp
+ mailinglist for the help and the recommendations ;).<br>
+ <br>
+ Example: <strong>$actionsnmpsyslogmessageoid 1.3.6.1.4.1.9.9.41.2.0.1</strong><br>
</li>
<li><strong>$actionsnmpenterpriseoid </strong>(This parameter is optional,
the default value is &quot;1.3.6.1.4.1.3.1.1&quot; which means &quot;enterprises.cmu.1.1&quot;)<br>