- What have you already tried? Please include links to gists and/or code blocks (if relatively small)
I tried setting up Slack integration with Sensu Go but i am not getting notifications on slack…
I followed the link -
https://bonsai.sensu.io/assets/sensu/sensu-slack-handler
{
"api_version": "core/v2",
"type": "Handler",
"metadata": {
"namespace": "default",
"name": "slack"
},
"spec": {
"type": "pipe",
"command": "sensu-slack-handler --channel '#devops' ",
"env_vars": [
"SLACK_WEBHOOK_URL=https://hooks.slack.com/services/************"
],
"timeout": 0,
"filters": [
"is_incident"
]
}
}
-
Tell us about your setup, this should include OS, version of Sensu, version of Sensu components (redis, rabbitmq), plugin versions (if applicable), anything special about your setup such as an airgapped network or strict ACLs
Sensu Go Version 5.4 -
Is there a Github issue related to your issue? No
-
Is there anything else that can help us effectively help you?