Crates.io | steel-copper |
lib.rs | steel-copper |
version | 0.1.0 |
source | src |
created_at | 2020-08-09 14:54:18.676935 |
updated_at | 2020-08-09 14:54:18.676935 |
description | Steel-Copper is a simple system monitoring tool which uses rrdgraph to generate graphs and rocket as web server. |
homepage | https://github.com/schanur/steel-copper |
repository | https://github.com/schanur/steel-copper |
max_upload_size | |
id | 274653 |
size | 58,015 |
Steel-Copper is a web-server which renders rrd database files to graphs using rrdtool.
After starting the steel-copper binary, the integrated web server starts on port 8000. If you want to modify startup parameter (TCP port, etc.), you have multiple options:
cargo build --release
builds a single executable file steel-copper in the directory target/release.
This is a very young project with a small feature set. Two types of input I would like to get are feature requests of things you are missing and of course bug reports.