Skip to content

Releases: opsview/plugnpy

plugnpy-v1.1.2

09 May 11:30
Compare
Choose a tag to compare

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

24 Apr 12:33
Compare
Choose a tag to compare

Bugfix: Unsupported kwarg "copystr" no longer passed to ArgumentParser via super() method

plugnpy-v1.1.0

24 Apr 10:29
f05bb8d
Compare
Choose a tag to compare

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

20 Dec 12:56
f05bb8d
Compare
Choose a tag to compare

The Opsview Opspacks team have created the plugnpy library to simplify and accelerate the development of Python monitoring plugins for use with Opsview Monitor.