[nagios-plugins-lcgdm] updated to new 0.9.1 upstream release

Ricardo Rocha rocha at fedoraproject.org
Wed Jul 11 15:01:19 UTC 2012


commit 12febef6dd12de61dbfaa15884b5cc5863d33cdb
Author: Ricardo Rocha <rocha.porto at gmail.com>
Date:   Wed Jul 11 16:31:19 2012 +0200

    updated to new 0.9.1 upstream release

 .gitignore                |    1 +
 nagios-plugins-lcgdm.spec |   25 ++++++++++++++++---------
 sources                   |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5681b76..f30a3ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /nagios-plugins-lcgdm-0.5.0.tar.gz
 /nagios-plugins-lcgdm-0.7.0.tar.gz
 /nagios-plugins-lcgdm-0.8.0.tar.gz
+/nagios-plugins-lcgdm-0.9.1.tar.gz
diff --git a/nagios-plugins-lcgdm.spec b/nagios-plugins-lcgdm.spec
index b50155f..953d3f5 100644
--- a/nagios-plugins-lcgdm.spec
+++ b/nagios-plugins-lcgdm.spec
@@ -6,7 +6,7 @@
 %define pnp4nagios_templates_dir %{_datadir}/nagios/html/pnp4nagios/templates.lcgdm
 
 Name:		nagios-plugins-lcgdm
-Version:	0.8.0
+Version:	0.9.1
 Release:	1%{?dist}
 Summary:	Nagios probes to be run remotely against DPM / LFC nodes
 Group:		Applications/Internet
@@ -14,8 +14,8 @@ License:	ASL 2.0
 URL:		https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm/Admin/Monitoring
 # The source of this package was pulled from upstream's vcs. Use the
 # following commands to generate the tarball:
-# svn export http://svn.cern.ch/guest/lcgdm/nagios-plugins/tags/nagios-plugins_0_8_0 nagios-plugins-lcgdm-0.8.0
-# tar -czvf nagios-plugins-lcgdm-0.8.0.tar.gz nagios-plugins-lcgdm-0.8.0 
+# svn export http://svn.cern.ch/guest/lcgdm/nagios-plugins/tags/nagios-plugins_0_9_1 nagios-plugins-lcgdm-0.9.1
+# tar -czvf nagios-plugins-lcgdm-0.9.1.tar.gz nagios-plugins-lcgdm-0.9.1 
 Source0:	%{name}-%{version}.tar.gz
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -36,9 +36,9 @@ and meta-data.
 
 %package -n nagios-lcgdm
 Summary:	Configuration files for a (DPM/LFC) site monitored using LCGDM nagios probes
-Group:          Applications/System
-Requires:       php%{?_isa}
-Requires:       pnp4nagios%{?_isa}
+Group:		Applications/System
+Requires:	php%{?_isa}
+Requires:	pnp4nagios%{?_isa}
 
 %description -n nagios-lcgdm
 This package provides all the necessary configuration file for a (DPM/LFC) site
@@ -130,11 +130,11 @@ rm -rf $RPM_BUILD_ROOT
 %{pnp4nagios_templates_dir}/check_dpm_pool.php
 %{pnp4nagios_templates_dir}/check_dpm_req.php
 %{pnp4nagios_templates_dir}/check_dpns_perf.php
-%{pnp4nagios_templates_dir}/check_gridftp_transfer.php
+%{pnp4nagios_templates_dir}/check_gridftp_activity.php
 %{pnp4nagios_templates_dir}/check_network.php
 %{pnp4nagios_templates_dir}/check_partition_activity.php
 %{pnp4nagios_templates_dir}/check_process.php
-%{pnp4nagios_templates_dir}/check_rfio_transfer.php
+%{pnp4nagios_templates_dir}/check_rfio_activity.php
 %{pnp4nagios_templates_dir}/check_space_token.php
 
 %files -n nagios-plugins-lcgdm-common
@@ -151,9 +151,10 @@ rm -rf $RPM_BUILD_ROOT
 %files -n nagios-plugins-dpm-disk
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/nrpe.d/lcgdm-disk.cfg
+%{nagios_plugins_dir}/lcgdm/check_gridftp_activity
 %{nagios_plugins_dir}/lcgdm/check_gridftp_transfer
 %{nagios_plugins_dir}/lcgdm/check_partition_activity
-%{nagios_plugins_dir}/lcgdm/check_rfio_transfer
+%{nagios_plugins_dir}/lcgdm/check_rfio_activity
 
 %files -n nagios-plugins-dpm-head
 %defattr(-,root,root,-)
@@ -171,6 +172,12 @@ rm -rf $RPM_BUILD_ROOT
 %{nagios_plugins_dir}/lcgdm/check_oracle_expiration
  
 %changelog
+* Wed Jul 11 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.9.1-1
+- Update for new upstream release
+
+* Fri May 25 2012 Alexandre Beche <alexandre.beche at cern.ch> - 0.9.0-1
+- Update for new upstream release
+
 * Fri Apr 26 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.8.0-1
 - Update for new upstream release
 - Moved nagios configuration files to separate package (nagios-lcgdm)
diff --git a/sources b/sources
index 735def9..f58e0a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0cac3d29eba481ba04679515e36187f  nagios-plugins-lcgdm-0.8.0.tar.gz
+7b96dfdbef4caa9354117355b4493103  nagios-plugins-lcgdm-0.9.1.tar.gz


More information about the scm-commits mailing list