nagiosplugin is a Python class library which helps writing Nagios (or Icinga) compatible plugins easily in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including:
nagiosplugin runs on POSIX and Windows systems. It is compatible with Python 2.7, and Python 3.4 through 3.7.
nagiosplugin is currently maintained by Matt Pounsett matt@conundrum.com. A public issue tracker can be found at https://github.com/mpounsett/nagiosplugin/issues for bugs, suggestions, and patches.
The nagiosplugin package is released under the Zope Public License 2.1 (ZPL), a BSD-style Open Source license.
Comprehensive documentation is available online
. The examples mentioned in
the tutorials
can also be found in the nagiosplugin/examples
directory of
the source distribution.
.. _available online: https://nagiosplugin.readthedocs.io/ .. _tutorials: https://nagiosplugin.readthedocs.io/en/stable/tutorial/
nagiosplugin was originally written and maintained by Christian Kauhaus kc@flyingcircus.io. Additional contributions from the community are acknowledged in the file CONTRIBUTORS.txt
.. vim: set ft=rst: