sensu / sensu-slack-handler

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

Indicate Unknown status when status code is 3 or higher #48

Open jadiunr opened 1 year ago

jadiunr commented 1 year ago

In the current implementation, events with a status code of 3 or higher (Unknown) are notified as Warnings. This PR clearly indicates that it is Unknown when notifying an Event with 3 or higher status codes.