python2-nagiosplugin
Class library for writing Nagios (Icinga) plugins
nagiosplugin is a Python class library which helps writing Nagios (or Icinga) compatible plugins in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including: - Nagios 3 Plugin API compliant parameters and output formatting - Full Nagios range syntax support - Automatic threshold checking - Multiple independent measures - Custom status line to communicate the main point quickly - Long output and performance data - Timeout handling - Persistent "cookies" to retain state information between check runs - Resumption of log file processing at the point where the last run left off - No dependencies beyond the Python standard library
ZPL-2.1