Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - Alert to HipChat #119

Closed
JulienChampseix opened this issue Dec 23, 2015 · 1 comment
Closed

[Feature] - Alert to HipChat #119

JulienChampseix opened this issue Dec 23, 2015 · 1 comment

Comments

@JulienChampseix
Copy link

Hi team,

Will be great if we could push alert to an hipchat room.
Do you think it's possible ?

Thanks,
Julien.

@nathanielc
Copy link
Contributor

This should be easy to add. Do you want to take a crack at it? Just follow the code for Slack.

Contributing the handler is pretty straight forward:

  1. Create a new service in the services package and implement methods for interacting with HipChat.
  2. Add the HipChat service to the cmd/kapacitord/run package so the server can open/close and configure the service.
  3. Update the AlertNode in pipeline so the TICKscripts can declare HipChat options
  4. Update the AlertNode in kapacitor to register the handler when configured via the TICKscript.
  5. Update the TaskMaster to have an interface for communicating with the HipChat service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants