[nagios-plugins-lcgdm] Update for new upstream release (0.8.0).

Ricardo Rocha rocha at fedoraproject.org
Thu Apr 26 05:20:28 UTC 2012


commit f87b585cbdea5bea3c3bcb39bbac643f4d239305
Author: Ricardo Rocha <rocha at rocha-fedora16.cern.ch>
Date:   Thu Apr 26 07:20:03 2012 +0200

    Update for new upstream release (0.8.0).

 .gitignore                |    1 +
 nagios-plugins-lcgdm.spec |   28 +++++++++++++++++++++++++---
 sources                   |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0d7162..5681b76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nagios-plugins-lcgdm-0.5.0.tar.gz
 /nagios-plugins-lcgdm-0.7.0.tar.gz
+/nagios-plugins-lcgdm-0.8.0.tar.gz
diff --git a/nagios-plugins-lcgdm.spec b/nagios-plugins-lcgdm.spec
index 823725d..b50155f 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.7.0
+Version:	0.8.0
 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_5_0 nagios-plugins-lcgdm-0.5.0
-# tar -czvf nagios-plugins-lcgdm-0.5.0.tar.gz nagios-plugins-lcgdm-0.5.0 
+# 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 
 Source0:	%{name}-%{version}.tar.gz
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,6 +34,16 @@ access to data using commonly used grid protocols. The LCG File Catalog (LFC)
 is the main catalog being used by grid communities for both file bookkeeping
 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}
+
+%description -n nagios-lcgdm
+This package provides all the necessary configuration file for a (DPM/LFC) site
+monitored using the nagios-plugins-lcgdm probes
+
 %package -n nagios-plugins-lcgdm-common
 Summary:	Common libraries and files to all LCGDM nagios packages
 Group:		Applications/System
@@ -107,10 +117,18 @@ rm -rf $RPM_BUILD_ROOT
 %{nagios_plugins_dir}/lcgdm/check_dpns
 %{nagios_plugins_dir}/lcgdm/check_gridftp
 %{nagios_plugins_dir}/lcgdm/check_rfio
+
+%files -n nagios-lcgdm
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/nagios/generic-service.cfg
+%config(noreplace) %{_sysconfdir}/nagios/lcgdm-commands.cfg
+%config(noreplace) %{_sysconfdir}/nagios/lcgdm-hosts.cfg
+%config(noreplace) %{_sysconfdir}/nagios/lcgdm-services.cfg
 %dir %{pnp4nagios_templates_dir}
 %{pnp4nagios_templates_dir}/check_cpu.php
 %{pnp4nagios_templates_dir}/check_dpm_perf.php
 %{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_network.php
@@ -153,6 +171,10 @@ rm -rf $RPM_BUILD_ROOT
 %{nagios_plugins_dir}/lcgdm/check_oracle_expiration
  
 %changelog
+* 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)
+
 * Fri Mar 16 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.7.0-1
 - Update for new upstream release
 - Do not generate a debuginfo package (bug #756827)
diff --git a/sources b/sources
index 5b14f7a..735def9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-183314069e0af2374562a7c7019027ca  nagios-plugins-lcgdm-0.7.0.tar.gz
+f0cac3d29eba481ba04679515e36187f  nagios-plugins-lcgdm-0.8.0.tar.gz


More information about the scm-commits mailing list