Monitoring Supervisord Processes in Slack with Go
TL;DR: supervisord has event listener mechanism for status changes and other things It is a little messy I have abstracted the communication protocol via a small library: https://github.com/mtyurt/su...