Pagerduty plugin - multiple API's

Does anyone have an example of a working pagerduty plugin config that utilizes multiple API keys?

From this pull request it seems as though the plugin supports it, however I cannot find any documentation on how to pass the pager_team from checks.

If anyone has a working example they could share, that would be greatly appreciated.

Thanks.

Read a similar take on this regarding mail handlers:
https://groups.google.com/forum/#!msg/sensu-users/vaYpa1xGS4w/O69dx9zZ4fQJ

You could do something similar that Matthew Barr suggested and define
two pagerduty handlers, and give send different checks to different
handlers.

(I promise I'm still working on open sourcing the multi-team handler
solution we have at work, we have more than a dozen PD api keys)

ยทยทยท

On Wed, Sep 17, 2014 at 2:11 PM, Jack Watroba <jwatroba@improvementdirect.com> wrote:

Does anyone have an example of a working pagerduty plugin config that
utilizes multiple API keys?

From this pull request it seems as though the plugin supports it, however I
cannot find any documentation on how to pass the pager_team from checks.

If anyone has a working example they could share, that would be greatly
appreciated.

Thanks.