docker run -e MYSQL_HOST=127.0.0.1 -e MYSQL_USER=root -e MYSQL_PASSWORD=secret -e MYSQL_DATABASE=yourdb -e SLACK_URL=https://hooks.slack.com/services/XXXXXXX/XXXXXXX ...
This FastAPI application logs the health status of a remote MySQL server and sends the results to a Telex channel via a user-configured webhook. The integration is designed to be installed on the ...