Yelp / sensu_handlers

Custom Sensu Handlers to support a multi-tenant environment, allowing checks themselves to emit the type of handler behavior they need in the event json
Apache License 2.0
75 stars 31 forks source link

Adds a slack handler #117

Closed fhats closed 6 years ago

fhats commented 6 years ago

Adds some basic compatibility for slack to sensu_handlers. Supports both "compact" and "expanded" formats, configurable per-team. Compact messages are just text sent to slack without any fancy formatting. Expanded messages use slack attachments and some other formatting features to make them easier to scan, but only really probably work for low-volume channels.

Heavily cribbed from the nodebot handler