nagiosplugin 1.3.2-3 source package in Ubuntu

Changelog

nagiosplugin (1.3.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 11:19:08 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nagiosplugin_1.3.2-3.dsc 2.1 KiB 6a12605f5369d575763d7b0a35f08bdf26fb36af4b2e41535b1a6ede836e5dc3
nagiosplugin_1.3.2.orig.tar.xz 70.8 KiB f0be03c4610a7055c84fdac93ab587edc95ddf790581e8d2f7dac0cd63c3790d
nagiosplugin_1.3.2-3.debian.tar.xz 4.0 KiB 3e23b06c4c0b492d1b2f9ed2779200c06f38b75d041a42a97c69a750722e95ed

Available diffs

No changes file available.

Binary packages built by this source

python3-nagiosplugin: Python class library for writing Nagios (Icinga) plugins (Python 3)

 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:
 .
  - 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
  - Resume log file processing at the point where the last run left
  - No dependencies beyond the Python standard library (except for Python 2.6).
 .
 This is the Python 3 version of the package.