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.
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.
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:
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.