Configure the HP Operations Manager (OMi) connector instance to receive alerts from the HP OMi server.

Before you begin

Supported versions: 10.01, 10.10, 10.11, 10.12, 10.60, and 10.61.

The OMi connector is not supported on versions below version 10.

Create Basic Auth type of credential to connect to OMI.

Role required: evt_mgmt_admin

Procedure

  1. Navigate to All > Event Management > Integrations > Connector Instances.
  2. Click New and create a connector instance with the following details:
  3. Right-click the form header and select Save.
    The connector instance values are added to the form and the parameters that are relevant to the connector appear.

    OMi Connector Instance Values section

  4. In the Connector Instance Values section, specify the OMi values.
    1. days_from.
      Specify the number of days for which events must be collected on the first collection cycle. Default 7.
    2. debug.
      Default false. To enter debug mode, specify true.
    3. port.
      Default 80.
    4. protocol.
      Default http.
    5. query_filter.
      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 OMi API call. For detailed information on how to build the filter query, see “Filtering by Event Attributes: query” in the HP OMi 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 "[ ]".

    6. inclusion list.
      Default value: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.
  5. Right-click the form header and select Save.
  6. Click Test Connector to verify the connection between the MID Server and the connector.
  7. 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 credential correctness and network connectivity from the MID Server to the HP OMi server.
  8. After a successful test, select the Active check box and then click Update.