Adapter event for the SNMP monitor adapter


The elements contained in the SNMP monitor event are different, based on the value defined for the <mibs-directory> element in the adapter configuration.

The following table describes the elements of the SNMP monitor adapter event with <mibs-directory> element defined.

 SNMP monitor adapter event elements with the < mibs-directory > element defined

The following figure shows an XML sample of the SNMP monitor adapter event with <mibs-directory> defined.

XML sample of the SNMP monitor adapter event with < mibs-directory > element defined


<trap>
  <host>local host</host>
  <sysuptime>value in 1/100 seconds</sysuptime>
  <enterprise>text</enterprise>
  <trap-type>text</trap-type>
  <varbinds>
    <varbind>
      <oid>text</oid>
      <name>text</name>
      <value>text</value>
    </varbind>
  </varbinds>
</trap>

To use the data from the monitor adapter event in a triggered process, a Job Input Parameter, inputevent, must be created on the Start activity of the process. The <data> element from the monitor adapter event populates this input. The following table describes the elements of the SNMP monitor adapter event without the definition of the <mibs-directory> element.

 SNMP monitor adapter without < mib-directory > definition elements

The following figure shows an XML sample of the SNMP monitor adapter event without the <mibs-directory> element defined.

XML sample of the SNMP monitor adapter event without the < mibs-directory > element defined


<trap>
  <host>10.10.255.255</host>
  <sysuptime>value in 1/100 seconds</sysuptime>
  <enterprise>text</enterprise>
  <generic-trap-type>text</generic-trap-type>
  <specific-trap-type>text</specific-trap-type>
  <varbinds>
    <varbind>
      <oid>text</oid>
      <value>text</value>
    </varbind>
  </varbinds>
</trap>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

(archive) BMC Atrium Orchestrator Base Adapters 20.12.03