ATS Monitoring

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

Diagram

Prerequisites outside docker

$ sudo apt-get install libssl-dev build-essential

Fedora

$ sudo dnf openssl-devel ``` * Install PostgreSQL

Initial setup

Alert messages for sms gateway

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

SMSGENWORK_ERR = "your message"

For example:

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