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
<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.The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
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.