tabin-plugins 0.2.3

Libs for building nagios-compatible check scripts, some scripts, and some libs to read from /proc and /sys on Linux.
tabin-plugins-0.2.3 doesn't have any documentation.

Tābin Plugins

Build Status

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.

Library docs

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.