ATS Monitoring

Application for monitoring and reporting of engineering systems, sending notifications via Telegram-bot, API SMS gateway

Diagram

Run docker images locally

The text of the SMS-message about the generator operation error

SMSGENWORK_ERR = "your message"

Alert messages for Telegram-bot

The text of the Telegram-message about the generator operation error

TGGENWORKERR = "your message" * Edit the connection configuration to PostgreSQL in .cargo/config.toml POSTGRESUSERNAME = "postgres" POSTGRESPASSWORD = "mysecretpassword" POSTGRESDB = "postgres" POSTGRESHOSTNAME = "postgresql" POSTGRESPORT = "5432" ```

Setting up the environment