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
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.
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