From c81d3e96e0d041739e1faa8e5da86477b8fb331f Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 4 Mar 2008 10:42:13 +0000 Subject: Updated omsnmp documentation --- doc/omsnmp.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'doc/omsnmp.html') 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.

Example: $actionsnmpcommunity public
  • $actionsnmpsyslogmessageoid (This parameter is - optional, the default value is "1.3.6.1.4.1" which means "i.o.d.internet.private.enterprises")
    + optional, the default value is "1.3.6.1.4.1.9.9.41.2.0.1" which means "CISCO-SYSLOG-MIB::clogMessageGenerated")

    This OID will be used as a variable, type "OCTET STRING". 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.
    -
    - Example: $actionsnmpsyslogmessageoid 1.3.6.1.4.1
    + 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:
    + + http://www.oidview.com/mibs/9/CISCO-SYSLOG-MIB.html
    + + http://www.oidview.com/mibs/9/CISCO-SMI.html
    +
    + 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 ;).
    +
    + Example: $actionsnmpsyslogmessageoid 1.3.6.1.4.1.9.9.41.2.0.1
  • $actionsnmpenterpriseoid (This parameter is optional, the default value is "1.3.6.1.4.1.3.1.1" which means "enterprises.cmu.1.1")
    -- cgit