15
0

Accepting request 700007 from home:jengelh:branches:devel:languages:python

- Trim bias/spellos from description.

OBS-URL: https://build.opensuse.org/request/show/700007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nagiosplugin?expand=0&rev=2
This commit is contained in:
2019-05-02 07:29:17 +00:00
committed by Git OBS Bridge
parent d6e58ff238
commit 8a1183d1f8
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 2 06:17:11 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias/spellos from description.
-------------------------------------------------------------------
Fri Aug 25 13:27:10 UTC 2017 - mardnh@gmx.de

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-nagiosplugin
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -12,7 +13,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -33,19 +35,19 @@ BuildArch: noarch
%python_subpackages
%description
**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
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 independend measures
- 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
- Resumption of log file processing at the point where the last run left off
- No dependencies beyond the Python standard library
%prep