SPECS: nagios-plugins.spec - drop check_cluster (netsaint plugin) ...

glen glen at pld-linux.org
Fri Apr 7 00:31:45 CEST 2006


Author: glen                         Date: Thu Apr  6 22:31:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop check_cluster (netsaint plugin)
- separate check_cluster2 from -contrib to -cluster (or put it to main as it has not extra deps?)

---- Files affected:
SPECS:
   nagios-plugins.spec (1.45 -> 1.46) 

---- Diffs:

================================================================
Index: SPECS/nagios-plugins.spec
diff -u SPECS/nagios-plugins.spec:1.45 SPECS/nagios-plugins.spec:1.46
--- SPECS/nagios-plugins.spec:1.45	Tue Mar 14 14:28:09 2006
+++ SPECS/nagios-plugins.spec	Fri Apr  7 00:31:40 2006
@@ -6,7 +6,7 @@
 Summary(pl):	Wtyczki do monitorowania hostów/usług/sieci dla Nagiosa
 Name:		nagios-plugins
 Version:	1.4.2
-Release:	4
+Release:	4.2
 License:	GPL v2
 Group:		Networking
 #define	_snap	200510290447
@@ -63,6 +63,7 @@
 # NOTE for sub package requires:
 # use Requires:	%{name} = %{epoch}:%{version}-%{release} for utils.sh or utils.pm
 # and Requires:	nagios-core if just plugins directory needed
+
 %package snmp
 Summary:	Nagios plugins using SNMP protocol to query information
 Summary(pl):	Wtyczki Nagiosa używające protokołu SNMP w celu uzyskania informacji
@@ -293,6 +294,16 @@
 Ta wtyczka używa polecenia /bin/fping do szybkiego sprawdzenia, czy
 dany host działa.
 
+%package cluster
+Summary:	Nagios plugin to check host and service clusters
+Group:		Networking
+URL:		http://nagios.sourceforge.net/docs/2_0/clusters.html
+Requires:	nagios-core
+
+%description cluster
+This package contains plugin check_cluster2 to check host and service
+clusters.
+
 # nsclient not packaged in PLD
 #%package nsclient
 #Summary:	Nagios plugin to check NT server with NSClient
@@ -431,7 +442,6 @@
 # contrib. mostly useless. but you'll never know
 cd contrib
 
-%{__cc} %{rpmcflags} check_cluster.c -o check_cluster
 %{__cc} %{rpmcflags} check_cluster2.c -o check_cluster2
 
 %{__cc} %{rpmcflags} -I../plugins -I.. -I../lib -c check_rbl.c
@@ -583,6 +593,10 @@
 %defattr(755,root,root,755)
 %attr(2755,root,adm) %{_plugindir}/check_fping
 
+%files cluster
+%defattr(755,root,root,755)
+%{_plugindir}/check_cluster2
+
 %files contrib
 %defattr(755,root,root,755)
 %{_plugindir}/check_adptraid.sh
@@ -594,8 +608,6 @@
 %{_plugindir}/check_axis.sh
 %{_plugindir}/check_backup.pl
 %{_plugindir}/check_bgpstate.pl
-%{_plugindir}/check_cluster
-%{_plugindir}/check_cluster2
 %{_plugindir}/check_compaq_insight.pl
 %{_plugindir}/check_digitemp.pl
 %{_plugindir}/check_disk_snmp.pl
@@ -664,6 +676,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.46  2006/04/06 22:31:40  glen
+- drop check_cluster (netsaint plugin)
+- separate check_cluster2 from -contrib to -cluster (or put it to main as it has not extra deps?)
+
 Revision 1.45  2006/03/14 13:28:09  glen
 - apply the patch too
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nagios-plugins.spec?r1=1.45&r2=1.46&f=u



More information about the pld-cvs-commit mailing list