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
- Host: GitHub
- URL: https://github.com/mtyurt/supervisor-event-to-slack
- Owner: mtyurt
- License: bsd-3-clause
- Created: 2018-09-09T01:19:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T01:54:10.000Z (over 7 years ago)
- Last Synced: 2026-02-08T11:48:07.495Z (3 months ago)
- Topics: event-handler, go, slack, supervisor
- Language: Go
- Size: 3.91 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <