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