Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Purpose

This page will explain how to add a new node vendor in the event the default settings are not handling the syslog traps properly. 

For this discussion well use the term 'newVendor' to be the variable that represents the new vendor we want opEvents to handle.

Steps

  • Choose a unique syslog facility for the newVendor.
  • Provision rsyslog to handle the traps appropriately.
  • Provision opEvents to parse and process the traps.

rsyslog Provisioning

Determine what facility level these syslog traps should be stamped with.  The syslog server will key on this facility level in order to send the syslog trap to the proper file.  If the device syslog is very similar to Cisco then you may want to simply use the local7 facility and the syslog traps will be sent to /usr/local/nmis8/logs/cisco.log.  Configure the nodes in question to send syslog to NMIS at the proper facility level.  For this  example we will use local6 for newVendor.  Typically facilities local0 through local7 are used for processing syslog from external nodes.

...

Now when syslog traps are received with facility level local6 we will see them in the /user/local/nmis8/logs/newVendor.log file.  If this file does not exist it will be created automatically.

opEvents Provisioning

For the sake of this discussion let's assume the new vendor can be parsed with the existing cisco_alternate rules found in /usr/local/omk/conf/EventParserRules.nmis.  We need to tell opEvents to use these parser rules on /usr/local/nmis8/logs/newVendor.log.  This is done by modifying /usr/local/omk/conf/opCommon.nmis.  Find the 'opevents_logs section and add the 'cisco_alternate', '<nmis_logs>/newVendor' relationship.

...