An open API service indexing awesome lists of open source software.

https://github.com/mtyurt/supervisor-event-to-slack

A small tool to send supervisor events to Slack
https://github.com/mtyurt/supervisor-event-to-slack

event-handler go slack supervisor

Last synced: about 1 month ago
JSON representation

A small tool to send supervisor events to Slack

Awesome Lists containing this project

README

          

# supervisor-event-to-slack

This showcase repository listens to supervisor events and sends these events to Slack properly. Generic [supervisor-event-handler](https://github.com/mtyurt/supervisor-event-handler) is used to process supervisor events.

# installation

- Download from Releases
- Install from source:

```bash
git clone git@github.com:mtyurt/supervisor-event-to-slack
cd supervisor-event-to-slack
vgo build
```

# usage
This program needs to be provided to supervisor configuration as event listener. A bare minimum configuration would be:

```bash
$ cat > eventlistener.ini <