Hi:
I have a snmp write button in my dataminer xml driver protocol. It is working fine.
Every time i click the button, the element sends a snmp set. And there is an information event generated in the information events tab.
Is there a way that i can configure to make the information event appear as an alarm and appear in the alarm console tab?
Thanks
As this question has now been inactive for a long time, I will close it. If you still want more information, could you post a new question?
Hi Mark,
Do you know if the SNMP OID that you are trying to set can be read? If it is possible, you could implement the corresponding SNMP read param in your connector. In that way you can confirm that the value that you are trying to set was acknowledged by the device. Then you could monitor this SNMP read param to generate an alarm.
If the OID that you are trying to set cannot be read, is there another SNMP OID that can be used to know that the SNMP set was executed correctly? If you can spot these OIDs, then you can implement the corresponding params in the connector and enable monitoring.
In case both options above are not possible, another option could be creating an alarm (NT_MAKE_ALARM),
Hope it helps.
Hi,
I see that this question has been inactive for some time. Do you still need help with this? If you’ve been able to solve this with Miguel’s answer, could you select the answer? Or if you found a different way to do this, could you add an answer of your own for the reference of other users?