2 gateway... How to ack alarms from

Imagine two independent system. But we need to ack alarm on both side from any client. How can we handle this…

This is pretty tough and there isn’t going to be a good way to do it. You could run queries against the database to see the alarms and acknowledge them, however, this probably wont have any affect on the pipelines.

The other suggestion would be to create a custom module that exposes a servlet to acknowledge alarms.