We are aware that's possible to forward alarms to a 3rd party system by using the SNMP Forwarding feature, which forwards the alarm data in form of SNMP traps.
However, the 3rd party system we aim isn't compatible with SNMP, so we are looking for alternatives to push alarm data using another standard.
What alternatives exist today in DataMiner?
Hi Bruno,
You can also forward (push) alarm events to third-party applications via TCP/IP socket messages. The TCP socket is one of the standard public interfaces.
It's also possible to develop a custom interface but this will come together with an extra cost.
Regards,
Koen
Hi Bruno, maybe this link will help you?
Thanks Koen 😉
Hi Bruno,
Next to the options listed by Koen, you can also choose to offload the alarms towards an external database or in offload files.
You could also rely on the API and poll the alarms at given intervals.
Where can I find further details about the TCP/IP socket messages?