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