• Using Operations Manager Connectors


    Updated: January 31, 2012

    Applies To: System Center 2012 - Operations Manager

    [This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

    This section contains information about developing connectors by using the System Center 2012 – Operations Manager software development kit (SDK). A connector is a custom service or program that makes it possible for Operations Manager to communicate with external systems. For example, you can create a connector that sends Operations Manager alerts to an application that tracks the alerts. The application can also use the connector to send an update to Operations Manager, indicating that the alert has been resolved.

    For more information on connecting System Center 2012 Operations Manager to other systems, see System Center 2012 Integration Guide - Operations Manager.

    Uses for Connectors

    You can use connectors to share data between applications in your environment. This makes it possible to combine the strengths of individual monitoring and tracking tools, while providing a single user interface (UI) for viewing system data.

    Some common uses for connectors include the following:

    • Sending alert, event, or performance data from an external system to Operations Manager. In this case, Operations Manager can create alerts or monitor data that is sent from the external system. For information about creating this type of connector, see How to Create Inbound Connectors.
    • Sending alert data from Operations Manager to an external management system. In this case, the system that receives the alerts can monitor or resolve the alerts outside of Operations Manager. For information about creating this type of connector, see How to Create Outbound Connectors.

    Developing a Connector

    You can develop a custom connector by using the Operations Manager Connector Framework (OMCF). The OMCF provides methods and types that you can use to initialize and manage a connector and to get or send operations data.

    When you are developing a connector, you can access the OMCF in either of the following ways:

  • 相关阅读:
    线性表
    面试题
    进程与线程的区别
    双亲委派模型&动态生成Java类
    springboot优势
    Python3数据结构
    GC算法
    JVM的跨平台特性
    HashMap#put (K key, V value)过程白话文
    java内存模型
  • 原文地址:https://www.cnblogs.com/frankzye/p/3074123.html
Copyright © 2020-2023  润新知