Application for monitoring and reporting of engineering systems, sending notifications via Telegram-bot, API SMS gateway
$ docker-compose up -d
$ docker-compose logs -f
$ docker-compose -f logs app
$ docker-compose down
Tear it all down with removing volumes
$ docker-compose down --volumes
Install Rust for Linux or macOS
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
For Windows, visit this page
$ sudo apt-get install libssl-dev build-essential
$ git clone --depth 1 --branch v0.7.3 https://github.com/skytable/skytable.git
$ cd skytable && cargo build --release
Install PostgreSQL
Clone the repository
$ git clone git@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"
```
$ cd skytable && cargo run --bin skyd --release
$ 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
Сreate and save the report in the form you need in Orange Data Mining