]> git.pld-linux.org Git - packages/cacti-plugin-boost.git/blame - cacti-plugin-boost.spec
- up to 4.3, enhance desc
[packages/cacti-plugin-boost.git] / cacti-plugin-boost.spec
CommitLineData
aa95af0e
ER
1# TODO
2# - sync pl
3# - init.d processes
16771d18 4%define plugin boost
eaf90b01
MWP
5Summary: Plugin for Cacti - Boost
6Summary(pl.UTF-8): Wtyczka do Cacti - Boost
7Name: cacti-plugin-boost
aa95af0e
ER
8Version: 4.3
9Release: 0.1
eaf90b01
MWP
10License: GPL v2
11Group: Applications/WWW
aa95af0e
ER
12Source0: http://docs.cacti.net/_media/plugin:boost-v%{version}-1.tgz
13# Source0-md5: f4df111245fd9c11c5496b36e7971ef6
14URL: http://docs.cacti.net/plugin:boost
15BuildRequires: rpmbuild(macros) >= 1.553
16Requires: cacti >= 0.8.7
17Provides: cacti(pia) >= 2.8
eaf90b01
MWP
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
16771d18
ER
21%define cactidir /usr/share/cacti
22%define plugindir %{cactidir}/plugins/%{plugin}
eaf90b01
MWP
23
24%description
227ccb52 25Cacti plugin that boosts Cacti performance especially for large sites.
eaf90b01 26
aa95af0e
ER
27This plugin boost's Cacti performance especially for Large Sites. It
28does this by introducing three new features to Cacti.
29
30First, it caches recently viewed images to a public Cache folder for
31all users to share.
32
33Second, it introduces an "on demand" RRD update feaure to Cacti. This
34feature will only update the RRD files when there is demand on the
35system to view a graph. The RRD's will be updated just before the
36Graph is rendered by the web server. Then, on a predetermined
37schedule, it conducts a batch update's of all remaining RRD's.
38
39Lastly, it introduces an RRD update service to Cacti. This service
40allows you to add multiple Cacti servers to your web farm allowing all
41the servers to participate in the "on demand" RRD update and viewing
42process.
43
227ccb52
JB
44%description -l pl.UTF-8
45Wtyczka Cacti zwiększająca jego wydajność, szczególnie w przypadku
46dużych serwisów.
eaf90b01
MWP
47
48%prep
aa95af0e
ER
49%setup -qc
50mv boost/* .
51%undos -f php
eaf90b01
MWP
52
53%install
54rm -rf $RPM_BUILD_ROOT
16771d18
ER
55install -d $RPM_BUILD_ROOT%{plugindir}
56cp -a . $RPM_BUILD_ROOT%{plugindir}
aa95af0e
ER
57%{__rm} $RPM_BUILD_ROOT%{plugindir}/{README,LICENSE}
58%{__rm} $RPM_BUILD_ROOT%{plugindir}/cacti_rrdsvc
eaf90b01
MWP
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
16771d18
ER
65%doc LICENSE README
66%{plugindir}
This page took 0.066077 seconds and 4 git commands to generate.