File: control

package info (click to toggle)
nagiosplugin 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • ctags: 445
  • sloc: python: 1,806; makefile: 9
file content (64 lines) | stat: -rw-r--r-- 2,741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: nagiosplugin
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jordan Metzmeier <jmetzmeier01@gmail.com>,
           Jan Dittberner <jandd@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-argparse,
               python-setuptools (>= 0.6b3),
               python-unittest2,
               python3-all (>= 3.2),
               python3-setuptools
Standards-Version: 4.0.0
Homepage: https://projects.gocept.com/projects/nagiosplugin
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/nagiosplugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/nagiosplugin.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-nagiosplugin
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python class library for writing Nagios (Icinga) plugins (Python 2)
 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 2 version of the package.

Package: python3-nagiosplugin
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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.