SPECS: nagios-grapher.spec - add rrd dir - add nagios plugin config - permi...

glen glen at pld-linux.org
Mon Dec 1 17:52:11 CET 2008


Author: glen                         Date: Mon Dec  1 16:52:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add rrd dir
- add nagios plugin config
- permissions fixes

---- Files affected:
SPECS:
   nagios-grapher.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.44 SPECS/nagios-grapher.spec:1.45
--- SPECS/nagios-grapher.spec:1.44	Sun Nov 30 16:44:45 2008
+++ SPECS/nagios-grapher.spec	Mon Dec  1 17:52:05 2008
@@ -7,7 +7,7 @@
 
 %define		subver	rc5
 %define		subver2	0.5
-%define		rel		0.8
+%define		rel		0.17
 %include	/usr/lib/rpm/macros.perl
 Summary:	Plugins for Nagios to integration with RRDTool
 Summary(pl.UTF-8):	Wtyczka dla Nagiosa integrująca z RRDTool
@@ -18,16 +18,18 @@
 Group:		Applications/System
 Source0:	https://www.nagiosforge.org/gf/download/frsrelease/101/44/NagiosGrapher-%{version}-%{subver}-%{subver2}.tar.gz
 # Source0-md5:	4c7ce3a350a5be900bb75c2c5f4ae170
-Source1:	nagios-grapher.init
+Source1:	%{name}.init
 Patch0:		%{name}-install.patch
 Patch1:		%{name}-layout.patch
 Patch2:		%{name}-init.patch
 Patch3:		%{name}-perl_path.patch
+Patch4:		%{name}-hashes.patch
 URL:		http://www.netways.de/de/produkte/nagios_addons/nagiosgrapher/
 BuildRequires:	rpm-perlprov
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(post,preun):	/sbin/chkconfig
+Requires:	ImageMagick-coder-png
 Requires:	ImageMagick-perl
 Requires:	nagios-cgi
 Requires:	rc-scripts
@@ -65,10 +67,29 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # pointless to include in %doc
 rm -f doc/gpl.txt
 
+cat <<'EOF' > plugin.cfg
+# Enable in nagios.cfg one based on the interface you are using,
+# updecho for network, fifo_write for pipe:
+#   service_perfdata_command=process-service-perfdata-ngraph-udpecho
+#   service_perfdata_command=process-service-perfdata-ngraph-fifo_write
+
+define command {
+	command_name process-service-perfdata-ngraph-udpecho
+	command_line %{_plugindir}/udpecho
+}
+
+define command {
+	command_name process-service-perfdata-ngraph-fifo_write
+# NOTE: tabs are important here!
+	command_line %{_plugindir}/fifo_write /var/lib/nagios/rw/ngraph.pipe '$HOSTNAME$	$SERVICEDESC$	$SERVICEOUTPUT$	$SERVICEPERFDATA$' 3
+}
+EOF
+
 %build
 %{__autoconf}
 bash %configure \
@@ -89,6 +110,7 @@
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/nagios/{serviceext,hostext}
 install -d $RPM_BUILD_ROOT/var/log/nagios
 install -d $RPM_BUILD_ROOT/var/lib/nagios/nagios_grapher
+install -d $RPM_BUILD_ROOT/var/lib/nagios/rrd
 
 %{__make} install -j1 \
 	CC="%{__cc}" \
@@ -105,6 +127,8 @@
 install contrib/fifo_write/tcp/fifo_write_from_tcp.pl $RPM_BUILD_ROOT%{_plugindir}
 install contrib/fifo_write/udpsend.pl $RPM_BUILD_ROOT%{_plugindir}
 install contrib/rrd_commix/*[yl] $RPM_BUILD_ROOT%{_plugindir}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/nagios/plugins
+cp -a plugin.cfg $RPM_BUILD_ROOT%{_sysconfdir}/nagios/plugins/ngraph.cfg
 cp contrib/rrd_commix/README contrib/rrd_commix/README-rrd_commix
 
 # copies in %doc
@@ -138,14 +162,16 @@
 %dir %{_sysconfdir}/nagios/ngraph.d/templates/extra
 %dir %{_sysconfdir}/nagios/ngraph.d/templates/standard
 
-%config(noreplace) %verify(not md5 mtime size) %attr(640,nagios,nagios-data) %{_sysconfdir}/nagios/ngraph.d/nmgraph.ncfg
-%config(noreplace) %verify(not md5 mtime size) %attr(640,nagios,nagios-data) %{_sysconfdir}/nagios/ngraph.ncfg
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_sysconfdir}/nagios/ngraph.d/nmgraph.ncfg
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_sysconfdir}/nagios/ngraph.ncfg
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,nagios) %{_sysconfdir}/nagios/plugins/ngraph.cfg
 %dir %{_plugindir}
 %attr(755,root,root) %{_plugindir}/*
 %attr(755,root,root) %{_libdir}/nagios/cgi/*
 %{_datadir}/nagios/images/*
 
-%dir %attr(755,nagios,nagios-data) /var/lib/nagios/nagios_grapher
+%dir %attr(775,root,nagios) /var/lib/nagios/nagios_grapher
+%dir %attr(775,root,nagios) /var/lib/nagios/rrd
 %ghost /var/log/nagios/ngraph.log
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -154,6 +180,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2008/12/01 16:52:05  glen
+- add rrd dir
+- add nagios plugin config
+- permissions fixes
+
 Revision 1.44  2008/11/30 15:44:45  glen
 - update to 1.6.1-rc5-0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nagios-grapher.spec?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list