Messages from root event server to child event server...

Hi all. I have implemented a plugin to integrate alarms from third party device. In a Federation environment, can I send messages from root event server to child event server ? If yes, how ?

Thank’s.

Ciao.

Gigi

Hi Gigi,

You can probable manage by triggering user defined events with your alarms and then using those events to trigger alarms locally.

I don’t know if the MessageCommunicationManager works across a Federated network. If not, you can also achieve this by implement a TCP server on

each child site and a TCP client on the root and passing the events between them.

The Event Server does not contain any functionality to communicate across a federated network.

I think you should consider building a standalone service which could login on both (or all) sites.