Releases: opsview/plugnpy
Releases · opsview/plugnpy
plugnpy-v1.1.2
Bugfix: Output format when calling any of the following methods is now consistent with the format produced when calling check.final()
:
check.exit_ok()
check.exit_warning()
check.exit_critical()
check.exit_unknown()
plugnpy-v1.1.1
Bugfix: Unsupported kwarg "copystr" no longer passed to ArgumentParser via super() method
plugnpy-v1.1.0
Changelog:
- New method
add_metric_obj
to add existing metric objects to checks - Coverage report
- Support for Conda packaging
- TravisCI and Coveralls integration
- General improvements
plugnpy-v1.0.0
The Opsview Opspacks team have created the plugnpy library to simplify and accelerate the development of Python monitoring plugins for use with Opsview Monitor.