Can a sensu client be configured to talk to 2 completely separate sensu servers?

Hi,

I’m just wondering if it is possible to configure a sensu client to register and send events to 2 completely separate sensu servers. I’m not talking about a clustered pair of sensu servers, I’m talking about two sensu servers that know nothing about each other and are on a different network.

Cheers

Clients don't talk directly to servers, they communicate through rabbitmq, so in theory you can setup 2 separate servers that use the same rabbitmq server, not sure what would happen in terms of both servers publishing check requests tho..

Btw you have to use a separate redis instance for each sensu server if you don't want them to be aware of each other.