1 unstable release

Uses old Rust 2015

0.3.0 Jul 27, 2015

#9 in #graphite

29 downloads per month

605KB
114 lines

Contains (Mach-o exe, 700KB) osx, (rust library, 485KB) liblibc-2eda841eb12a3090.rlib, (Mach-o exe, 400KB) du-sys/target/debug/examples/osx, (rust library, 115KB) du-sys/target/debug/libdu_sys.rlib

About

Very simple graphite disk free probe.

  • written in rust
  • needs df to run

Send all df visible /something disk space partitions to graphite very 10s.

Metrics are named:

durite.hostname.path.to.dev.{available/all}

Build

Host with rust nightly installed

cargo build --release

Host without rust nightly

Uses docker.

make

Usage

./target/release/durite -g graphite.hostna.me -l myhostname -p 2003

Dependencies

~5.5–8MB
~132K SLoC