superslacker
superslacker copied to clipboard
Supervisord event listener that will send alerts to Slack heavily based on superlance
Hi Guys, When we try the superslacker with supervisord I am getting this error. Also it **not sending the slack messages** ``` 2018-09-07 19:29:55,164 ERRO pool superslacker event buffer overflowed,...
I have such config section ``` [eventlistener:superslacker] command=superslacker --webhook="https://hooks.slack.com/services/###############" --channel="#alerts" --hostname="DEVEL" --attachment="process state changed" events=PROCESS_STATE,TICK_60 ``` after supervisor restart I'm getting such errors in log `ERRO pool superslacker event buffer...
I'm trying to run superslacker with one program in the supervisord.conf, but getting the following: ```2023-08-19 23:00:50,518 INFO Set uid to user 0 succeeded 2023-08-19 23:00:50,520 INFO supervisord started with...
How can I export the Node logs to Superslacker events? I tried many solutions without any luck; always node writes an error to file like this "node-stderr---supervisor-SVv3Av.log" in the /var/log/supervisor...