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