Configure event collection from OBM
Configure the Operation Bridge Manager (OBM), also known as OMi v2, connector instance to receive alerts from the OBM server. The OBM connector script OBM v2 will be available after installing the Event Management Connectors app.
Before you begin
Role required: evt_mgmt_admin
Supported versions: 10.01, 10.10, 10.11, 10.12, 10.60, 10.61, and 11.01.About this task
Procedure
- Navigate to All > Event Management > Event Connectors (Pull) > Connector Instances.
-
Click New and create a connector instance with the
following details:
Field Value Name Descriptive name for the OBM connector. Description Description for the use of the OBM event collection instance. Host IP Specify the OBM IP address. Credential Select the required credentials from the list or click New and create the required credentials. If you create the credentials, save them using a unique and recognizable name, for example OBMOPS. Event collection last run time The last run time value is automatically updated. Last event collection status The last run time value is automatically updated. Event collection schedule (seconds) Frequency in seconds that the system checks for new events from OBM. The default value is 120 seconds. Last error message The last error message is automatically updated Connector Definition Select OBM V2. Note:This script will be available after installing the Event Management connector scoped app.MID Servers (MID Server for Connectors section) Specify the MID Server to run the OBM connector instance. You can configure several MID Servers. If the first server is down, the next MID Server If that MID Server is not available, the next is selected, and so on. MID Servers are sorted according to the order that their details were entered into the MID Server for Connectors section. If no MID Server is specified, an available MID Server that has a matching IP range is used. -
Right-click the form header and select Save.
The parameters that are relevant to the OBM connector appear.
-
In the Connector Instance Values section, specify the OBM values.
-
days_from.
Specify the number of days for which events must be collected on the first collection cycle. The default value is 7 days and data can only be pulled a maximum of 7 days from the OBM system.
-
debug.
The default value is false. To enter debug mode, change the value to true.
-
port.
The default value is 80.
-
protocol.
The default value is http.
-
query_filter.
The default value is false. If you do want to use this extra filter to query events, specify the event attributes. For example, assigned_user = "admin" AND title = "My Title". The query filter criteria are:
- A filter property that specifies an event attribute, such as, related_ci
- A supported operator, for example, OR or AND
- A value for the filter property, for example, admin or integrator
Everything from the query_filter field undergoes URL encoding and is then passed as a parameter to the OBM API call. For detailed information on how to build the filter query, see “Filtering by Event Attributes: query” in the OBM Extensibility Guide. For example, to query the events for a list of events that are assigned to the admin user, specify:
event_list?query=assigned_ user%20EQ%20"admin"To nest query_filter event attributes, specify the hierarchy using square brackets "[ ]".
-
inclusion list.
The default value is false. Specify a comma-separated list to include this feature to add attributes that should be collected and added to the Event Management Additional information field.
-
days_from.
- Right-click the form header and select Save.
- Click Test Connector to verify the connection between the MID Server and the connector.
-
If the test fails, follow the instructions that the error issues to correct the
problem and then run another test.
Note:Use a network tool, such as ping, to verify that the OBM server is running and the IP address matches the value in the Host IP field.
- After a successful test, select the Active check box and then click Update.