Monitor adapter events
Monitor adapters generate events for specific occurrences of detected actions in external systems. The criteria for event generation are defined in the adapter's configuration node in Grid Manager. Monitor adapters generate events when they are enabled on an active peer and an external incident occurs that warrants an event notification.
The following figure shows a sample event for a monitor adapter.
XML sample of a monitor adapter event
<adapter-event>
<source-adapter>adapter-name</source-adapter>
<event>event text</event>
<data>event XML data</data>
</adapter-event>
Each adapter event contains XML elements as indicated in the following table.
Monitor adapter event elements
Rules are created in BMC Atrium Orchestrator Development Studio, within the rules designer for a module, to evaluate these events. For monitor adapter events that meet the module's rule criteria, a process is triggered.
For detailed instructions for creating rules for a module, see Overview-of-creating-the-workflows.
To use the data from the monitor adapter event in the triggered process, create a job input parameter on the Start activity of the workflow. The content of the <data> element from the monitor adapter event automatically populates this input.