DX Unified Infrastructure Management

 View Only
  • 1.  Configure Alarm for QoS in probe_schema.xml

    Posted Dec 21, 2017 05:13 PM

    I have developed a probe in Java using the SDK, and I would like to know how the QoS that I created can have an alarm assigned from the beginning, and does not have to assign the alarm from the AdminConsole.



  • 2.  Re: Configure Alarm for QoS in probe_schema.xml

    Broadcom Employee
    Posted Dec 22, 2017 08:38 AM

    I am sorry it is not clear what you are asking for.

    if you are asking if you can assign a USER at the probe level instead of when it gets to the UIM interface the answer to this is no.

    Alarm message do not have the ability to store an assigned user.

    Users are stored at the primary hub and database levels and probes do not know about these users.

    The fields do not actually get added to the alarm message until the reach the primary to be able to assign a user.

     

    if you are referring to something else please provide more details and examples so we can try and help.



  • 3.  Re: Configure Alarm for QoS in probe_schema.xml

    Posted Dec 22, 2017 10:53 AM

    Excuse me, explain me wrong.
    I am developing a probe, and I would like to know what modification I can make the probe_schema.xml file so that the QoS I am creating has an assigned operator, a threshold and a message.
    My probe_schema.xml file is:

     

    <element-type name="SymPowerSupply">
    <base-element-type>Element</base-element-type>
    <icon>fan</icon>
    <qos-metric-types>
    <qos-metric-type name="PowerSupplyState">
    <description>Power supply state</description>
    <label>Power Supply State</label>
    <metric-type>5.32:1</metric-type>
    <qos-name>QOS_SYMCFGTELECOM_POWER_SUPPLY_STATE</qos-name>
    <unit>State</unit>
    <conversions>
    <conversion from="0" to="Failed" />
    <conversion from="1" to="Running" />
    </conversions>
    </qos-metric-type>
    </qos-metric-types>
    </element-type>

     

    I want to configure the QoS from the development in the following way:

    Inline image 3