Application for monitoring and reporting of engineering systems, sending notifications via Telegram-bot, API SMS gateway
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
For Windows, visit this page$ sudo apt-get install libssl-dev build-essential
$ sudo dnf openssl-devel ``` * Install PostgreSQL
$ git clone https://github.com/stepanov-denis/ats-monitoring.git
GATEWAY_STR_CONNECTION= "URI with your token"
SMSGENWORK_ERR = "your message"
TGGENWORKERR = "your message"
* Edit the connection configuration to PostgreSQL in .cargo/config.toml
POSTGRESUSERNAME = "postgres"
POSTGRESPASSWORD = "mysecretpassword"
POSTGRESDB = "postgres"
POSTGRESHOSTNAME = "postgresql"
POSTGRESPORT = "5432"
```
Run PLC Trim5
Run PostgreSQL
$ cd ats-monitoring && cargo run --release
$ RUST_LOG=error cargo run --release
$ RUST_LOG=warn cargo run --release
$ RUST_LOG=info cargo run --release
$ RUST_LOG=debug cargo run --release
$ RUST_LOG=trace cargo run --release
For write log's to file
$ RUST_LOG=debug cargo run --release > log.txt
Run app, postgresql, in the background
$ docker compose up -d
$ docker compose down
Tear it all down with removing volumes
$ docker compose down --volumes
Сreate and save the report in the form you need in Orange Data Mining