forked from pool/perl-Monitoring-Plugin
Accepting request 688004 from server:monitoring
Forward the current version of perl-Monitoring-Plugin to dlp OBS-URL: https://build.opensuse.org/request/show/688004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Monitoring-Plugin?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
7d06c1c5e7
commit
f378bd6550
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5ceeaf33bc6205b847b1645a3a24cb65d1b85e19691a6333fa221c240de20c0c
|
|
||||||
size 62733
|
|
||||||
3
Monitoring-Plugin-0.40.tar.gz
Normal file
3
Monitoring-Plugin-0.40.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8ba6b7e27d2bb0a4f9a32955a2442d4e428d1c48b80c8b12142ff611be7236f
|
||||||
|
size 63046
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 2 18:52:30 UTC 2018 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- update to 0.40
|
||||||
|
+ improve --extra-opts error handling (#18)
|
||||||
|
+ fix handling named arguments (#17)
|
||||||
|
+ Allow negation of command line arguments using '--no'-prefix (#13)
|
||||||
|
+ Fix plugin-name processing in ALRM handler. (#12)
|
||||||
|
+ Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT (#11)
|
||||||
|
+ Support LONGTEXT output in plugin_exit (#10)
|
||||||
|
+ convert empty perfdata values to 'U' (daku3649 #5)
|
||||||
|
+ fix output when there is only long plugin output (pdugas)
|
||||||
|
- remove the former provides/obsoletes, as the monitoring plugin
|
||||||
|
can be installed in parallel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 6 10:35:13 UTC 2017 - lars@linux-schulserver.de
|
Fri Oct 6 10:35:13 UTC 2017 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Monitoring-Plugin
|
# spec file for package perl-Monitoring-Plugin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,40 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Monitoring-Plugin
|
Name: perl-Monitoring-Plugin
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Monitoring-Plugin
|
%define cpan_name Monitoring-Plugin
|
||||||
Summary: Family of Perl modules to streamline writing Nagios compatible plugins
|
Summary: Family of Perl modules to streamline writing Nagios compatible plugins
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Monitoring-Plugin/
|
Url: http://search.cpan.org/dist/Monitoring-Plugin/
|
||||||
Source0: Monitoring-Plugin-0.39.tar.gz
|
Source0: %{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# Obsolete the old Nagios::Plugin module, if available, but provide only the current version
|
# Obsolete the old Nagios::Plugin module, if available, but provide only the current version
|
||||||
# to allow users to install newer Nagios::Plugins versions, if they like
|
# to allow users to install newer Nagios::Plugins versions, if they like
|
||||||
Obsoletes: perl-Nagios-Plugin <= 0.36
|
|
||||||
Provides: perl-Nagios-Plugin = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::Config) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::Config) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::ExitResult) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::ExitResult) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::Functions) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::Functions) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::Getopt) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::Getopt) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::Performance) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::Performance) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::Range) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::Range) = 0.39
|
|
||||||
Obsoletes: perl(Nagios::Plugin::Threshold) <= 0.36
|
|
||||||
Provides: perl(Nagios::Plugin::Threshold) = 0.39
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Class::Accessor)
|
BuildRequires: perl(Class::Accessor)
|
||||||
BuildRequires: perl(Config::Tiny)
|
BuildRequires: perl(Config::Tiny)
|
||||||
BuildRequires: perl(Params::Validate)
|
BuildRequires: perl(Params::Validate)
|
||||||
|
Requires: perl-base
|
||||||
Requires: perl(Class::Accessor)
|
Requires: perl(Class::Accessor)
|
||||||
Requires: perl(Config::Tiny)
|
Requires: perl(Config::Tiny)
|
||||||
Requires: perl(Params::Validate)
|
Requires: perl(Params::Validate)
|
||||||
|
|||||||
Reference in New Issue
Block a user