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
pub fn sms_gateway_string_connection() -> String {
String::from(<URI with your token>)
}
pub fn sms_generator_work_err() -> String {
let mut string_connection = String::from(sms_gateway_string_connection());
string_connection
.push_str("Авария!+Генератор+неисправен!+Срочно+произведите+сервисные+работы!");
string_connection
}
pub fn db_connect() -> String {
String::from(<your string connection>)
}
$ cargo build --release
Build documentation and open in browser
$ cargo doc --open
Install SMLogix
$ 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