Merge branch 'feature/ZOL'
[collectd.git] / contrib / redhat / collectd.spec
1 #
2 # q: What is this ?
3 # a: A specfile for building RPM packages of current collectd releases, for
4 #    RHEL/CentOS versions 5 and 6. By default all the plugins which are
5 #    buildable based on the libraries available in the distribution + the
6 #    EPEL repository, will be built. Plugins depending on external libs will
7 #    be packaged in separate RPMs.
8 #
9 # q: And how can I do that ?
10 # a: By following these instructions, using mock:
11 #
12 # - install and configure mock (https://fedoraproject.org/wiki/Projects/Mock)
13 #
14 # - enable the EPEL repository (http://dl.fedoraproject.org/pub/epel/) in the
15 #   configuration files for your target systems (/etc/mock/*.cfg).
16 #
17 # - copy this file in your ~/rpmbuild/SPECS/ directory
18 #
19 # - fetch the desired collectd release file from https://collectd.org/files/
20 #   and save it in your ~/rpmbuild/SOURCES/ directory
21 #
22 # - build the SRPM first:
23 #   mock -r centos-6-x86_64 --buildsrpm --spec ~/rpmbuild/SPECS/collectd.spec \
24 #     --sources ~/rpmbuild/SOURCES/
25 #
26 # - then build the RPMs:
27 #   mock -r centos-6-x86_64 --no-clean --rebuild \
28 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
29 #
30 # - you can also optionally enable/disable plugins which are disabled/enabled
31 #   by default:
32 #   mock -r centos-6-x86_64 --no-clean --without=java --with=oracle --rebuild \
33 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
34 #
35
36 %global _hardened_build 1
37
38 # plugins only buildable on RHEL6
39 # (NB: %{elN} macro is not available on RHEL < 6)
40 %{?el6:%global _has_libyajl 1}
41 %{?el6:%global _has_recent_libpcap 1}
42 %{?el6:%global _has_recent_sockios_h 1}
43 %{?el6:%global _has_recent_libganglia 1}
44 %{?el6:%global _has_working_libiptc 1}
45 %{?el6:%global _has_ip_vs_h 1}
46 %{?el6:%global _has_lvm2app_h 1}
47 %{?el6:%global _has_perl_extutils_embed 1}
48 %{?el6:%global _has_libmodbus 1}
49
50 # plugins enabled by default
51 %define with_aggregation 0%{!?_without_aggregation:1}
52 %define with_amqp 0%{!?_without_amqp:1}
53 %define with_apache 0%{!?_without_apache:1}
54 %define with_apcups 0%{!?_without_apcups:1}
55 %define with_ascent 0%{!?_without_ascent:1}
56 %define with_battery 0%{!?_without_battery:1}
57 %define with_bind 0%{!?_without_bind:1}
58 %define with_cgroups 0%{!?_without_cgroups:1}
59 %define with_conntrack 0%{!?_without_conntrack:1}
60 %define with_contextswitch 0%{!?_without_contextswitch:1}
61 %define with_cpu 0%{!?_without_cpu:1}
62 %define with_cpufreq 0%{!?_without_cpufreq:1}
63 %define with_csv 0%{!?_without_csv:1}
64 %define with_curl 0%{!?_without_curl:1}
65 %define with_curl_json 0%{!?_without_curl_json:0%{?_has_libyajl}}
66 %define with_curl_xml 0%{!?_without_curl_xml:1}
67 %define with_dbi 0%{!?_without_dbi:1}
68 %define with_df 0%{!?_without_df:1}
69 %define with_disk 0%{!?_without_disk:1}
70 %define with_dns 0%{!?_without_dns:0%{?_has_recent_libpcap}}
71 %define with_email 0%{!?_without_email:1}
72 %define with_entropy 0%{!?_without_entropy:1}
73 %define with_ethstat 0%{!?_without_ethstat:0%{?_has_recent_sockios_h}}
74 %define with_exec 0%{!?_without_exec:1}
75 %define with_filecount 0%{!?_without_filecount:1}
76 %define with_fscache 0%{!?_without_fscache:1}
77 %define with_gmond 0%{!?_without_gmond:0%{?_has_recent_libganglia}}
78 %define with_hddtemp 0%{!?_without_hddtemp:1}
79 %define with_interface 0%{!?_without_interface:1}
80 %define with_ipmi 0%{!?_without_ipmi:1}
81 %define with_iptables 0%{!?_without_iptables:0%{?_has_working_libiptc}}
82 %define with_ipvs 0%{!?_without_ipvs:0%{?_has_ip_vs_h}}
83 %define with_irq 0%{!?_without_irq:1}
84 %define with_java 0%{!?_without_java:1}
85 %define with_libvirt 0%{!?_without_libvirt:1}
86 %define with_load 0%{!?_without_load:1}
87 %define with_logfile 0%{!?_without_logfile:1}
88 %define with_lvm 0%{!?_without_lvm:0%{?_has_lvm2app_h}}
89 %define with_madwifi 0%{!?_without_madwifi:1}
90 %define with_mbmon 0%{!?_without_mbmon:1}
91 %define with_md 0%{!?_without_md:1}
92 %define with_memcachec 0%{!?_without_memcachec:1}
93 %define with_memcached 0%{!?_without_memcached:1}
94 %define with_memory 0%{!?_without_memory:1}
95 %define with_multimeter 0%{!?_without_multimeter:1}
96 %define with_modbus 0%{!?_without_modbus:0%{?_has_libmodbus}}
97 %define with_mysql 0%{!?_without_mysql:1}
98 %define with_netlink 0%{!?_without_netlink:1}
99 %define with_network 0%{!?_without_network:1}
100 %define with_nfs 0%{!?_without_nfs:1}
101 %define with_nginx 0%{!?_without_nginx:1}
102 %define with_notify_desktop 0%{!?_without_notify_desktop:1}
103 %define with_notify_email 0%{!?_without_notify_email:1}
104 %define with_ntpd 0%{!?_without_ntpd:1}
105 %define with_numa 0%{!?_without_numa:1}
106 %define with_nut 0%{!?_without_nut:1}
107 %define with_olsrd 0%{!?_without_olsrd:1}
108 %define with_openvpn 0%{!?_without_openvpn:1}
109 %define with_perl 0%{!?_without_perl:0%{?_has_perl_extutils_embed}}
110 %define with_pinba 0%{!?_without_pinba:1}
111 %define with_ping 0%{!?_without_ping:1}
112 %define with_postgresql 0%{!?_without_postgresql:1}
113 %define with_powerdns 0%{!?_without_powerdns:1}
114 %define with_processes 0%{!?_without_processes:1}
115 %define with_protocols 0%{!?_without_protocols:1}
116 %define with_python 0%{!?_without_python:1}
117 %define with_rrdtool 0%{!?_without_rrdtool:1}
118 %define with_sensors 0%{!?_without_sensors:1}
119 %define with_serial 0%{!?_without_serial:1}
120 %define with_snmp 0%{!?_without_snmp:1}
121 %define with_statsd 0%{!?_without_statsd:1}
122 %define with_swap 0%{!?_without_swap:1}
123 %define with_syslog 0%{!?_without_syslog:1}
124 %define with_table 0%{!?_without_table:1}
125 %define with_tail 0%{!?_without_tail:1}
126 %define with_tail_csv 0%{!?_without_tail_csv:1}
127 %define with_tcpconns 0%{!?_without_tcpconns:1}
128 %define with_teamspeak2 0%{!?_without_teamspeak2:1}
129 %define with_ted 0%{!?_without_ted:1}
130 %define with_thermal 0%{!?_without_thermal:1}
131 %define with_threshold 0%{!?_without_threshold:1}
132 %define with_unixsock 0%{!?_without_unixsock:1}
133 %define with_uptime 0%{!?_without_uptime:1}
134 %define with_users 0%{!?_without_users:1}
135 %define with_uuid 0%{!?_without_uuid:1}
136 %define with_varnish 0%{!?_without_varnish:1}
137 %define with_vmem 0%{!?_without_vmem:1}
138 %define with_vserver 0%{!?_without_vserver:1}
139 %define with_wireless 0%{!?_without_wireless:1}
140 %define with_write_graphite 0%{!?_without_write_graphite:1}
141 %define with_write_http 0%{!?_without_write_http:1}
142 %define with_write_riemann 0%{!?_without_write_riemann:1}
143 %define with_zfs_arc 0%{!?_without_zfs_arc:1}
144
145 # Plugins not built by default because of dependencies on libraries not
146 # available in RHEL or EPEL:
147
148 # plugin apple_sensors disabled, requires a Mac
149 %define with_apple_sensors 0%{!?_without_apple_sensors:0}
150 # plugin aquaero disabled, requires a libaquaero5
151 %define with_aquaero 0%{!?_without_aquaero:0}
152 # plugin lpar disabled, requires AIX
153 %define with_lpar 0%{!?_without_lpar:0}
154 # plugin mic disabled, requires Mic
155 %define with_mic 0%{!?_without_mic:0}
156 # plugin modbus disabled, requires libmodbus
157 %define with_modbus 0%{!?_without_modbus:0}
158 # plugin netapp disabled, requires libnetapp
159 %define with_netapp 0%{!?_without_netapp:0}
160 # plugin onewire disabled, requires libowfs
161 %define with_onewire 0%{!?_without_onewire:0}
162 # plugin oracle disabled, requires Oracle
163 %define with_oracle 0%{!?_without_oracle:0}
164 # plugin oracle disabled, requires BSD
165 %define with_pf 0%{!?_without_pf:0}
166 # plugin redis disabled, requires credis
167 %define with_redis 0%{!?_without_redis:0}
168 # plugin routeros disabled, requires librouteros
169 %define with_routeros 0%{!?_without_routeros:0}
170 # plugin rrdcached disabled, requires rrdtool >= 1.4
171 %define with_rrdcached 0%{!?_without_rrdcached:0}
172 # plugin sigrok disabled, requires libsigrok
173 %define with_sigrok 0%{!?_without_sigrok:0}
174 # plugin tape disabled, requires libkstat
175 %define with_tape 0%{!?_without_tape:0}
176 # plugin tokyotyrant disabled, requires tcrdb.h
177 %define with_tokyotyrant 0%{!?_without_tokyotyrant:0}
178 # plugin write_mongodb disabled, requires libmongoc
179 %define with_write_mongodb 0%{!?_without_write_mongodb:0}
180 # plugin write_redis disabled, requires credis
181 %define with_write_redis 0%{!?_without_write_redis:0}
182 # plugin xmms disabled, requires xmms
183 %define with_xmms 0%{!?_without_xmms:0}
184
185 Summary:        Statistics collection daemon for filling RRD files
186 Name:           collectd
187 Version:        5.4.0
188 Release:        1%{?dist}
189 URL:            http://collectd.org
190 Source:         http://collectd.org/files/%{name}-%{version}.tar.bz2
191 License:        GPLv2
192 Group:          System Environment/Daemons
193 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
194 BuildRequires:  libgcrypt-devel, kernel-headers
195 Vendor:         collectd development team <collectd@verplant.org>
196
197 Requires(post):         chkconfig
198 Requires(preun):        chkconfig, initscripts
199 Requires(postun):       initscripts
200
201 %description
202 collectd is a small daemon which collects system information periodically and
203 provides mechanisms to monitor and store the values in a variety of ways. It
204 is written in C for performance. Since the daemon doesn't need to start up
205 every time it wants to update the values it's very fast and easy on the
206 system. Also, the statistics are very fine grained since the files are updated
207 every 10 seconds by default.
208
209 %if %{with_amqp}
210 %package amqp
211 Summary:        AMQP plugin for collectd
212 Group:          System Environment/Daemons
213 Requires:       %{name}%{?_isa} = %{version}-%{release}
214 BuildRequires:  librabbitmq-devel
215 %description amqp
216 The AMQP plugin transmits or receives values collected by collectd via the
217 Advanced Message Queuing Protocol (AMQP).
218 %endif
219
220 %if %{with_apache}
221 %package apache
222 Summary:        Apache plugin for collectd
223 Group:          System Environment/Daemons
224 Requires:       %{name}%{?_isa} = %{version}-%{release}
225 BuildRequires:  curl-devel
226 %description apache
227 This plugin collects data provided by Apache's `mod_status'.
228 %endif
229
230 %if %{with_aquaero}
231 %package aquaero
232 Summary:        aquaero plugin for collectd
233 Group:          System Environment/Daemons
234 Requires:       %{name}%{?_isa} = %{version}-%{release}
235 %description aquaero
236 Various sensors in the Aquaero 5 watercooling board made by Aquacomputer.
237 %endif
238
239 %if %{with_ascent}
240 %package ascent
241 Summary:        Ascent plugin for collectd
242 Group:          System Environment/Daemons
243 Requires:       %{name}%{?_isa} = %{version}-%{release}
244 BuildRequires:  libxml2-devel, curl-devel
245 %description ascent
246 The Ascent plugin reads and parses the statistics page of Ascent, a free and
247 open-source server software for the game World of Warcraft by Blizzard
248 Entertainment.
249 %endif
250
251 %if %{with_bind}
252 %package bind
253 Summary:        Bind plugin for collectd
254 Group:          System Environment/Daemons
255 Requires:       %{name}%{?_isa} = %{version}-%{release}
256 BuildRequires:  libxml2-devel, curl-devel
257 %description bind
258 The BIND plugin retrieves this information that's encoded in XML and provided
259 via HTTP and submits the values to collectd.
260 %endif
261
262 %if %{with_curl}
263 %package curl
264 Summary:        Curl plugin for collectd
265 Group:          System Environment/Daemons
266 Requires:       %{name}%{?_isa} = %{version}-%{release}
267 BuildRequires:  curl-devel
268 %description curl
269 The cURL plugin uses libcurl to read files and then parses them according to
270 the configuration.
271 %endif
272
273 %if %{with_curl_json}
274 %package curl_json
275 Summary:        Curl_json plugin for collectd
276 Group:          System Environment/Daemons
277 Requires:       %{name}%{?_isa} = %{version}-%{release}
278 BuildRequires:  curl-devel, yajl-devel
279 %description curl_json
280 The cURL-JSON plugin queries JavaScript Object Notation (JSON) data using the
281 cURL library and parses it according to the user's configuration.
282 %endif
283
284 %if %{with_curl_xml}
285 %package curl_xml
286 Summary:        Curl_xml plugin for collectd
287 Group:          System Environment/Daemons
288 Requires:       %{name}%{?_isa} = %{version}-%{release}
289 BuildRequires:  curl-devel, libxml2-devel
290 %description curl_xml
291 The cURL-XML plugin reads files using libcurl and parses it as Extensible
292 Markup Language (XML).
293 %endif
294
295 %if %{with_dbi}
296 %package dbi
297 Summary:        DBI plugin for collectd
298 Group:          System Environment/Daemons
299 Requires:       %{name}%{?_isa} = %{version}-%{release}
300 BuildRequires:  libdbi-devel
301 %description dbi
302 The DBI plugin uses libdbi, a database abstraction library, to execute SQL
303 statements on a database and read back the result.
304 %endif
305
306 %if %{with_dns}
307 %package dns
308 Summary:        DNS plugin for collectd
309 Group:          System Environment/Daemons
310 Requires:       %{name}%{?_isa} = %{version}-%{release}, libpcap >= 1.0
311 BuildRequires:  libpcap-devel >= 1.0
312 %description dns
313 The DNS plugin has a similar functionality to dnstop: It uses libpcap to get a
314 copy of all traffic from/to port UDP/53 (that's the DNS port), interprets the
315 packets and collects statistics of your DNS traffic.
316 %endif
317
318 %if %{with_email}
319 %package email
320 Summary:        Email plugin for collectd
321 Group:          System Environment/Daemons
322 Requires:       %{name}%{?_isa} = %{version}-%{release}, spamassassin
323 %description email
324 This plugin collects data provided by spamassassin.
325 %endif
326
327 %if %{with_gmond}
328 %package gmond
329 Summary:        Gmond plugin for collectd
330 Group:          System Environment/Daemons
331 Requires:       %{name}%{?_isa} = %{version}-%{release}
332 BuildRequires:  ganglia-devel
333 %description gmond
334 The gmond plugin subscribes to a Multicast group to receive data from gmond,
335 the client daemon of the Ganglia project.
336 %endif
337
338 %if %{with_hddtemp}
339 %package hddtemp
340 Summary:        Hddtemp plugin for collectd
341 Group:          System Environment/Daemons
342 Requires:       %{name}%{?_isa} = %{version}-%{release}, hddtemp
343 %description hddtemp
344 The HDDTemp plugin collects the temperature of hard disks. The temperatures are
345 provided via SMART and queried by the external hddtemp daemon.
346 %endif
347
348 %if %{with_ipmi}
349 %package ipmi
350 Summary:        IPMI plugin for collectd
351 Group:          System Environment/Daemons
352 Requires:       %{name}%{?_isa} = %{version}-%{release}
353 BuildRequires:  OpenIPMI-devel
354 %description ipmi
355 The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers
356 using the Intelligent Platform Management Interface (IPMI).
357 %endif
358
359 %if %{with_iptables}
360 %package iptables
361 Summary:        IPtables plugin for collectd
362 Group:          System Environment/Daemons
363 Requires:       %{name}%{?_isa} = %{version}-%{release}
364 BuildRequires:  iptables-devel
365 %description iptables
366 The IPtables plugin can gather statistics from your ip_tables based packet
367 filter (aka. firewall) for both the IPv4 and the IPv6 protocol. It can collect
368 the byte- and packet-counters of selected rules and submit them to collectd.
369 %endif
370
371 %if %{with_java}
372 %package java
373 Summary:        Java plugin for collectd
374 Group:          System Environment/Daemons
375 Requires:       %{name}%{?_isa} = %{version}-%{release}
376 BuildRequires:  java-devel, jpackage-utils
377 Requires:       java, jpackage-utils
378 %description java
379 This plugin for collectd allows plugins to be written in Java and executed
380 in an embedded JVM.
381 %endif
382
383 %if %{with_libvirt}
384 %package libvirt
385 Summary:        Libvirt plugin for collectd
386 Group:          System Environment/Daemons
387 Requires:       %{name}%{?_isa} = %{version}-%{release}
388 BuildRequires:  libvirt-devel
389 %description libvirt
390 This plugin collects information from virtualized guests.
391 %endif
392
393 %if %{with_lvm}
394 %package lvm
395 Summary:        LVM plugin for collectd
396 Group:          System Environment/Daemons
397 Requires:       %{name}%{?_isa} = %{version}-%{release}
398 BuildRequires:  lvm2-devel
399 %description lvm
400 This plugin collects size of “Logical Volumes” (LV) and “Volume Groups” (VG)
401 of Linux' “Logical Volume Manager” (LVM).
402 %endif
403
404 %if %{with_memcachec}
405 %package memcachec
406 Summary:        Memcachec plugin for collectd
407 Group:          System Environment/Daemons
408 Requires:       %{name}%{?_isa} = %{version}-%{release}
409 BuildRequires:  libmemcached-devel
410 %description memcachec
411 The Memcachec plugin uses libmemcached to read statistics from a Memcached
412 instance. Note that another plugin, named `memcached', exists and does a
413 similar job, without requiring the installation of libmemcached.
414 %endif
415
416 %if %{with_mic}
417 %package mic
418 Summary:        mic plugin for collectd
419 Group:          System Environment/Daemons
420 Requires:       %{name}%{?_isa} = %{version}-%{release}
421 %description mic
422 The mic plugin collects CPU usage, memory usage, temperatures and power
423 consumption from Intel Many Integrated Core (MIC) CPUs.
424 %endif
425
426 %if %{with_modbus}
427 %package modbus
428 Summary:       modbus plugin for collectd
429 Group:         System Environment/Daemons
430 Requires:      %{name}%{?_isa} = %{version}-%{release}
431 BuildRequires:  libmodbus-devel
432 %description modbus
433 The modbus plugin collects values from Modbus/TCP enabled devices
434 %endif
435
436 %if %{with_mysql}
437 %package mysql
438 Summary:        MySQL plugin for collectd
439 Group:          System Environment/Daemons
440 Requires:       %{name}%{?_isa} = %{version}-%{release}
441 BuildRequires:  mysql-devel
442 %description mysql
443 MySQL querying plugin. This plugin provides data of issued commands, called
444 handlers and database traffic.
445 %endif
446
447 %if %{with_netlink}
448 %package netlink
449 Summary:        netlink plugin for collectd
450 Group:          System Environment/Daemons
451 Requires:       %{name}%{?_isa} = %{version}-%{release}
452 BuildRequires:  libmnl-devel
453 %description netlink
454 This plugin collects very detailed Linux network interface and routing
455 statistics.
456 %endif
457
458 %if %{with_nginx}
459 %package nginx
460 Summary:        Nginx plugin for collectd
461 Group:          System Environment/Daemons
462 Requires:       %{name}%{?_isa} = %{version}-%{release}
463 BuildRequires:  curl-devel
464 %description nginx
465 This plugin gets data provided by nginx.
466 %endif
467
468 %if %{with_notify_desktop}
469 %package notify_desktop
470 Summary:        Notify_desktop plugin for collectd
471 Group:          System Environment/Daemons
472 Requires:       %{name}%{?_isa} = %{version}-%{release}
473 BuildRequires:  libnotify-devel, gtk2-devel
474 %description notify_desktop
475 The Notify Desktop plugin uses libnotify to display notifications to the user
476 via the desktop notification specification, i. e. on an X display.
477 %endif
478
479 %if %{with_notify_email}
480 %package notify_email
481 Summary:        Notify_email plugin for collectd
482 Group:          System Environment/Daemons
483 Requires:       %{name}%{?_isa} = %{version}-%{release}
484 BuildRequires:  libesmtp-devel
485 %description notify_email
486 The Notify Email plugin uses libESMTP to send notifications to a configured
487 email address.
488 %endif
489
490 %if %{with_nut}
491 %package nut
492 Summary:        Nut plugin for collectd
493 Group:          System Environment/Daemons
494 Requires:       %{name}%{?_isa} = %{version}-%{release}
495 BuildRequires:  nut-devel
496 %description nut
497 This plugin for collectd provides Network UPS Tools support.
498 %endif
499
500 %if %{with_perl}
501 %package perl
502 Summary:        Perl plugin for collectd
503 Group:          System Environment/Daemons
504 Requires:       %{name}%{?_isa} = %{version}-%{release}
505 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
506 BuildRequires:  perl-ExtUtils-Embed
507 %description perl
508 The Perl plugin embeds a Perl interpreter into collectd and exposes the
509 application programming interface (API) to Perl-scripts.
510 %endif
511
512 %if %{with_pinba}
513 %package pinba
514 Summary:        Pinba plugin for collectd
515 Group:          System Environment/Daemons
516 Requires:       %{name}%{?_isa} = %{version}-%{release}
517 BuildRequires:  protobuf-c-devel
518 %description pinba
519 The Pinba plugin receives and dispatches timing values from Pinba, a profiling
520 extension for PHP.
521 %endif
522
523 %if %{with_ping}
524 %package ping
525 Summary:        Ping plugin for collectd
526 Group:          System Environment/Daemons
527 Requires:       %{name}%{?_isa} = %{version}-%{release}
528 BuildRequires:  liboping-devel
529 %description ping
530 The Ping plugin measures network latency using ICMP “echo requests”, usually
531 known as “ping”.
532 %endif
533
534 %if %{with_postgresql}
535 %package postgresql
536 Summary:        PostgreSQL plugin for collectd
537 Group:          System Environment/Daemons
538 Requires:       %{name}%{?_isa} = %{version}-%{release}
539 BuildRequires:  postgresql-devel
540 %description postgresql
541 The PostgreSQL plugin connects to and executes SQL statements on a PostgreSQL
542 database.
543 %endif
544
545 %if %{with_python}
546 %package python
547 Summary:        Python plugin for collectd
548 Group:          System Environment/Daemons
549 Requires:       %{name}%{?_isa} = %{version}-%{release}
550 %if 0%{?rhel} >= 6
551 BuildRequires: python-devel
552 %else
553 BuildRequires: python26-devel
554 %endif
555 %description python
556 The Python plugin embeds a Python interpreter into collectd and exposes the
557 application programming interface (API) to Python-scripts.
558 %endif
559
560 %if %{with_redis}
561 %package redis
562 Summary:        Redis plugin for collectd
563 Group:          System Environment/Daemons
564 Requires:       %{name}%{?_isa} = %{version}-%{release}
565 BuildRequires:  credis-devel
566 %description redis
567 The Redis plugin connects to one or more instances of Redis, a key-value store,
568 and collects usage information using the credis library.
569 %endif
570
571 %if %{with_rrdcached}
572 %package rrdcached
573 Summary:        RRDCached plugin for collectd
574 Group:          System Environment/Daemons
575 Requires:       %{name}%{?_isa} = %{version}-%{release}, rrdtool >= 1.4
576 BuildRequires:  rrdtool-devel
577 %description rrdcached
578 The RRDCacheD plugin connects to the “RRD caching daemon”, rrdcached and
579 submits updates for RRD files to that daemon.
580 %endif
581
582 %if %{with_rrdtool}
583 %package rrdtool
584 Summary:        RRDtool plugin for collectd
585 Group:          System Environment/Daemons
586 Requires:       %{name}%{?_isa} = %{version}-%{release}
587 BuildRequires:  rrdtool-devel
588 %description rrdtool
589 The RRDtool plugin writes values to RRD-files using librrd.
590 %endif
591
592 %if %{with_sensors}
593 %package sensors
594 Summary:        Sensors plugin for collectd
595 Group:          System Environment/Daemons
596 Requires:       %{name}%{?_isa} = %{version}-%{release}
597 BuildRequires:  lm_sensors-devel
598 %description sensors
599 This plugin for collectd provides querying of sensors supported by lm_sensors.
600 %endif
601
602 %if %{with_sigrok}
603 %package sigrok
604 Summary:        sigrok plugin for collectd
605 Group:          System Environment/Daemons
606 Requires:       %{name}%{?_isa} = %{version}-%{release}
607 %description sigrok
608 Uses libsigrok as a backend, allowing any sigrok-supported device to have its
609 measurements fed to collectd. This includes multimeters, sound level meters,
610 thermometers, and much more.
611 %endif
612
613 %if %{with_snmp}
614 %package snmp
615 Summary:        SNMP plugin for collectd
616 Group:          System Environment/Daemons
617 Requires:       %{name}%{?_isa} = %{version}-%{release}
618 BuildRequires:  net-snmp-devel
619 %description snmp
620 This plugin for collectd allows querying of network equipment using SNMP.
621 %endif
622
623 %if %{with_varnish}
624 %package varnish
625 Summary:        Varnish plugin for collectd
626 Group:          System Environment/Daemons
627 Requires:       %{name}%{?_isa} = %{version}-%{release}
628 BuildRequires:  varnish-libs-devel
629 %description varnish
630 The Varnish plugin collects information about Varnish, an HTTP accelerator.
631 %endif
632
633 %if %{with_write_http}
634 %package write_http
635 Summary:        Write-HTTP plugin for collectd
636 Group:          System Environment/Daemons
637 Requires:       %{name}%{?_isa} = %{version}-%{release}
638 BuildRequires:  curl-devel
639 %description write_http
640 The Write-HTTP plugin sends the values collected by collectd to a web-server
641 using HTTP POST requests.
642 %endif
643
644 %if %{with_write_redis}
645 %package write_redis
646 Summary:        Write-Redis plugin for collectd
647 Group:          System Environment/Daemons
648 Requires:       %{name}%{?_isa} = %{version}-%{release}
649 BuildRequires:  credis-devel
650 %description write_redis
651 The Write Redis plugin stores values in Redis, a “data structures server”.
652 %endif
653
654 %if %{with_write_riemann}
655 %package write_riemann
656 Summary:        riemann plugin for collectd
657 Group:          System Environment/Daemons
658 Requires:       %{name}%{?_isa} = %{version}-%{release}
659 BuildRequires:  protobuf-c-devel
660 %description write_riemann
661 The riemann plugin submits values to Riemann, an event stream processor.
662 %endif
663
664 %package collection3
665 Summary:        Web-based viewer for collectd
666 Group:          System Environment/Daemons
667 Requires:       %{name}%{?_isa} = %{version}-%{release}
668 Requires: httpd
669 %description collection3
670 collection3 is a graphing front-end for the RRD files created by and filled
671 with collectd. It is written in Perl and should be run as an CGI-script.
672 Graphs are generated on-the-fly, so no cron job or similar is necessary.
673
674 %package php-collection
675 Summary:        collect php webfrontent
676 Group:          System Environment/Daemons
677 Requires:       collectd = %{version}-%{release}
678 Requires:       httpd
679 Requires:       php
680 Requires:       php-rrdtool
681 %description php-collection
682 PHP graphing frontend for RRD files created by and filled with collectd.
683
684 %package contrib
685 Summary:        Contrib files for collectd
686 Group:          System Environment/Daemons
687 Requires:       %{name}%{?_isa} = %{version}-%{release}
688 %description contrib
689 All the files found under contrib/ in the source tree are bundled in this
690 package.
691
692 %package -n libcollectdclient
693 Summary:        Collectd client library
694 Group:          System Environment/Daemons
695 %description -n libcollectdclient
696 Collectd client library
697
698 %package -n libcollectdclient-devel
699 Summary:        Development files for libcollectdclient
700 Group:          System Environment/Daemons
701 Requires:       pkgconfig
702 Requires:       libcollectdclient%{?_isa} = %{version}-%{release}
703 %description -n libcollectdclient-devel
704 Development files for libcollectdclient
705
706
707 %prep
708 %setup -q
709
710 %build
711 %if %{with_aggregation}
712 %define _with_aggregation --enable-aggregation
713 %else
714 %define _with_aggregation --disable-aggregation
715 %endif
716
717 %if %{with_amqp}
718 %define _with_amqp --enable-amqp
719 %else
720 %define _with_amqp --disable-amqp
721 %endif
722
723 %if %{with_apache}
724 %define _with_apache --enable-apache
725 %else
726 %define _with_apache --disable-apache
727 %endif
728
729 %if %{with_apcups}
730 %define _with_apcups --enable-apcups
731 %else
732 %define _with_apcups --disable-apcups
733 %endif
734
735 %if %{with_apple_sensors}
736 %define _with_apple_sensors --enable-apple_sensors
737 %else
738 %define _with_apple_sensors --disable-apple_sensors
739 %endif
740
741 %if %{with_aquaero}
742 %define _with_aquaero --enable-aquaero
743 %else
744 %define _with_aquaero --disable-aquaero
745 %endif
746
747 %if %{with_ascent}
748 %define _with_ascent --enable-ascent
749 %else
750 %define _with_ascent --disable-ascent
751 %endif
752
753 %if %{with_battery}
754 %define _with_battery --enable-battery
755 %else
756 %define _with_battery --disable-battery
757 %endif
758
759 %if %{with_bind}
760 %define _with_bind --enable-bind
761 %else
762 %define _with_bind --disable-bind
763 %endif
764
765 %if %{with_cgroups}
766 %define _with_cgroups --enable-cgroups
767 %else
768 %define _with_cgroups --disable-cgroups
769 %endif
770
771 %if %{with_conntrack}
772 %define _with_conntrack --enable-conntrack
773 %else
774 %define _with_conntrack --disable-conntrack
775 %endif
776
777 %if %{with_contextswitch}
778 %define _with_contextswitch --enable-contextswitch
779 %else
780 %define _with_contextswitch --disable-contextswitch
781 %endif
782
783 %if %{with_cpu}
784 %define _with_cpu --enable-cpu
785 %else
786 %define _with_cpu --disable-cpu
787 %endif
788
789 %if %{with_cpufreq}
790 %define _with_cpufreq --enable-cpufreq
791 %else
792 %define _with_cpufreq --disable-cpufreq
793 %endif
794
795 %if %{with_csv}
796 %define _with_csv --enable-csv
797 %else
798 %define _with_csv --disable-csv
799 %endif
800
801 %if %{with_curl}
802 %define _with_curl --enable-curl
803 %else
804 %define _with_curl --disable-curl
805 %endif
806
807 %if %{with_curl_json}
808 %define _with_curl_json --enable-curl_json
809 %else
810 %define _with_curl_json --disable-curl_json
811 %endif
812
813 %if %{with_curl_xml}
814 %define _with_curl_xml --enable-curl_xml
815 %else
816 %define _with_curl_xml --disable-curl_xml
817 %endif
818
819 %if %{with_dbi}
820 %define _with_dbi --enable-dbi
821 %else
822 %define _with_dbi --disable-dbi --without-libdbi
823 %endif
824
825 %if %{with_df}
826 %define _with_df --enable-df
827 %else
828 %define _with_df --disable-df
829 %endif
830
831 %if %{with_disk}
832 %define _with_disk --enable-disk
833 %else
834 %define _with_disk --disable-disk
835 %endif
836
837 %if %{with_dns}
838 %define _with_dns --enable-dns
839 %else
840 %define _with_dns --disable-dns
841 %endif
842
843 %if %{with_email}
844 %define _with_email --enable-email
845 %else
846 %define _with_email --disable-email
847 %endif
848
849 %if %{with_entropy}
850 %define _with_entropy --enable-entropy
851 %else
852 %define _with_entropy --disable-entropy
853 %endif
854
855 %if %{with_ethstat}
856 %define _with_ethstat --enable-ethstat
857 %else
858 %define _with_ethstat --disable-ethstat
859 %endif
860
861 %if %{with_exec}
862 %define _with_exec --enable-exec
863 %else
864 %define _with_exec --disable-exec
865 %endif
866
867 %if %{with_filecount}
868 %define _with_filecount --enable-filecount
869 %else
870 %define _with_filecount --disable-filecount
871 %endif
872
873 %if %{with_fscache}
874 %define _with_fscache --enable-fscache
875 %else
876 %define _with_fscache --disable-fscache
877 %endif
878
879 %if %{with_gmond}
880 %define _with_gmond --enable-gmond
881 %else
882 %define _with_gmond --disable-gmond
883 %endif
884
885 %if %{with_hddtemp}
886 %define _with_hddtemp --enable-hddtemp
887 %else
888 %define _with_hddtemp --disable-hddtemp
889 %endif
890
891 %if %{with_interface}
892 %define _with_interface --enable-interface
893 %else
894 %define _with_interface --disable-interface
895 %endif
896
897 %if %{with_ipmi}
898 %define _with_ipmi --enable-ipmi
899 %else
900 %define _with_ipmi --disable-ipmi
901 %endif
902
903 %if %{with_iptables}
904 %define _with_iptables --enable-iptables
905 %else
906 %define _with_iptables --disable-iptables
907 %endif
908
909 %if %{with_ipvs}
910 %define _with_ipvs --enable-ipvs
911 %else
912 %define _with_ipvs --disable-ipvs
913 %endif
914
915 %if %{with_irq}
916 %define _with_irq --enable-irq
917 %else
918 %define _with_irq --disable-irq
919 %endif
920
921 %if %{with_java}
922 %define _with_java --enable-java --with-java=%{java_home}/
923 %else
924 %define _with_java --disable-java
925 %endif
926
927 %if %{with_libvirt}
928 %define _with_libvirt --enable-libvirt
929 %else
930 %define _with_libvirt --disable-libvirt
931 %endif
932
933 %if %{with_load}
934 %define _with_load --enable-load
935 %else
936 %define _with_load --disable-load
937 %endif
938
939 %if %{with_logfile}
940 %define _with_logfile --enable-logfile
941 %else
942 %define _with_logfile --disable-logfile
943 %endif
944
945 %if %{with_lpar}
946 %define _with_lpar --enable-lpar
947 %else
948 %define _with_lpar --disable-lpar
949 %endif
950
951 %if %{with_lvm}
952 %define _with_lvm --enable-lvm
953 %else
954 %define _with_lvm --disable-lvm
955 %endif
956
957 %if %{with_madwifi}
958 %define _with_madwifi --enable-madwifi
959 %else
960 %define _with_madwifi --disable-madwifi
961 %endif
962
963 %if %{with_mbmon}
964 %define _with_mbmon --enable-mbmon
965 %else
966 %define _with_mbmon --disable-mbmon
967 %endif
968
969 %if %{with_md}
970 %define _with_md --enable-md
971 %else
972 %define _with_md --disable-md
973 %endif
974
975 %if %{with_memcachec}
976 %define _with_memcachec --enable-memcachec
977 %else
978 %define _with_memcachec --disable-memcachec
979 %endif
980
981 %if %{with_memcached}
982 %define _with_memcached --enable-memcached
983 %else
984 %define _with_memcached --disable-memcached
985 %endif
986
987 %if %{with_memory}
988 %define _with_memory --enable-memory
989 %else
990 %define _with_memory --disable-memory
991 %endif
992
993 %if %{with_mic}
994 %define _with_mic --enable-mic
995 %else
996 %define _with_mic --disable-mic
997 %endif
998
999 %if %{with_modbus}
1000 %define _with_modbus --enable-modbus
1001 %else
1002 %define _with_modbus --disable-modbus
1003 %endif
1004
1005 %if %{with_multimeter}
1006 %define _with_multimeter --enable-multimeter
1007 %else
1008 %define _with_multimeter --disable-multimeter
1009 %endif
1010
1011 %if %{with_modbus}
1012 %define _with_modbus --enable-modbus
1013 %else
1014 %define _with_modbus --disable-modbus
1015 %endif
1016
1017 %if %{with_mysql}
1018 %define _with_mysql --enable-mysql
1019 %else
1020 %define _with_mysql --disable-mysql
1021 %endif
1022
1023 %if %{with_netapp}
1024 %define _with_netapp --enable-netapp
1025 %else
1026 %define _with_netapp --disable-netapp
1027 %endif
1028
1029 %if %{with_netlink}
1030 %define _with_netlink --enable-netlink
1031 %else
1032 %define _with_netlink --disable-netlink
1033 %endif
1034
1035 %if %{with_network}
1036 %define _with_network --enable-network
1037 %else
1038 %define _with_network --disable-network
1039 %endif
1040
1041 %if %{with_nfs}
1042 %define _with_nfs --enable-nfs
1043 %else
1044 %define _with_nfs --disable-nfs
1045 %endif
1046
1047 %if %{with_nginx}
1048 %define _with_nginx --enable-nginx
1049 %else
1050 %define _with_nginx --disable-nginx
1051 %endif
1052
1053 %if %{with_notify_desktop}
1054 %define _with_notify_desktop --enable-notify_desktop
1055 %else
1056 %define _with_notify_desktop --disable-notify_desktop
1057 %endif
1058
1059 %if %{with_notify_email}
1060 %define _with_notify_email --enable-notify_email
1061 %else
1062 %define _with_notify_email --disable-notify_email --without-libesmpt
1063 %endif
1064
1065 %if %{with_ntpd}
1066 %define _with_ntpd --enable-ntpd
1067 %else
1068 %define _with_ntpd --disable-ntpd
1069 %endif
1070
1071 %if %{with_numa}
1072 %define _with_numa --enable-numa
1073 %else
1074 %define _with_numa --disable-numa
1075 %endif
1076
1077 %if %{with_nut}
1078 %define _with_nut --enable-nut
1079 %else
1080 %define _with_nut --disable-nut
1081 %endif
1082
1083 %if %{with_olsrd}
1084 %define _with_olsrd --enable-olsrd
1085 %else
1086 %define _with_olsrd --disable-olsrd
1087 %endif
1088
1089 %if %{with_onewire}
1090 %define _with_onewire --enable-onewire
1091 %else
1092 %define _with_onewire --disable-onewire
1093 %endif
1094
1095 %if %{with_openvpn}
1096 %define _with_openvpn --enable-openvpn
1097 %else
1098 %define _with_openvpn --disable-openvpn
1099 %endif
1100
1101 %if %{with_oracle}
1102 %define _with_oracle --enable-oracle
1103 %else
1104 %define _with_oracle --disable-oracle
1105 %endif
1106
1107 %if %{with_perl}
1108 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1109 %else
1110 %define _with_perl --disable-perl --without-libperl
1111 %endif
1112
1113 %if %{with_pf}
1114 %define _with_pf --enable-pf
1115 %else
1116 %define _with_pf --disable-pf
1117 %endif
1118
1119 %if %{with_pinba}
1120 %define _with_pinba --enable-pinba
1121 %else
1122 %define _with_pinba --disable-pinba
1123 %endif
1124
1125 %if %{with_ping}
1126 %define _with_ping --enable-ping
1127 %else
1128 %define _with_ping --disable-ping
1129 %endif
1130
1131 %if %{with_postgresql}
1132 %define _with_postgresql --enable-postgresql
1133 %else
1134 %define _with_postgresql --disable-postgresql
1135 %endif
1136
1137 %if %{with_powerdns}
1138 %define _with_powerdns --enable-powerdns
1139 %else
1140 %define _with_powerdns --disable-powerdns
1141 %endif
1142
1143 %if %{with_processes}
1144 %define _with_processes --enable-processes
1145 %else
1146 %define _with_processes --disable-processes
1147 %endif
1148
1149 %if %{with_protocols}
1150 %define _with_protocols --enable-protocols
1151 %else
1152 %define _with_protocols --disable-protocols
1153 %endif
1154
1155 %if %{with_python}
1156 %if 0%{?rhel} >= 6
1157 %define _with_python --enable-python
1158 %else
1159 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1160 %endif
1161 %else
1162 %define _with_python --disable-python
1163 %endif
1164
1165 %if %{with_redis}
1166 %define _with_redis --enable-redis
1167 %else
1168 %define _with_redis --disable-redis
1169 %endif
1170
1171 %if %{with_routeros}
1172 %define _with_routeros --enable-routeros
1173 %else
1174 %define _with_routeros --disable-routeros
1175 %endif
1176
1177 %if %{with_rrdcached}
1178 %define _with_rrdcached --enable-rrdcached
1179 %else
1180 %define _with_rrdcached --disable-rrdcached
1181 %endif
1182
1183 %if %{with_rrdtool}
1184 %define _with_rrdtool --enable-rrdtool
1185 %else
1186 %define _with_rrdtool --disable-rrdtool
1187 %endif
1188
1189 %if %{with_sensors}
1190 %define _with_sensors --enable-sensors
1191 %else
1192 %define _with_sensors --disable-sensors
1193 %endif
1194
1195 %if %{with_serial}
1196 %define _with_serial --enable-serial
1197 %else
1198 %define _with_serial --disable-serial
1199 %endif
1200
1201 %if %{with_sigrok}
1202 %define _with_sigrok --enable-sigrok
1203 %else
1204 %define _with_sigrok --disable-sigrok
1205 %endif
1206
1207 %if %{with_snmp}
1208 %define _with_snmp --enable-snmp
1209 %else
1210 %define _with_snmp --disable-snmp
1211 %endif
1212
1213 %if %{with_statsd}
1214 %define _with_statsd --enable-statsd
1215 %else
1216 %define _with_statsd --disable-statsd
1217 %endif
1218
1219 %if %{with_swap}
1220 %define _with_swap --enable-swap
1221 %else
1222 %define _with_swap --disable-swap
1223 %endif
1224
1225 %if %{with_syslog}
1226 %define _with_syslog --enable-syslog
1227 %else
1228 %define _with_syslog --disable-syslog
1229 %endif
1230
1231 %if %{with_table}
1232 %define _with_table --enable-table
1233 %else
1234 %define _with_table --disable-table
1235 %endif
1236
1237 %if %{with_tail}
1238 %define _with_tail --enable-tail
1239 %else
1240 %define _with_tail --disable-tail
1241 %endif
1242
1243 %if %{with_tail_csv}
1244 %define _with_tail_csv --enable-tail_csv
1245 %else
1246 %define _with_tail_csv --disable-tail_csv
1247 %endif
1248
1249 %if %{with_tape}
1250 %define _with_tape --enable-tape
1251 %else
1252 %define _with_tape --disable-tape
1253 %endif
1254
1255 %if %{with_tcpconns}
1256 %define _with_tcpconns --enable-tcpconns
1257 %else
1258 %define _with_tcpconns --disable-tcpconns
1259 %endif
1260
1261 %if %{with_teamspeak2}
1262 %define _with_teamspeak2 --enable-teamspeak2
1263 %else
1264 %define _with_teamspeak2 --disable-teamspeak2
1265 %endif
1266
1267 %if %{with_ted}
1268 %define _with_ted --enable-ted
1269 %else
1270 %define _with_ted --disable-ted
1271 %endif
1272
1273 %if %{with_thermal}
1274 %define _with_thermal --enable-thermal
1275 %else
1276 %define _with_thermal --disable-thermal
1277 %endif
1278
1279 %if %{with_threshold}
1280 %define _with_threshold --enable-threshold
1281 %else
1282 %define _with_threshold --disable-threshold
1283 %endif
1284
1285 %if %{with_tokyotyrant}
1286 %define _with_tokyotyrant --enable-tokyotyrant
1287 %else
1288 %define _with_tokyotyrant --disable-tokyotyrant
1289 %endif
1290
1291 %if %{with_unixsock}
1292 %define _with_unixsock --enable-unixsock
1293 %else
1294 %define _with_unixsock --disable-unixsock
1295 %endif
1296
1297 %if %{with_uptime}
1298 %define _with_uptime --enable-uptime
1299 %else
1300 %define _with_uptime --disable-uptime
1301 %endif
1302
1303 %if %{with_users}
1304 %define _with_users --enable-users
1305 %else
1306 %define _with_users --disable-users
1307 %endif
1308
1309 %if %{with_uuid}
1310 %define _with_uuid --enable-uuid
1311 %else
1312 %define _with_uuid --disable-uuid
1313 %endif
1314
1315 %if %{with_varnish}
1316 %define _with_varnish --enable-varnish
1317 %else
1318 %define _with_varnish --disable-varnish
1319 %endif
1320
1321 %if %{with_vmem}
1322 %define _with_vmem --enable-vmem
1323 %else
1324 %define _with_vmem --disable-vmem
1325 %endif
1326
1327 %if %{with_vserver}
1328 %define _with_vserver --enable-vserver
1329 %else
1330 %define _with_vserver --disable-vserver
1331 %endif
1332
1333 %if %{with_wireless}
1334 %define _with_wireless --enable-wireless
1335 %else
1336 %define _with_wireless --disable-wireless
1337 %endif
1338
1339 %if %{with_write_graphite}
1340 %define _with_write_graphite --enable-write_graphite
1341 %else
1342 %define _with_write_graphite --disable-write_graphite
1343 %endif
1344
1345 %if %{with_write_http}
1346 %define _with_write_http --enable-write_http
1347 %else
1348 %define _with_write_http --disable-write_http
1349 %endif
1350
1351 %if %{with_write_mongodb}
1352 %define _with_write_mongodb --enable-write_mongodb
1353 %else
1354 %define _with_write_mongodb --disable-write_mongodb --without-libmongoc
1355 %endif
1356
1357 %if %{with_write_redis}
1358 %define _with_write_redis --enable-write_redis
1359 %else
1360 %define _with_write_redis --disable-write_redis --without-libcredis
1361 %endif
1362
1363 %if %{with_write_riemann}
1364 %define _with_write_riemann --enable-write_riemann
1365 %else
1366 %define _with_write_riemann --disable-write_riemann
1367 %endif
1368
1369 %if %{with_xmms}
1370 %define _with_xmms --enable-xmms
1371 %else
1372 %define _with_xmms --disable-xmms
1373 %endif
1374
1375 %if %{with_zfs_arc}
1376 %define _with_zfs_arc --enable-zfs_arc
1377 %else
1378 %define _with_zfs_arc --disable-zfs_arc
1379 %endif
1380
1381 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1382         --disable-static \
1383         --without-included-ltdl \
1384         --enable-all-plugins=yes \
1385         --enable-match_empty_counter \
1386         --enable-match_hashed \
1387         --enable-match_regex \
1388         --enable-match_timediff \
1389         --enable-match_value \
1390         --enable-target_notification \
1391         --enable-target_replace \
1392         --enable-target_scale \
1393         --enable-target_set \
1394         --enable-target_v5upgrade \
1395         %{?_with_aggregation} \
1396         %{?_with_amqp} \
1397         %{?_with_apache} \
1398         %{?_with_apcups} \
1399         %{?_with_apple_sensors} \
1400         %{?_with_aquaero} \
1401         %{?_with_ascent} \
1402         %{?_with_battery} \
1403         %{?_with_bind} \
1404         %{?_with_cgroups} \
1405         %{?_with_conntrack} \
1406         %{?_with_contextswitch} \
1407         %{?_with_cpu} \
1408         %{?_with_cpufreq} \
1409         %{?_with_csv} \
1410         %{?_with_curl} \
1411         %{?_with_curl_json} \
1412         %{?_with_curl_xml} \
1413         %{?_with_dbi} \
1414         %{?_with_df} \
1415         %{?_with_disk} \
1416         %{?_with_dns} \
1417         %{?_with_email} \
1418         %{?_with_entropy} \
1419         %{?_with_ethstat} \
1420         %{?_with_exec} \
1421         %{?_with_filecount} \
1422         %{?_with_fscache} \
1423         %{?_with_gmond} \
1424         %{?_with_hddtemp} \
1425         %{?_with_interface} \
1426         %{?_with_ipmi} \
1427         %{?_with_iptables} \
1428         %{?_with_ipvs} \
1429         %{?_with_java} \
1430         %{?_with_libvirt} \
1431         %{?_with_lpar} \
1432         %{?_with_lvm} \
1433         %{?_with_memcachec} \
1434         %{?_with_mic} \
1435         %{?_with_modbus} \
1436         %{?_with_multimeter} \
1437         %{?_with_mysql} \
1438         %{?_with_netapp} \
1439         %{?_with_netlink} \
1440         %{?_with_nginx} \
1441         %{?_with_notify_desktop} \
1442         %{?_with_notify_email} \
1443         %{?_with_nut} \
1444         %{?_with_onewire} \
1445         %{?_with_oracle} \
1446         %{?_with_perl} \
1447         %{?_with_pf} \
1448         %{?_with_pinba} \
1449         %{?_with_ping} \
1450         %{?_with_postgresql} \
1451         %{?_with_python} \
1452         %{?_with_redis} \
1453         %{?_with_routeros} \
1454         %{?_with_rrdcached} \
1455         %{?_with_rrdtool} \
1456         %{?_with_sensors} \
1457         %{?_with_sigrok} \
1458         %{?_with_snmp} \
1459         %{?_with_tape} \
1460         %{?_with_tokyotyrant} \
1461         %{?_with_varnish} \
1462         %{?_with_write_http} \
1463         %{?_with_write_mongodb} \
1464         %{?_with_write_redis} \
1465         %{?_with_xmms} \
1466         %{?_with_zfs_arc} \
1467         %{?_with_irq} \
1468         %{?_with_load} \
1469         %{?_with_logfile} \
1470         %{?_with_madwifi} \
1471         %{?_with_mbmon} \
1472         %{?_with_md} \
1473         %{?_with_memcached} \
1474         %{?_with_memory} \
1475         %{?_with_network} \
1476         %{?_with_nfs} \
1477         %{?_with_ntpd} \
1478         %{?_with_numa} \
1479         %{?_with_olsrd} \
1480         %{?_with_openvpn} \
1481         %{?_with_powerdns} \
1482         %{?_with_processes} \
1483         %{?_with_protocols} \
1484         %{?_with_serial} \
1485         %{?_with_statsd} \
1486         %{?_with_swap} \
1487         %{?_with_syslog} \
1488         %{?_with_table} \
1489         %{?_with_tail} \
1490         %{?_with_tail_csv} \
1491         %{?_with_tcpconns} \
1492         %{?_with_teamspeak2} \
1493         %{?_with_ted} \
1494         %{?_with_thermal} \
1495         %{?_with_threshold} \
1496         %{?_with_unixsock} \
1497         %{?_with_uptime} \
1498         %{?_with_users} \
1499         %{?_with_uuid} \
1500         %{?_with_vmem} \
1501         %{?_with_vserver} \
1502         %{?_with_wireless}\
1503         %{?_with_write_graphite} \
1504         %{?_with_write_http} \
1505         %{?_with_write_riemann}
1506
1507
1508 %{__make} %{?_smp_mflags}
1509
1510
1511 %install
1512 rm -rf %{buildroot}
1513 %{__make} install DESTDIR=%{buildroot}
1514 %{__install} -Dp -m 0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1515 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1516 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1517 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1518
1519 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1520 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1521
1522 %{__cp} -a contrib/collection3 %{buildroot}%{_localstatedir}/www
1523 %{__cp} -a contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1524
1525 %{__cp} -a contrib/php-collection %{buildroot}%{_localstatedir}/www
1526 %{__cp} -a contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1527
1528 ### Clean up docs
1529 find contrib/ -type f -exec %{__chmod} a-x {} \;
1530 # *.la files shouldn't be distributed.
1531 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1532
1533 # Move the Perl examples to a separate directory.
1534 mkdir perl-examples
1535 find contrib -name '*.p[lm]' -exec mv {} perl-examples/ \;
1536
1537 # Remove Perl hidden .packlist files.
1538 find %{buildroot} -type f -name .packlist -delete
1539 # Remove Perl temporary file perllocal.pod
1540 find %{buildroot} -type f -name perllocal.pod -delete
1541
1542 %if ! %{with_java}
1543 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
1544 %endif
1545
1546 %if ! %{with_perl}
1547 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
1548 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
1549 rm -fr perl-examples/
1550 rm -fr %{buildroot}/usr/lib/perl5/
1551 %endif
1552
1553 %if ! %{with_python}
1554 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
1555 %endif
1556
1557 %if ! %{with_snmp}
1558 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
1559 %endif
1560
1561
1562 %clean
1563 rm -rf %{buildroot}
1564
1565 %post
1566 /sbin/chkconfig --add collectd
1567
1568 %preun
1569 if [ $1 -eq 0 ]; then
1570         /sbin/service collectd stop &>/dev/null
1571         /sbin/chkconfig --del collectd
1572 fi
1573
1574 %postun
1575 if [ $1 -ge 1 ]; then
1576         /sbin/service collectd condrestart &>/dev/null || :
1577 fi
1578
1579 %post -n libcollectdclient -p /sbin/ldconfig
1580 %postun -n libcollectdclient -p /sbin/ldconfig
1581
1582
1583 %files
1584 %doc AUTHORS COPYING ChangeLog README
1585 %config(noreplace) %{_sysconfdir}/collectd.conf
1586 %{_initrddir}/collectd
1587 %{_sbindir}/collectd
1588 %{_bindir}/collectd-nagios
1589 %{_bindir}/collectd-tg
1590 %{_bindir}/collectdctl
1591 %{_sbindir}/collectdmon
1592 %{_datadir}/collectd/
1593 %{_sharedstatedir}/collectd
1594 %{_mandir}/man1/collectd-nagios.1*
1595 %{_mandir}/man1/collectd.1*
1596 %{_mandir}/man1/collectdctl.1*
1597 %{_mandir}/man1/collectdmon.1*
1598 %{_mandir}/man1/collectd-tg.1*
1599 %{_mandir}/man5/collectd-email.5*
1600 %{_mandir}/man5/collectd-exec.5*
1601 %{_mandir}/man5/collectd-threshold.5*
1602 %{_mandir}/man5/collectd-unixsock.5*
1603 %{_mandir}/man5/collectd.conf.5*
1604 %{_mandir}/man5/types.db.5*
1605
1606 # all plugins bundled with the main collectd package
1607 %{_libdir}/%{name}/match_empty_counter.so
1608 %{_libdir}/%{name}/match_hashed.so
1609 %{_libdir}/%{name}/match_regex.so
1610 %{_libdir}/%{name}/match_timediff.so
1611 %{_libdir}/%{name}/match_value.so
1612 %{_libdir}/%{name}/target_notification.so
1613 %{_libdir}/%{name}/target_replace.so
1614 %{_libdir}/%{name}/target_scale.so
1615 %{_libdir}/%{name}/target_set.so
1616 %{_libdir}/%{name}/target_v5upgrade.so
1617
1618 %if %{with_aggregation}
1619 %{_libdir}/%{name}/aggregation.so
1620 %endif
1621 %if %{with_apcups}
1622 %{_libdir}/%{name}/apcups.so
1623 %endif
1624 %if %{with_battery}
1625 %{_libdir}/%{name}/battery.so
1626 %endif
1627 %if %{with_cgroups}
1628 %{_libdir}/%{name}/cgroups.so
1629 %endif
1630 %if %{with_conntrack}
1631 %{_libdir}/%{name}/conntrack.so
1632 %endif
1633 %if %{with_contextswitch}
1634 %{_libdir}/%{name}/contextswitch.so
1635 %endif
1636 %if %{with_cpu}
1637 %{_libdir}/%{name}/cpu.so
1638 %endif
1639 %if %{with_cpufreq}
1640 %{_libdir}/%{name}/cpufreq.so
1641 %endif
1642 %if %{with_csv}
1643 %{_libdir}/%{name}/csv.so
1644 %endif
1645 %if %{with_df}
1646 %{_libdir}/%{name}/df.so
1647 %endif
1648 %if %{with_disk}
1649 %{_libdir}/%{name}/disk.so
1650 %endif
1651 %if %{with_ethstat}
1652 %{_libdir}/%{name}/ethstat.so
1653 %endif
1654 %if %{with_entropy}
1655 %{_libdir}/%{name}/entropy.so
1656 %endif
1657 %if %{with_exec}
1658 %{_libdir}/%{name}/exec.so
1659 %endif
1660 %if %{with_filecount}
1661 %{_libdir}/%{name}/filecount.so
1662 %endif
1663 %if %{with_fscache}
1664 %{_libdir}/%{name}/fscache.so
1665 %endif
1666 %if %{with_interface}
1667 %{_libdir}/%{name}/interface.so
1668 %endif
1669 %if %{with_ipvs}
1670 %{_libdir}/%{name}/ipvs.so
1671 %endif
1672 %if %{with_irq}
1673 %{_libdir}/%{name}/irq.so
1674 %endif
1675 %if %{with_load}
1676 %{_libdir}/%{name}/load.so
1677 %endif
1678 %if %{with_logfile}
1679 %{_libdir}/%{name}/logfile.so
1680 %endif
1681 %if %{with_madwifi}
1682 %{_libdir}/%{name}/madwifi.so
1683 %endif
1684 %if %{with_mbmon}
1685 %{_libdir}/%{name}/mbmon.so
1686 %endif
1687 %if %{with_md}
1688 %{_libdir}/%{name}/md.so
1689 %endif
1690 %if %{with_memcached}
1691 %{_libdir}/%{name}/memcached.so
1692 %endif
1693 %if %{with_memory}
1694 %{_libdir}/%{name}/memory.so
1695 %endif
1696 %if %{with_multimeter}
1697 %{_libdir}/%{name}/multimeter.so
1698 %endif
1699 %if %{with_network}
1700 %{_libdir}/%{name}/network.so
1701 %endif
1702 %if %{with_nfs}
1703 %{_libdir}/%{name}/nfs.so
1704 %endif
1705 %if %{with_ntpd}
1706 %{_libdir}/%{name}/ntpd.so
1707 %endif
1708 %if %{with_numa}
1709 %{_libdir}/%{name}/numa.so
1710 %endif
1711 %if %{with_openvpn}
1712 %{_libdir}/%{name}/openvpn.so
1713 %endif
1714 %if %{with_olsrd}
1715 %{_libdir}/%{name}/olsrd.so
1716 %endif
1717 %if %{with_powerdns}
1718 %{_libdir}/%{name}/powerdns.so
1719 %endif
1720 %if %{with_processes}
1721 %{_libdir}/%{name}/processes.so
1722 %endif
1723 %if %{with_protocols}
1724 %{_libdir}/%{name}/protocols.so
1725 %endif
1726 %if %{with_serial}
1727 %{_libdir}/%{name}/serial.so
1728 %endif
1729 %if %{with_statsd}
1730 %{_libdir}/%{name}/statsd.so
1731 %endif
1732 %if %{with_swap}
1733 %{_libdir}/%{name}/swap.so
1734 %endif
1735 %if %{with_syslog}
1736 %{_libdir}/%{name}/syslog.so
1737 %endif
1738 %if %{with_table}
1739 %{_libdir}/%{name}/table.so
1740 %endif
1741 %if %{with_tail}
1742 %{_libdir}/%{name}/tail.so
1743 %endif
1744 %if %{with_tail_csv}
1745 %{_libdir}/%{name}/tail_csv.so
1746 %endif
1747 %if %{with_tcpconns}
1748 %{_libdir}/%{name}/tcpconns.so
1749 %endif
1750 %if %{with_teamspeak2}
1751 %{_libdir}/%{name}/teamspeak2.so
1752 %endif
1753 %if %{with_ted}
1754 %{_libdir}/%{name}/ted.so
1755 %endif
1756 %if %{with_thermal}
1757 %{_libdir}/%{name}/thermal.so
1758 %endif
1759 %if %{with_load}
1760 %{_libdir}/%{name}/threshold.so
1761 %endif
1762 %if %{with_unixsock}
1763 %{_libdir}/%{name}/unixsock.so
1764 %endif
1765 %if %{with_uptime}
1766 %{_libdir}/%{name}/uptime.so
1767 %endif
1768 %if %{with_users}
1769 %{_libdir}/%{name}/users.so
1770 %endif
1771 %if %{with_uuid}
1772 %{_libdir}/%{name}/uuid.so
1773 %endif
1774 %if %{with_vmem}
1775 %{_libdir}/%{name}/vmem.so
1776 %endif
1777 %if %{with_vserver}
1778 %{_libdir}/%{name}/vserver.so
1779 %endif
1780 %if %{with_wireless}
1781 %{_libdir}/%{name}/wireless.so
1782 %endif
1783 %if %{with_write_graphite}
1784 %{_libdir}/%{name}/write_graphite.so
1785 %endif
1786
1787
1788 %files -n libcollectdclient-devel
1789 %{_includedir}/collectd/client.h
1790 %{_includedir}/collectd/network.h
1791 %{_includedir}/collectd/network_buffer.h
1792 %{_includedir}/collectd/lcc_features.h
1793 %{_libdir}/pkgconfig/libcollectdclient.pc
1794
1795 %files -n libcollectdclient
1796 %{_libdir}/libcollectdclient.so
1797 %{_libdir}/libcollectdclient.so.*
1798
1799 %if %{with_amqp}
1800 %files amqp
1801 %{_libdir}/%{name}/amqp.so
1802 %endif
1803
1804 %if %{with_apache}
1805 %files apache
1806 %{_libdir}/%{name}/apache.so
1807 %endif
1808
1809 %if %{with_aquaero}
1810 %files aquaero
1811 %{_libdir}/%{name}/aquaero.so
1812 %endif
1813
1814 %if %{with_ascent}
1815 %files ascent
1816 %{_libdir}/%{name}/ascent.so
1817 %endif
1818
1819 %if %{with_bind}
1820 %files bind
1821 %{_libdir}/%{name}/bind.so
1822 %endif
1823
1824 %if %{with_curl}
1825 %files curl
1826 %{_libdir}/%{name}/curl.so
1827 %endif
1828
1829 %if %{with_curl_json}
1830 %files curl_json
1831 %{_libdir}/%{name}/curl_json.so
1832 %endif
1833
1834 %if %{with_curl_xml}
1835 %files curl_xml
1836 %{_libdir}/%{name}/curl_xml.so
1837 %endif
1838
1839 %if %{with_dns}
1840 %files dns
1841 %{_libdir}/%{name}/dns.so
1842 %endif
1843
1844 %if %{with_dbi}
1845 %files dbi
1846 %{_libdir}/%{name}/dbi.so
1847 %endif
1848
1849 %if %{with_email}
1850 %files email
1851 %{_libdir}/%{name}/email.so
1852 %endif
1853
1854 %if %{with_gmond}
1855 %files gmond
1856 %{_libdir}/%{name}/gmond.so
1857 %endif
1858
1859 %if %{with_hddtemp}
1860 %files hddtemp
1861 %{_libdir}/%{name}/hddtemp.so
1862 %endif
1863
1864 %if %{with_ipmi}
1865 %files ipmi
1866 %{_libdir}/%{name}/ipmi.so
1867 %endif
1868
1869 %if %{with_iptables}
1870 %files iptables
1871 %{_libdir}/%{name}/iptables.so
1872 %endif
1873
1874 %if %{with_java}
1875 %files java
1876 %{_prefix}/share/collectd/java/collectd-api.jar
1877 %{_prefix}/share/collectd/java/generic-jmx.jar
1878 %{_libdir}/%{name}/java.so
1879 %{_mandir}/man5/collectd-java.5*
1880 %endif
1881
1882 %if %{with_libvirt}
1883 %files libvirt
1884 %{_libdir}/%{name}/libvirt.so
1885 %endif
1886
1887 %if %{with_lvm}
1888 %files lvm
1889 %{_libdir}/%{name}/lvm.so
1890 %endif
1891
1892 %if %{with_memcachec}
1893 %files memcachec
1894 %{_libdir}/%{name}/memcachec.so
1895 %endif
1896
1897 %if %{with_mic}
1898 %files mic
1899 %{_libdir}/%{name}/mic.so
1900 %endif
1901
1902 %if %{with_mysql}
1903 %files mysql
1904 %{_libdir}/%{name}/mysql.so
1905 %endif
1906
1907 %if %{with_netlink}
1908 %files netlink
1909 %{_libdir}/%{name}/netlink.so
1910 %endif
1911
1912 %if %{with_nginx}
1913 %files nginx
1914 %{_libdir}/%{name}/nginx.so
1915 %endif
1916
1917 %if %{with_notify_desktop}
1918 %files notify_desktop
1919 %{_libdir}/%{name}/notify_desktop.so
1920 %endif
1921
1922 %if %{with_notify_email}
1923 %files notify_email
1924 %{_libdir}/%{name}/notify_email.so
1925 %endif
1926
1927 %if %{with_nut}
1928 %files nut
1929 %{_libdir}/%{name}/nut.so
1930 %endif
1931
1932 %if %{with_perl}
1933 %files perl
1934 %doc perl-examples/*
1935 %{perl_vendorlib}/Collectd.pm
1936 %{perl_vendorlib}/Collectd/
1937 %{_mandir}/man3/Collectd::Unixsock.3pm*
1938 %{_mandir}/man5/collectd-perl.5*
1939 %{_libdir}/%{name}/perl.so
1940 %endif
1941
1942 %if %{with_pinba}
1943 %files pinba
1944 %{_libdir}/%{name}/pinba.so
1945 %endif
1946
1947 %if %{with_ping}
1948 %files ping
1949 %{_libdir}/%{name}/ping.so
1950 %endif
1951
1952 %if %{with_postgresql}
1953 %files postgresql
1954 %{_prefix}/share/collectd/postgresql_default.conf
1955 %{_libdir}/%{name}/postgresql.so
1956 %endif
1957
1958 %if %{with_python}
1959 %files python
1960 %{_mandir}/man5/collectd-python*
1961 %{_libdir}/%{name}/python.so
1962 %endif
1963
1964 %if %{with_redis}
1965 %files redis
1966 %{_libdir}/%{name}/redis.so
1967 %endif
1968
1969 %if %{with_rrdcached}
1970 %files rrdcached
1971 %{_libdir}/%{name}/rrdcached.so
1972 %endif
1973
1974 %if %{with_rrdtool}
1975 %files rrdtool
1976 %{_libdir}/%{name}/rrdtool.so
1977 %endif
1978
1979 %if %{with_sensors}
1980 %files sensors
1981 %{_libdir}/%{name}/sensors.so
1982 %endif
1983
1984 %if %{with_sigrok}
1985 %files sigrok
1986 %{_libdir}/%{name}/sigrok.so
1987 %endif
1988
1989 %if %{with_snmp}
1990 %files snmp
1991 %{_mandir}/man5/collectd-snmp.5*
1992 %{_libdir}/%{name}/snmp.so
1993 %endif
1994
1995 %if %{with_varnish}
1996 %files varnish
1997 %{_libdir}/%{name}/varnish.so
1998 %endif
1999
2000 %if %{with_write_http}
2001 %files write_http
2002 %{_libdir}/%{name}/write_http.so
2003 %endif
2004
2005 %if %{with_write_redis}
2006 %files write_redis
2007 %{_libdir}/%{name}/write_redis.so
2008 %endif
2009
2010 %if %{with_write_riemann}
2011 %files write_riemann
2012 %{_libdir}/%{name}/write_riemann.so
2013 %endif
2014
2015 %files collection3
2016 %{_localstatedir}/www/collection3
2017 %{_sysconfdir}/httpd/conf.d/collection3.conf
2018
2019 %files php-collection
2020 %{_localstatedir}/www/php-collection
2021 %{_sysconfdir}/httpd/conf.d/php-collection.conf
2022
2023 %files contrib
2024 %doc contrib/
2025
2026 %changelog
2027 * Mon Aug 19 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.4.0-1
2028 - New upstream version
2029 - Build netlink plugin by default
2030 - Enable cgroups, lvm and statsd plugins
2031 - Enable (but don't build by default) mic, aquaero and sigrok plugins
2032
2033 * Wed Aug 06 2014 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-2
2034 - Enabled modbus plugin
2035
2036 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
2037 - New upstream version
2038 - Added RHEL5 support:
2039   * conditionally disable plugins not building on this platform
2040   * add/specify some build dependencies and options
2041   * replace some RPM macros not available on this platform
2042 - Removed duplicate --enable-aggregation
2043 - Added some comments & usage examples
2044 - Replaced a couple of "Buildrequires" by "BuildRequires"
2045
2046 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
2047 - New upstream version
2048 - Enabled write_riemann plugin
2049 - Enabled tail_csv plugin
2050 - Installed collectd-tc manpage
2051
2052 * Thu Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
2053 - remove dependency on libstatgrab, which isn't required on linux
2054
2055 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
2056 - collection3 and php-collection viewers are now in separate packages
2057
2058 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
2059 - New upstream version
2060 - Enabled aggregation plugin
2061 - Installed collectd-tc
2062 - Added network.h and network_buffer.h to libcollectdclient-devel
2063 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
2064 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
2065 - Added rrdcached and redis plugin descriptions
2066 - Mentioned new pf plugin in disabled plugins list
2067
2068 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
2069 - Follow Fedora Packaging Guidelines in java subpackage
2070
2071 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
2072 - Move perl stuff to perl_vendorlib
2073 - Replace hardcoded paths with macros
2074 - Remove unnecessary Requires
2075 - Removed .a and .la files
2076 - Some other small cleanups
2077
2078 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
2079 - New upstream version
2080 - Changes to support 5.1.0
2081 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
2082 - All plugins requiring external libraries are now shipped in separate
2083   packages.
2084 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
2085   the build process + ensure build deps are installed.
2086 - Dropped per-plugin configuration files, as they tend to diverge from upstream
2087   defaults.
2088 - Moved perl stuff to /usr/share/perl5/
2089 - Don't alter Interval and ReadThreads by default, let the user change this
2090   himself.
2091 - Initscript improvements:
2092   * checks configuration before (re)starting, based on debian's initscript
2093   * use /etc/sysconfig instdead of /etc/default
2094   * include optional $ARGS in arguments passed to collectd.
2095 - Drop collection.cgi from main package, as it's been obsoleted by collection3
2096 - Moved contrib/ to its own package, to avoid cluttering the main package with
2097   non-essential stuff.
2098 - Replaced BuildPrereq by BuildRequires
2099
2100 * Tue Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
2101 - New upstream version
2102 - Changes to support 5.0.1
2103
2104 * Tue Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
2105 - New upstream version
2106 - Changes to support 4.9.0
2107 - Added support for Java/GenericJMX plugin
2108
2109 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
2110 - New upstream version
2111 - Changes to support 4.3.1
2112 - Added More Prereqs to support more plugins
2113 - Added support for perl plugin
2114
2115 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
2116 - New upstream version
2117
2118 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
2119 - New major releas
2120 - Changes to support 4.0.5
2121
2122 * Wed Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
2123 - fixed spec file to build correctly on fedora core
2124 - added improved init.d script to work with chkconfig
2125 - added %%post and %%postun to call chkconfig automatically
2126
2127 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
2128 - New upstream version
2129
2130 * Tue Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
2131 - New upstream version
2132
2133 * Tue Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
2134 - New upstream version
2135
2136 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
2137 - New upstream version
2138
2139 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2140 - New upstream version
2141
2142 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2143 - New upstream version
2144
2145 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2146 - New upstream version
2147 - Added the `apache' package.
2148
2149 * Thu Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2150 - New upstream version
2151
2152 * Thu Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2153 - New upstream version
2154
2155 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2156 - New upstream version
2157
2158 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2159 - Include `tape.so' so the build doesn't terminate because of missing files..
2160 - New upstream version
2161
2162 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2163 - New upstream version
2164
2165 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2166 - New upstream version
2167 - Removed the extra `hddtemp' package
2168
2169 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2170 - New upstream version
2171
2172 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2173 - New upstream version
2174
2175 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2176 - New upstream version
2177 - Added config file, `collectd.conf(5)', `df.so'
2178 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2179
2180 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2181 - New upstream version
2182
2183 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2184 - New upstream version
2185
2186 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2187 - New upstream version
2188
2189 * Tue Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2190 - New upstream version
2191 - Added statement to remove the `*.la' files. This fixes a problem when
2192   `Unpackaged files terminate build' is in effect.
2193 - Added `processes.so*' to the main package
2194
2195 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2196 - New upstream version
2197 - Added package `collectd-hddtemp'
2198
2199 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2200 - New upstream version
2201 - Split the package into `collectd' and `collectd-sensors'
2202
2203 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2204 - New upstream version
2205
2206 * Mon Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2207 - New upstream version
2208
2209 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2210 - New upstream version
2211
2212 * Sun Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2213 - New upstream version
2214
2215 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2216 - New upstream version
2217
2218 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2219 - New upstream version
2220
2221 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2222 - New upstream version
2223
2224 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2225 - New upstream version
2226
2227 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2228 - Built on RedHat 7.3