23 releases
0.5.2 | Dec 7, 2021 |
---|---|
0.4.1 | May 11, 2021 |
0.2.10 | Mar 24, 2021 |
0.1.5 | Nov 25, 2019 |
0.1.0 | Sep 3, 2018 |
#490 in Development tools
41 downloads per month
Used in check_brandmeister
24KB
742 lines
nagiosplugin-rs
A small helper library to make it easy to write nagios/icinga checks.
How to use
Add the library to your Cargo.toml
.
[dependencies]
nagiosplugin = "0.5"
Currently the documentation is really scarce. Please take a look at the examples
directory.
Suggestions / Contributions?
Submit an issue/PR. But in almost all cases it's better to first open an issue before submitting a PR, so you don't waste your time implementing a PR which may get rejected.
TODO
- threshold ranges
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~0.6–1MB
~26K SLoC