dennyzhang / monitor-docker-slack

:alarm_clock: Get Slack Notifications, When Containers Run Into Issues
https://www.dennyzhang.com/docker_monitor
73 stars 44 forks source link

Missing one important config property Slack Workspace #2

Closed marvec closed 6 years ago

marvec commented 6 years ago

My user name and channel name is not enough to properly target a message. Groups of users are organized in workspaces in Slack and I can have the same channel in multiple Workspaces. The alert was visible in docker container log but never made it to Slack when I set the username and auth token. No error message is visible in docker logs .

marvec commented 6 years ago

I realized that I had a typo in the channel name. Obviously, the workspace is somehow encoded in the token. Not a bug, my bad, sorry.