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

Add Slack notification support in detector rules #9

Merged
merged 1 commit into from
Jan 31, 2018

Conversation

dichiarafrancesco
Copy link
Contributor

As requested in #8 we're going to add support for slack notifications in our detectors.

@blkperl
Copy link

blkperl commented Jan 31, 2018

Tested manually and Slack integration is working with this patch applied.

@dichiarafrancesco dichiarafrancesco merged commit 41ccd66 into master Jan 31, 2018
@marcingumkowski
Copy link

Could you show the example of Slack notifications in TF?
this
notifications = ["Slack,credentialID,channel,"]`
doesnt work

@blkperl
Copy link

blkperl commented Mar 29, 2019

@marcingumkowski like this (although it looks like you have that):

notifications = "${var.team_slack}"

variable "team_slack" {
  description = "Team SignalFX Slack integration"
  default     = ["Slack,credentialID,team-channel"]
}

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.

3 participants