sensu / sensu-slack-handler

The Sensu Go Slack handler for notifying a channel.
https://sensu.io
MIT License
3 stars 26 forks source link

Message should include namespace #50

Open teutat3s opened 1 year ago

teutat3s commented 1 year ago

When receiving an alert via the slack handler, the namespace which the check failed in is currently missing. In environments that rely on heavy usage of namespaces and with similar entity names, this can be confusing.

It would be great to send the namespace to Slack as well.