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

Added Talk service for alerting. #194

Merged
merged 3 commits into from
Feb 5, 2016
Merged

Conversation

wutz
Copy link
Contributor

@wutz wutz commented Feb 2, 2016

Talk is a very popular chat tools in China, our team is using it as a endpoint to accept alerting.

@@ -388,6 +390,16 @@ func (s *Server) appendReportingService(c reporting.Config) {
}
}

func (s *Server) appendTalkService(c talk.Config) {
if c.Enabled {
l := s.LogService.NewLogger("[jiaoliao] ", log.LstdFlags)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not [talk] since that is how its referred in the code base?

@nathanielc
Copy link
Contributor

@wutaizeng Overall this looks good, just some minor comments to address. Also if you haven't already be sure to sign the CLA.

Wu Taizeng added 2 commits February 3, 2016 10:02
  - Replace [jianliao] with [talk].
  - Remove change with Sensu.
  - Remove level parameter.
  - Add a blurb on how to create Talk webhook.
nathanielc pushed a commit that referenced this pull request Feb 5, 2016
Added Talk service for alerting.
@nathanielc nathanielc merged commit a36be3d into influxdata:master Feb 5, 2016
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

Successfully merging this pull request may close these issues.

2 participants