Crates.io | tabin-plugins |
lib.rs | tabin-plugins |
version | 0.3.1 |
source | src |
created_at | 2015-12-12 22:16:43.17253 |
updated_at | 2018-04-24 17:05:23.930494 |
description | Libs for building nagios-compatible check scripts, some scripts, and some libs to read from /proc and /sys on Linux. |
homepage | https://github.com/quodlibetor/tabin-plugins |
repository | https://github.com/quodlibetor/tabin-plugins |
max_upload_size | |
id | 3617 |
size | 204,217 |
This crate contains some utilities for building nagios-compatible check scripts, some utilities for reading and dealing with system information on Linux, and several implementations of check scripts.
See src/bin
for the scripts that exist. You can see all their --help
messages in
the script docs.
The utilities are pretty stable, but the linux system information should probably be moved into something like procinfo-rs, although the implementation here appears to be more complete and type safe than any of the other options out there.