rpms/nagios-plugins/devel nagios-plugins-1.4.13-linux_raid.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 nagios-plugins.spec, 1.43, 1.44 sources, 1.11, 1.12

Mike McGrath mmcgrath at fedoraproject.org
Mon Sep 29 03:42:47 UTC 2008


Author: mmcgrath

Update of /cvs/pkgs/rpms/nagios-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30507

Modified Files:
	.cvsignore nagios-plugins.spec sources 
Added Files:
	nagios-plugins-1.4.13-linux_raid.patch 
Log Message:
numerous bug fixes and additional patch and upstream source

nagios-plugins-1.4.13-linux_raid.patch:

--- NEW FILE nagios-plugins-1.4.13-linux_raid.patch ---
--- contrib/check_linux_raid.pl.orig    2008-09-28 22:03:43.000000000 -0500
+++ contrib/check_linux_raid.pl 2008-09-28 22:03:54.000000000 -0500
@@ -23,7 +23,7 @@
 #        WARNING md0 status=[UUU_U], recovery=46.4%, finish=123.0min

 use strict;
-use lib "/usr/local/nagios/libexec";
+use lib utils.pm
 use utils qw(%ERRORS);



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	10 Jul 2008 21:17:15 -0000	1.11
+++ .cvsignore	29 Sep 2008 03:42:16 -0000	1.12
@@ -1 +1 @@
-nagios-plugins-1.4.12.tar.gz
+nagios-plugins-1.4.13.tar.gz


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/devel/nagios-plugins.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- nagios-plugins.spec	10 Jul 2008 21:17:15 -0000	1.43
+++ nagios-plugins.spec	29 Sep 2008 03:42:16 -0000	1.44
@@ -1,6 +1,6 @@
 Name: nagios-plugins
-Version: 1.4.12
-Release: 3%{?dist}
+Version: 1.4.13
+Release: 1%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -11,6 +11,7 @@
 Patch0: nagios-plugins-1.4.3-subst.patch
 Patch1: nagios-plugins-1.4.3-ntpd.patch
 Patch2: nagios-plugins-check_log-path.patch
+Patch3: nagios-plugins-1.4.13-linux_raid.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -345,6 +346,7 @@
 Summary: Nagios plugins perl dep.
 Group: Applications/System
 Requires: nagios-plugins = %{version}-%{release}
+Provides: perl(Nagios::Plugins)
 
 %description perl
 Perl dep for nagios plugins.  This is *NOT* an actual plugin it simply provides
@@ -512,6 +514,7 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
+%patch3 -p0
 
 %build
 %configure \
@@ -522,7 +525,12 @@
 	PATH_TO_NTPQ=%{_sbindir}/ntpq \
 	PATH_TO_NTPDC=%{_sbindir}/ntpdc \
 	PATH_TO_NTPDATE=%{_sbindir}/ntpdate \
-	PATH_TO_RPCINFO=%{_sbindir}/rpcinfo
+	PATH_TO_RPCINFO=%{_sbindir}/rpcinfo \
+	--with-ps-command="`which ps` -eo 's uid pid ppid vsz rss pcpu etime comm args'" \
+	--with-ps-format='%s %d %d %d %d %d %f %s %s %n' \
+	--with-ps-cols=10 \
+	--with-ps-varlist='procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos'
+
 make %{?_smp_mflags}
 cd plugins
 make check_ide_smart
@@ -799,6 +807,14 @@
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
+* Sun Sep 28 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-1
+- Upstream released new version #464419
+- Added patch fix for check_linux_raid #253898
+- Upstream releases fix for #451015 - check_ntp_peers
+- Upstream released fix for #459309 - check_ntp
+- Added Provides Nagios::Plugins for #457404
+- Fixed configure line for #458985 check_procs
+
 * Tue Jul 10 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-3
 - Removed --with-extra-opts, does not build in Koji
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	10 Jul 2008 21:17:15 -0000	1.11
+++ sources	29 Sep 2008 03:42:16 -0000	1.12
@@ -1 +1 @@
-af68d00bbe2c39de02803d23e5eecca3  nagios-plugins-1.4.12.tar.gz
+be6cc7699fff3ee29d1fd4d562377386  nagios-plugins-1.4.13.tar.gz




More information about the fedora-extras-commits mailing list