]> git.pld-linux.org Git - packages/collectd.git/blob - collectd.spec
- webapps started
[packages/collectd.git] / collectd.spec
1 # TODO:
2 # - lm_sensors subpackage
3 # - initscripts for local/client/server mode (subpackage ?)
4 # - package contrib scripts as %doc
5 # - put every plugin into subpackages
6 # - Current plugins status:
7 #    apache  . . . . . . yes
8 #    apcups  . . . . . . yes
9 #    apple_sensors . . . no
10 #    ascent  . . . . . . yes
11 #    battery . . . . . . yes
12 #    cpu . . . . . . . . yes
13 #    cpufreq . . . . . . yes
14 #    csv . . . . . . . . yes
15 #    df  . . . . . . . . yes
16 #    disk  . . . . . . . yes
17 #    dns . . . . . . . . yes
18 #    email . . . . . . . yes
19 #    entropy . . . . . . yes
20 #    exec  . . . . . . . yes
21 #    hddtemp . . . . . . yes
22 #    interface . . . . . yes
23 #    iptables  . . . . . yes
24 #    ipmi  . . . . . . . no
25 #    ipvs  . . . . . . . no (ip_vs.h not found)
26 #    irq . . . . . . . . yes
27 #    libvirt . . . . . . no
28 #    load  . . . . . . . yes
29 #    logfile . . . . . . yes
30 #    mbmon . . . . . . . yes
31 #    memcached . . . . . yes
32 #    memory  . . . . . . yes
33 #    multimeter  . . . . yes
34 #    mysql . . . . . . . yes
35 #    netlink . . . . . . yes
36 #    network . . . . . . yes
37 #    nfs . . . . . . . . yes
38 #    nginx . . . . . . . yes
39 #    ntpd  . . . . . . . yes
40 #    nut . . . . . . . . no
41 #    perl  . . . . . . . no (needs libperl)
42 #    ping  . . . . . . . yes
43 #    powerdns  . . . . . yes
44 #    processes . . . . . yes
45 #    rrdtool . . . . . . yes
46 #    sensors . . . . . . yes
47 #    serial  . . . . . . yes
48 #    snmp  . . . . . . . yes
49 #    swap  . . . . . . . yes
50 #    syslog  . . . . . . yes
51 #    tail  . . . . . . . yes
52 #    tape  . . . . . . . no
53 #    tcpconns  . . . . . yes
54 #    teamspeak2  . . . . yes
55 #    unixsock  . . . . . yes
56 #    users . . . . . . . yes
57 #    uuid  . . . . . . . yes
58 #    vmem  . . . . . . . yes
59 #    vserver . . . . . . yes
60 #    wireless  . . . . . yes
61 #    xmms  . . . . . . . yes
62
63 Summary:        Collects system information in RRD files
64 Summary(pl.UTF-8):      Zbieranie informacji o systemie w plikach RRD
65 Name:           collectd
66 Version:        4.4.0
67 Release:        0.4
68 License:        GPL v2
69 Group:          Daemons
70 Source0:        http://collectd.org/files/%{name}-%{version}.tar.gz
71 # Source0-md5:  a677ddcad97fdb3cdd09efac4842b11d
72 Source1:        %{name}.conf
73 Source2:        %{name}.init
74 URL:            http://collectd.org/
75 BuildRequires:  OpenIPMI-devel
76 BuildRequires:  autoconf
77 BuildRequires:  automake
78 BuildRequires:  curl-devel
79 BuildRequires:  iptables-devel
80 BuildRequires:  libnetlink-devel
81 BuildRequires:  liboping-devel
82 BuildRequires:  libpcap-devel
83 BuildRequires:  libstatgrab-devel >= 0.12
84 BuildRequires:  libtool
85 BuildRequires:  lm_sensors-devel
86 BuildRequires:  mysql-devel
87 BuildRequires:  perl-devel
88 BuildRequires:  rpmbuild(macros) >= 1.268
89 BuildRequires:  rrdtool-devel
90 BuildRequires:  xmms-devel
91 Requires(post,preun):   /sbin/chkconfig
92 Requires:       rc-scripts
93 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
94
95 %define         _pkglibdir      /var/lib/%{name}
96 %define         _webapps        /etc/webapps 
97 %define         _webapp         %{name}
98 %define         _webappdir      %{_webapps}/%{_webapp}
99 %define         _appdir         %{_datadir}/%{_webapp}
100
101 %description
102 collectd is a small daemon which collects system information every 10
103 seconds and writes the results in an RRD-file.
104
105 In contrast to most similar software, collectd is not a script but
106 written in plain C for performance and portability. As a daemon it
107 stays in memory, so there is no need to start up a heavy interpreter
108 every time new values should be logged. This allows collectd to have a
109 10 second resolution while being nice to the system.
110
111 %description -l pl.UTF-8
112 collectd to mały demon zbierający co 10 sekund informacje o systemie i
113 zapisujący wyniki do pliku RRD.
114
115 W odróżnieniu od innych podobnych programów collectd nie jest
116 skryptem, lecz jest napisany w czystym C z myślą o wydajności i
117 przenośności. Jako demon pozostaje w pamięci, więc nie ma potrzeby
118 urychamiania ciężkiego interpretera za każdym razem, kiedy powinny być
119 zapisane nowe wartości. Dzięki temu collect może mieć rozdzielczość 10
120 sekund i nie obciążać zbytnio systemu.
121
122 %package ascent
123 Summary:        ascent-plugin for collectd
124 Summary(pl_PL.UTF-8):   Wtyczka ascent dla collectd
125 Group:          Daemons
126 Requires:       %{name} = %{version}-%{release}
127
128 %description ascent
129 ascent plugin for collectd.
130
131 %package apache
132 Summary:        apache-plugin for collectd
133 Summary(pl_PL.UTF-8):   Wtyczka apache dla collectd
134 Group:          Daemons
135 Requires:       %{name} = %{version}-%{release}
136
137 %description apache
138 This plugin collectd data provided by Apache's `mod_status'.
139
140 %description apache -l pl.UTF-8
141 Wtyczka collectd zbierająca informacje udostępniane przez moduł
142 'mod_status' Apacha.
143
144 %package collection
145 Summary:        Web script for collectiond
146 Summary(pl_PL.UTF-8):   Web script for collectiond
147 Group:          Applications/WWW
148 Requires:       %{name} = %{version}-%{release}
149
150 %description collection
151 Web script for collectiond
152
153 %package dns
154 Summary:        dns-plugin for collectd
155 Summary(pl_PL.UTF-8):   Wtyczka dns dla collectd
156 Group:          Daemons
157 Requires:       %{name} = %{version}-%{release}
158 Requires:       perl-rrdtool
159
160 %description dns
161 dns plugin for collectd.
162
163 %package hddtemp
164 Summary:        hddtemp-plugin for collectd
165 Summary(pl_PL.UTF-8):   Wtyczka hddtemp dla collectd
166 Group:          Daemons
167 Requires:       %{name} = %{version}-%{release}
168
169 %description hddtemp
170 hddtemp plugin for collectd.
171
172 %package mysql
173 Summary:        mysql-plugin for collectd
174 Summary(pl_PL.UTF-8):   Moduł mysql dla collectd.
175 Group:          Daemons
176 Requires:       %{name} = %{version}-%{release}
177
178 %description mysql
179 MySQL querying plugin. This plugins provides data of issued commands,
180 called handlers and database traffic.
181
182 %description mysql -l pl.UTF-8
183 Moduł odpytujący MySQL. Wtyczka udostępnia dane o wydawanych
184 poleceniach, wywoływanych procedurach obsługi i ruchu bazodanowym.
185
186 %package nginx
187 Summary:        nginx-plugin for collectd
188 Summary(pl_PL.UTF-8):   Wtyczka nginx dla collectd
189 Group:          Daemons
190 Requires:       %{name} = %{version}-%{release}
191
192 %description nginx
193 nginx plugin for collectd.
194
195 %package ping
196 Summary:        ping-plugin for collectd
197 Summary(pl_PL.UTF-8):   Wtyczka ping dla collectd
198 Group:          Daemons
199 Requires:       %{name} = %{version}-%{release}
200
201 %description ping
202 ping plugin for collectd.
203
204 %package rrdtool
205 Summary:        rrdtool-plugin for collectd
206 Summary(pl_PL.UTF-8):   Wtyczka rrdtool dla collectd
207 Group:          Daemons
208 Requires:       %{name} = %{version}-%{release}
209 Requires:       rrdtool
210
211 %description rrdtool
212 RRDTOOL plugin for collectd.
213
214 %package sensors
215 Summary:        sensors-plugin for collectd
216 Summary(pl_PL.UTF-8):   Wtyczka sensors dla collectd
217 Group:          Daemons
218 Requires:       %{name} = %{version}-%{release}
219
220 %description sensors
221 This plugin collectd data provided by hardware sensors.
222
223 %package snmp
224 Summary:        snmp-plugin for collectd
225 Summary(pl_PL.UTF-8):   Wtyczka snmp dla collectd
226 Group:          Daemons
227 Requires:       %{name} = %{version}-%{release}
228
229 %description snmp
230 snmp plugin for collectd.
231
232 %package uuid
233 Summary:        uuid-plugin for collectd
234 Summary(pl_PL.UTF-8):   Wtyczka uuid dla collectd
235 Group:          Daemons
236 Requires:       %{name} = %{version}-%{release}
237
238 %description uuid
239 This plugin collectd UUID data.
240
241 %package xmms
242 Summary:        xmms-plugin for collectd
243 Summary(pl_PL.UTF-8):   Wtyczka xmms dla collectd
244 Group:          Daemons
245 Requires:       %{name} = %{version}-%{release}
246 Requires:       xmms-libs
247
248 %description xmms
249 This plugin collectd data provided by XMMS.
250
251 %prep
252 %setup -q
253
254 cat >> collection.conf <<'EOF'
255 datadir: "/var/lib/collectd/"
256 libdir: "/usr/lib/collectd/"
257 EOF
258
259 %build
260 %{__libtoolize}
261 %{__aclocal}
262 %{__autoconf}
263 %{__autoheader}
264 %{__automake}
265 %configure \
266         --with-libstatgrab=/usr \
267         --with-lm-sensors=/usr \
268         --with-libmysql=/usr
269 %{__make} LDFLAGS="%{rpmldflags} -lstatgrab"
270
271 %install
272 rm -rf $RPM_BUILD_ROOT
273
274 %{__make} install \
275         DESTDIR=$RPM_BUILD_ROOT
276
277 install -d $RPM_BUILD_ROOT%{_var}/{log/,lib/%{name}}
278 install -d $RPM_BUILD_ROOT/home/services/httpd/cgi-bin
279 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d/
280 #install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/collectd.conf
281 touch $RPM_BUILD_ROOT%{_var}/log/collectd.log
282 install src/collectd.conf $RPM_BUILD_ROOT%{_sysconfdir}/collectd.conf
283 install contrib/collection.conf $RPM_BUILD_ROOT%{_sysconfdir}
284 install contrib/collection.cgi $RPM_BUILD_ROOT/home/services/httpd/cgi-bin
285 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
286 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
287
288 %clean
289 rm -rf $RPM_BUILD_ROOT
290
291 %post
292 /sbin/chkconfig --add %{name}
293 %service %{name} restart
294
295 %preun
296 if [ "$1" = "0" ]; then
297         %service -q %{name} stop
298         /sbin/chkconfig --del %{name}
299 fi
300
301 %files
302 %defattr(644,root,root,755)
303 %doc AUTHORS ChangeLog README TODO contrib
304
305 %attr(755,root,root) %{_sbindir}/collectd
306 %attr(755,root,root) %{_sbindir}/collectdmon
307 %attr(755,root,root) %{_bindir}/collectd-nagios
308 %dir %{_libdir}/%{name}
309 %attr(755,root,root) %{_libdir}/%{name}/apcups.so
310 #%attr(755,root,root) %{_libdir}/%{name}/apple_sensors.so
311 %attr(755,root,root) %{_libdir}/%{name}/battery.so
312 %attr(755,root,root) %{_libdir}/%{name}/cpufreq.so
313 %attr(755,root,root) %{_libdir}/%{name}/cpu.so
314 %attr(755,root,root) %{_libdir}/%{name}/csv.so
315 %attr(755,root,root) %{_libdir}/%{name}/df.so
316 %attr(755,root,root) %{_libdir}/%{name}/disk.so
317 %attr(755,root,root) %{_libdir}/%{name}/email.so
318 %attr(755,root,root) %{_libdir}/%{name}/entropy.so
319 %attr(755,root,root) %{_libdir}/%{name}/exec.so
320 %attr(755,root,root) %{_libdir}/%{name}/interface.so
321 %attr(755,root,root) %{_libdir}/%{name}/iptables.so
322 %attr(755,root,root) %{_libdir}/%{name}/irq.so
323 %attr(755,root,root) %{_libdir}/%{name}/load.so
324 %attr(755,root,root) %{_libdir}/%{name}/logfile.so
325 %attr(755,root,root) %{_libdir}/%{name}/mbmon.so
326 %attr(755,root,root) %{_libdir}/%{name}/memcached.so
327 %attr(755,root,root) %{_libdir}/%{name}/memory.so
328 %attr(755,root,root) %{_libdir}/%{name}/multimeter.so
329 %attr(755,root,root) %{_libdir}/%{name}/netlink.so
330 %attr(755,root,root) %{_libdir}/%{name}/network.so
331 %attr(755,root,root) %{_libdir}/%{name}/nfs.so
332 %attr(755,root,root) %{_libdir}/%{name}/ntpd.so
333 #%attr(755,root,root) %{_libdir}/%{name}/perl.so
334 %attr(755,root,root) %{_libdir}/%{name}/powerdns.so
335 %attr(755,root,root) %{_libdir}/%{name}/processes.so
336 %attr(755,root,root) %{_libdir}/%{name}/serial.so
337 %attr(755,root,root) %{_libdir}/%{name}/swap.so
338 %attr(755,root,root) %{_libdir}/%{name}/syslog.so
339 %attr(755,root,root) %{_libdir}/%{name}/tail.so
340 #%attr(755,root,root) %{_libdir}/%{name}/tape.so
341 %attr(755,root,root) %{_libdir}/%{name}/teamspeak2.so
342 %attr(755,root,root) %{_libdir}/%{name}/tcpconns.so
343 #%attr(755,root,root) %{_libdir}/%{name}/traffic.so
344 %attr(755,root,root) %{_libdir}/%{name}/unixsock.so
345 %attr(755,root,root) %{_libdir}/%{name}/users.so
346 %attr(755,root,root) %{_libdir}/%{name}/vmem.so
347 %attr(755,root,root) %{_libdir}/%{name}/vserver.so
348 %attr(755,root,root) %{_libdir}/%{name}/wireless.so
349 %{_libdir}/%{name}/types.db
350
351 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
352
353 %attr(754,root,root) /etc/rc.d/init.d/%{name}
354
355 %{_mandir}/man1/collectd.1*
356 %{_mandir}/man1/collectd-nagios.1*
357 %{_mandir}/man5/collectd.conf.5*
358 %{_mandir}/man5/collectd-email.5*
359 %{_mandir}/man5/collectd-exec.5*
360 %{_mandir}/man5/collectd-perl.5*
361 %{_mandir}/man5/collectd-snmp.5*
362 %{_mandir}/man5/collectd-unixsock.5*
363 %{_mandir}/man1/collectdmon.1*
364 %{_mandir}/man5/types.db.5*
365 %{_var}/log/collectd.log
366 %dir %{_var}/lib/%{name}
367
368 ########## PLUGINS:
369 %files ascent
370 %defattr(644,root,root,755)
371 %attr(755,root,root) %{_libdir}/%{name}/ascent.so
372
373 %files apache
374 %defattr(644,root,root,755)
375 %attr(755,root,root) %{_libdir}/%{name}/apache.so
376
377 %files collection
378 %defattr(644,root,root,755)
379 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/collection.conf
380 %attr(755,root,root) /home/services/httpd/cgi-bin/collection.cgi
381
382 %files dns
383 %defattr(644,root,root,755)
384 %attr(755,root,root) %{_libdir}/%{name}/dns.so
385
386 %files hddtemp
387 %defattr(644,root,root,755)
388 %attr(755,root,root) %{_libdir}/%{name}/hddtemp.so
389
390 %files mysql
391 %defattr(644,root,root,755)
392 %attr(755,root,root) %{_libdir}/%{name}/mysql.so
393
394 %files nginx
395 %defattr(644,root,root,755)
396 %attr(755,root,root) %{_libdir}/%{name}/nginx.so
397
398 %files ping
399 %defattr(644,root,root,755)
400 %attr(755,root,root) %{_libdir}/%{name}/ping.so
401
402 %files rrdtool
403 %defattr(644,root,root,755)
404 %attr(755,root,root) %{_libdir}/%{name}/rrdtool.so
405
406 %files sensors
407 %defattr(644,root,root,755)
408 %attr(755,root,root) %{_libdir}/%{name}/sensors.so
409
410 %files snmp
411 %defattr(644,root,root,755)
412 %attr(755,root,root) %{_libdir}/%{name}/snmp.so
413
414 %files uuid
415 %defattr(644,root,root,755)
416 %attr(755,root,root) %{_libdir}/%{name}/uuid.so
417
418 %files xmms
419 %defattr(644,root,root,755)
420 %attr(755,root,root) %{_libdir}/%{name}/xmms.so
This page took 0.104928 seconds and 4 git commands to generate.