scaling pollers

Hello,

I have “special” sensu-clients which are called pollers.

they perform all the external checks (like checking an API somewhere on internet)

I don’t find any documentation on scaling pollers.

If I have 1000 different checks and I want to spread thoses 1000 checks across the pollers pool.

How should I do ?

If I leave the checks as default. each poller, sharing the same subscription, will perform the 1000 checks.

How to configure a pool of sensu-client so they share a same queue and only one of the pool realize the check.

Thanks

https://sensuapp.org/docs/latest/reference/clients.html#round-robin-client-subscriptions

···

On Mon, Jul 31, 2017 at 7:27 AM, Axel Vittecoq exeral@gmail.com wrote:

Hello,

I have “special” sensu-clients which are called pollers.

they perform all the external checks (like checking an API somewhere on internet)

I don’t find any documentation on scaling pollers.

If I have 1000 different checks and I want to spread thoses 1000 checks across the pollers pool.

How should I do ?

If I leave the checks as default. each poller, sharing the same subscription, will perform the 1000 checks.

How to configure a pool of sensu-client so they share a same queue and only one of the pool realize the check.

Thanks