SPECS: nagios-grapher.spec - add R, TODO, dir, add dot.png
wolvverine
wolvverine at pld-linux.org
Sun Jun 25 05:55:11 CEST 2006
Author: wolvverine Date: Sun Jun 25 03:55:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add R, TODO, dir, add dot.png
---- Files affected:
SPECS:
nagios-grapher.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.25 SPECS/nagios-grapher.spec:1.26
--- SPECS/nagios-grapher.spec:1.25 Sat Jun 24 18:46:31 2006
+++ SPECS/nagios-grapher.spec Sun Jun 25 05:55:06 2006
@@ -1,10 +1,11 @@
# $Revision$, $Date$
#TODO
-# -file in BUILD/.../{contrib,doc,tools}
+# - add file in BUILD/.../{contrib,doc,tools}
# - read INSTALL: deps,
-# - send directory layout for PLD to author
+# - send directory layout for PLD to author, add path to rrd font
# - bconds
# - remowe/subpackage *.c contrib files
+
Summary: Plugins for Nagios to integration with RRDTool
Summary(pl): Wtyczka dla Nagiosa integrująca z RRDTool
Name: nagios-grapher
@@ -27,6 +28,8 @@
Requires: perl-XML-Simple
Requires: perl-rrdtool
Requires: perl-Time-HiRes
+Requires: perl-URI
+Requires: perl-IO-All
Requires: rrdtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,7 +55,7 @@
- wykresy w czasie rzeczywistym (maksymalne opóźnienie 5 minut)
- rozpoznawanie nowych hostów/usług i automatyczne rysowanie ich
- automatyczne czyszczenie i wyciąganie zapisanych wartości
-- bardzo lekki backend - nie wymagający systemów baz danych
+- bardzo lekki backend - nie wymagający systemów baz danych - rrdtool
- łatwy w instalacji
%prep
@@ -78,12 +81,14 @@
install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
install -d $RPM_BUILD_ROOT/etc/nagios/serviceext
install -d $RPM_BUILD_ROOT%{_var}/log/nagios
+install -d $RPM_BUILD_ROOT%{_var}/lib/nagios/nagios_grapher
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/etc/rc.d/init.d/nagios_grapher
install contrib/nagios_grapher.redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+install dot.png $RPM_BUILD_ROOT%{_datadir}/nagios/images/logos/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -112,6 +117,7 @@
%attr(755,root,root) %{_libdir}/nagios/cgi/*
%attr(755,root,root) %{perl_vendorlib}/*
%{_datadir}/nagios/images/*
+%dir %{_var}/lib/nagios/nagios_grapher
%config(noreplace) %verify(not md5 mtime size) %attr(660,root,nagios) %{_var}/log/nagios/ngraph.log
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -120,6 +126,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2006/06/25 03:55:06 wolvverine
+- add R, TODO, dir, add dot.png
+
Revision 1.25 2006/06/24 16:46:31 wolvverine
- better is network
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nagios-grapher.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list