- renamed the package to monitoring-plugins-rsync
- added monitoring-plugins-rsync-hidden_modules.patch to allow hidden rsync modules to be tested - use nagios-rpm-macros in specfile - Fix license: it's GPL 2 or newer - add a patch to use the timeouts present in rsync itself ( monitoring-plugins-rsync-timeout.patch ) - licenses package is no more and upstream wants GPLv3, so adding COPYING - require licenses package (solves bnc #449756) - update to 1.02: + Kill rsync process on ALRM timeouts (Avoids leaving stale rsync processes behind) + More verbose Rsync errors + Commas in the password field should work - initial version 1.01 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-rsync?expand=0&rev=2
This commit is contained in:
parent
1864da8e0a
commit
cabf39cf52
@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 30 10:16:18 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- renamed the package to monitoring-plugins-rsync
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 2 15:23:22 UTC 2012 - lars@linux-schulserver.de
|
Mon Jul 2 15:23:22 UTC 2012 - lars@linux-schulserver.de
|
||||||
|
|
||||||
- added nagios-plugins-rsync-hidden_modules.patch to allow hidden
|
- added monitoring-plugins-rsync-hidden_modules.patch to allow hidden
|
||||||
rsync modules to be tested
|
rsync modules to be tested
|
||||||
- use nagios-rpm-macros in specfile
|
- use nagios-rpm-macros in specfile
|
||||||
- Fix license: it's GPL 2 or newer
|
- Fix license: it's GPL 2 or newer
|
||||||
@ -10,7 +15,7 @@ Mon Jul 2 15:23:22 UTC 2012 - lars@linux-schulserver.de
|
|||||||
Tue May 3 10:44:06 UTC 2011 - lars@linux-schulserver.de
|
Tue May 3 10:44:06 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
- add a patch to use the timeouts present in rsync itself
|
- add a patch to use the timeouts present in rsync itself
|
||||||
( nagios-plugins-rsync-timeout.patch )
|
( monitoring-plugins-rsync-timeout.patch )
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 1 05:24:22 UTC 2011 - coolo@novell.com
|
Fri Apr 1 05:24:22 UTC 2011 - coolo@novell.com
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nagios-plugins-rsync
|
# spec file for package monitoring-plugins-rsync
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012-2014 SUSE LINUX Products 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
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: nagios-plugins-rsync
|
Name: monitoring-plugins-rsync
|
||||||
Summary: Check rsync servers availability
|
Summary: Check rsync servers availability
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
@ -25,14 +25,17 @@ Release: 0
|
|||||||
Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Network/check_rsync
|
Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Network/check_rsync
|
||||||
Source0: check_rsync
|
Source0: check_rsync
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Patch1: nagios-plugins-rsync-timeout.patch
|
Patch1: monitoring-plugins-rsync-timeout.patch
|
||||||
Patch2: nagios-plugins-rsync-hidden_modules.patch
|
Patch2: monitoring-plugins-rsync-hidden_modules.patch
|
||||||
BuildRequires: nagios-rpm-macros
|
BuildRequires: nagios-rpm-macros
|
||||||
%if 0%{?suse_version} > 1010
|
%if 0%{?suse_version} > 1010
|
||||||
# nagios can execute the script with embedded perl
|
# nagios can execute the script with embedded perl
|
||||||
Recommends: perl
|
Recommends: perl
|
||||||
%endif
|
%endif
|
||||||
Requires: rsync
|
Requires: rsync
|
||||||
|
Requires: perl(Getopt::Long)
|
||||||
|
Provides: nagios-plugins-rsync = %{version}-%{release}
|
||||||
|
Obsoletes: nagios-plugins-rsync <= %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user