We have a SCOM connector that is supposed to receive Alerts and forward it to other systems. This connector runs as a Windows service. As soon as the service starts, the connector gets listed under Product Connectors -> Internal Connectors as expected.
By default the connector gets all the alerts - new, updated etc. The requirement is to get Alerts only when a particular criteria is met. As per my understanding this can be achieved by adding a subscription for the connector and specify the criteria
in there. The issue is that the subscription that is added for this connector, to filter only specific Alerts, is not working.
The connector calls Connector.GetMonitoringAlerts() method and it gets all Alerts irrespective of the criteria defined in the subscription in Operations Manager.
The SCOM version we are using is 2012.
Any help / guidance is much appreciated.
Vivek