Merge branch 'collectd-5.7'
[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, 6 and 7. 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 # - fetch the desired collectd release file from https://collectd.org/files/
18 #   and save it in your ~/rpmbuild/SOURCES/ directory (or build your own out of
19 #   the git repository: ./build.sh && ./configure && make-dist-bz2)
20 #
21 # - copy this file in your ~/rpmbuild/SPECS/ directory. Make sure the
22 #   "Version:" tag matches the version from the tarball.
23 #
24 # - build the SRPM first:
25 #   mock -r centos-6-x86_64 --buildsrpm --spec ~/rpmbuild/SPECS/collectd.spec \
26 #     --sources ~/rpmbuild/SOURCES/
27 #
28 # - then build the RPMs:
29 #   mock -r centos-6-x86_64 --no-clean --rebuild \
30 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
31 #
32 # - you can also optionally enable/disable plugins which are disabled/enabled
33 #   by default:
34 #   mock -r centos-6-x86_64 --no-clean --without=java --with=oracle --rebuild \
35 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
36 #
37
38 %global _hardened_build 1
39 %{?perl_default_filter}
40
41 # plugins enabled by default
42 %define with_aggregation 0%{!?_without_aggregation:1}
43 %define with_amqp 0%{!?_without_amqp:1}
44 %define with_apache 0%{!?_without_apache:1}
45 %define with_apcups 0%{!?_without_apcups:1}
46 %define with_ascent 0%{!?_without_ascent:1}
47 %define with_battery 0%{!?_without_battery:1}
48 %define with_bind 0%{!?_without_bind:1}
49 %define with_ceph 0%{!?_without_ceph:1}
50 %define with_cgroups 0%{!?_without_cgroups:1}
51 %define with_chrony 0%{!?_without_chrony:1}
52 %define with_conntrack 0%{!?_without_conntrack:1}
53 %define with_contextswitch 0%{!?_without_contextswitch:1}
54 %define with_cpu 0%{!?_without_cpu:1}
55 %define with_cpufreq 0%{!?_without_cpufreq:1}
56 %define with_cpusleep 0%{!?_without_cpusleep:1}
57 %define with_csv 0%{!?_without_csv:1}
58 %define with_curl 0%{!?_without_curl:1}
59 %define with_curl_json 0%{!?_without_curl_json:1}
60 %define with_curl_xml 0%{!?_without_curl_xml:1}
61 %define with_dbi 0%{!?_without_dbi:1}
62 %define with_df 0%{!?_without_df:1}
63 %define with_disk 0%{!?_without_disk:1}
64 %define with_dns 0%{!?_without_dns:1}
65 %define with_drbd 0%{!?_without_drbd:1}
66 %define with_email 0%{!?_without_email:1}
67 %define with_entropy 0%{!?_without_entropy:1}
68 %define with_ethstat 0%{!?_without_ethstat:1}
69 %define with_exec 0%{!?_without_exec:1}
70 %define with_fhcount 0%{!?_without_fhcount:1}
71 %define with_filecount 0%{!?_without_filecount:1}
72 %define with_fscache 0%{!?_without_fscache:1}
73 %define with_gmond 0%{!?_without_gmond:1}
74 %define with_gps 0%{!?_without_gps:1}
75 %define with_hddtemp 0%{!?_without_hddtemp:1}
76 %define with_hugepages 0%{!?_without_hugepages:1}
77 %define with_interface 0%{!?_without_interface:1}
78 %define with_ipc 0%{!?_without_ipc:1}
79 %define with_ipmi 0%{!?_without_ipmi:1}
80 %define with_iptables 0%{!?_without_iptables:1}
81 %define with_ipvs 0%{!?_without_ipvs:1}
82 %define with_irq 0%{!?_without_irq:1}
83 %define with_java 0%{!?_without_java:1}
84 %define with_load 0%{!?_without_load:1}
85 %define with_log_logstash 0%{!?_without_log_logstash:1}
86 %define with_logfile 0%{!?_without_logfile:1}
87 %define with_lua 0%{!?_without_lua:1}
88 %define with_lvm 0%{!?_without_lvm:1}
89 %define with_madwifi 0%{!?_without_madwifi:1}
90 %define with_mbmon 0%{!?_without_mbmon:1}
91 %define with_mcelog 0%{!?_without_mcelog:1}
92 %define with_md 0%{!?_without_md:1}
93 %define with_memcachec 0%{!?_without_memcachec:1}
94 %define with_memcached 0%{!?_without_memcached:1}
95 %define with_memory 0%{!?_without_memory:1}
96 %define with_modbus 0%{!?_without_modbus:1}
97 %define with_mqtt 0%{!?_without_mqtt:1}
98 %define with_multimeter 0%{!?_without_multimeter:1}
99 %define with_mysql 0%{!?_without_mysql:1}
100 %define with_netlink 0%{!?_without_netlink:1}
101 %define with_network 0%{!?_without_network:1}
102 %define with_nfs 0%{!?_without_nfs:1}
103 %define with_nginx 0%{!?_without_nginx:1}
104 %define with_notify_desktop 0%{!?_without_notify_desktop:1}
105 %define with_notify_email 0%{!?_without_notify_email:1}
106 %define with_notify_nagios 0%{!?_without_notify_nagios:1}
107 %define with_ntpd 0%{!?_without_ntpd:1}
108 %define with_numa 0%{!?_without_numa:1}
109 %define with_nut 0%{!?_without_nut:1}
110 %define with_olsrd 0%{!?_without_olsrd:1}
111 %define with_openldap 0%{!?_without_openldap:1}
112 %define with_openvpn 0%{!?_without_openvpn:1}
113 %define with_ovs_events 0%{!?_without_ovs_events:1}
114 %define with_perl 0%{!?_without_perl:1}
115 %define with_pinba 0%{!?_without_pinba:1}
116 %define with_ping 0%{!?_without_ping:1}
117 %define with_postgresql 0%{!?_without_postgresql:1}
118 %define with_powerdns 0%{!?_without_powerdns:1}
119 %define with_processes 0%{!?_without_processes:1}
120 %define with_protocols 0%{!?_without_protocols:1}
121 %define with_python 0%{!?_without_python:1}
122 %define with_redis 0%{!?_without_redis:1}
123 %define with_rrdcached 0%{!?_without_rrdcached:1}
124 %define with_rrdtool 0%{!?_without_rrdtool:1}
125 %define with_sensors 0%{!?_without_sensors:1}
126 %define with_serial 0%{!?_without_serial:1}
127 %define with_smart 0%{!?_without_smart:1}
128 %define with_snmp 0%{!?_without_snmp:1}
129 %define with_statsd 0%{!?_without_statsd:1}
130 %define with_swap 0%{!?_without_swap:1}
131 %define with_syslog 0%{!?_without_syslog:1}
132 %define with_table 0%{!?_without_table:1}
133 %define with_tail 0%{!?_without_tail:1}
134 %define with_tail_csv 0%{!?_without_tail_csv:1}
135 %define with_tcpconns 0%{!?_without_tcpconns:1}
136 %define with_teamspeak2 0%{!?_without_teamspeak2:1}
137 %define with_ted 0%{!?_without_ted:1}
138 %define with_thermal 0%{!?_without_thermal:1}
139 %define with_threshold 0%{!?_without_threshold:1}
140 %define with_turbostat 0%{!?_without_turbostat:1}
141 %define with_unixsock 0%{!?_without_unixsock:1}
142 %define with_uptime 0%{!?_without_uptime:1}
143 %define with_users 0%{!?_without_users:1}
144 %define with_uuid 0%{!?_without_uuid:1}
145 %define with_varnish 0%{!?_without_varnish:1}
146 %define with_virt 0%{!?_without_virt:1}
147 %define with_vmem 0%{!?_without_vmem:1}
148 %define with_vserver 0%{!?_without_vserver:1}
149 %define with_wireless 0%{!?_without_wireless:1}
150 %define with_write_graphite 0%{!?_without_write_graphite:1}
151 %define with_write_http 0%{!?_without_write_http:1}
152 %define with_write_log 0%{!?_without_write_log:1}
153 %define with_write_prometheus 0%{!?_without_write_prometheus:1}
154 %define with_write_redis 0%{!?_without_write_redis:1}
155 %define with_write_riemann 0%{!?_without_write_riemann:1}
156 %define with_write_sensu 0%{!?_without_write_sensu:1}
157 %define with_write_tsdb 0%{!?_without_write_tsdb:1}
158 %define with_xmms 0%{!?_without_xmms:0%{?_has_xmms}}
159 %define with_zfs_arc 0%{!?_without_zfs_arc:1}
160 %define with_zookeeper 0%{!?_without_zookeeper:1}
161
162 # Plugins not built by default because of dependencies on libraries not
163 # available in RHEL or EPEL:
164
165 # plugin apple_sensors disabled, requires a Mac
166 %define with_apple_sensors 0%{!?_without_apple_sensors:0}
167 # plugin aquaero disabled, requires a libaquaero5
168 %define with_aquaero 0%{!?_without_aquaero:0}
169 # plugin barometer disabled, requires a libi2c
170 %define with_barometer 0%{!?_without_barometer:0}
171 # plugin dpdkevents disabled, requires libdpdk
172 %define with_dpdkevents 0%{!?_without_dpdkevents:0}
173 # plugin dpdkstat disabled, requires libdpdk
174 %define with_dpdkstat 0%{!?_without_dpdkstat:0}
175 # plugin grpc disabled, requires protobuf-compiler >= 3.0
176 %define with_grpc 0%{!?_without_grpc:0}
177 # plugin lpar disabled, requires AIX
178 %define with_lpar 0%{!?_without_lpar:0}
179 # plugin intel_rdt disabled, requires intel-cmt-cat
180 %define with_intel_rdt 0%{!?_without_intel_rdt:0}
181 # plugin mic disabled, requires Mic
182 %define with_mic 0%{!?_without_mic:0}
183 # plugin netapp disabled, requires libnetapp
184 %define with_netapp 0%{!?_without_netapp:0}
185 # plugin onewire disabled, requires libowfs
186 %define with_onewire 0%{!?_without_onewire:0}
187 # plugin oracle disabled, requires Oracle
188 %define with_oracle 0%{!?_without_oracle:0}
189 # plugin oracle disabled, requires BSD
190 %define with_pf 0%{!?_without_pf:0}
191 # plugin routeros disabled, requires librouteros
192 %define with_routeros 0%{!?_without_routeros:0}
193 # plugin sigrok disabled, requires libsigrok
194 %define with_sigrok 0%{!?_without_sigrok:0}
195 # plugin tape disabled, requires libkstat
196 %define with_tape 0%{!?_without_tape:0}
197 # plugin tokyotyrant disabled, requires tcrdb.h
198 %define with_tokyotyrant 0%{!?_without_tokyotyrant:0}
199 # plugin write_kafka disabled, requires librdkafka
200 %define with_write_kafka 0%{!?_without_write_kafka:0}
201 # plugin write_mongodb disabled, requires libmongoc
202 %define with_write_mongodb 0%{!?_without_write_mongodb:0}
203 # plugin xencpu disabled, requires xen-devel from non-default repo
204 %define with_xencpu 0%{!?_without_xencpu:0}
205 # plugin zone disabled, requires Solaris
206 %define with_zone 0%{!?_without_zone:0}
207
208 # Plugins not buildable on RHEL < 6
209 %if 0%{?rhel} && 0%{?rhel} < 6
210 %define with_ceph 0
211 %define with_curl_json 0
212 %define with_log_logstash 0
213 %define with_dns 0
214 %define with_ethstat 0
215 %define with_gmond 0
216 %define with_iptables 0
217 %define with_ipvs 0
218 %define with_lvm 0
219 %define with_modbus 0
220 %define with_netlink 0
221 %define with_redis 0
222 %define with_smart 0
223 %define with_turbostat 0
224 %define with_write_prometheus 0
225 %define with_write_redis 0
226 %define with_write_riemann 0
227 %endif
228
229 # Plugins not buildable on RHEL < 7
230 %if 0%{?rhel} && 0%{?rhel} < 7
231 %define with_cpusleep 0
232 %define with_gps 0
233 %define with_mqtt 0
234 %define with_ovs_events 0
235 %define with_redis 0
236 %define with_rrdcached 0
237 %define with_write_redis 0
238 %define with_write_riemann 0
239 %define with_xmms 0
240 %endif
241
242 Summary:        Statistics collection and monitoring daemon
243 Name:           collectd
244 Version:        5.7.1
245 Release:        4%{?dist}
246 URL:            https://collectd.org
247 Source:         https://collectd.org/files/%{name}-%{version}.tar.bz2
248 License:        GPLv2
249 Group:          System Environment/Daemons
250 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
251 BuildRequires:  libgcrypt-devel, kernel-headers, libcap-devel, which
252 Vendor:         collectd development team <collectd@verplant.org>
253
254 %if 0%{?fedora} || 0%{?rhel} >= 7
255 BuildRequires:          xfsprogs-devel
256 %{?systemd_requires}
257 BuildRequires:          systemd
258 %else
259 Requires(post):         chkconfig
260 Requires(preun):        chkconfig, initscripts
261 Requires(postun):       initscripts
262 %endif
263
264 %description
265 collectd is a small daemon which collects system information periodically and
266 provides mechanisms to monitor and store the values in a variety of ways. It
267 is written in C for performance. Since the daemon doesn't need to start up
268 every time it wants to update the values it's very fast and easy on the
269 system. Also, the statistics are very fine grained since the files are updated
270 every 10 seconds by default.
271
272 %if %{with_amqp}
273 %package amqp
274 Summary:        AMQP plugin for collectd
275 Group:          System Environment/Daemons
276 Requires:       %{name}%{?_isa} = %{version}-%{release}
277 BuildRequires:  librabbitmq-devel
278 %description amqp
279 The AMQP plugin transmits or receives values collected by collectd via the
280 Advanced Message Queuing Protocol (AMQP).
281 %endif
282
283 %if %{with_apache}
284 %package apache
285 Summary:        Apache plugin for collectd
286 Group:          System Environment/Daemons
287 Requires:       %{name}%{?_isa} = %{version}-%{release}
288 BuildRequires:  curl-devel
289 %description apache
290 This plugin collects data provided by Apache's `mod_status'.
291 %endif
292
293 %if %{with_aquaero}
294 %package aquaero
295 Summary:        aquaero plugin for collectd
296 Group:          System Environment/Daemons
297 Requires:       %{name}%{?_isa} = %{version}-%{release}
298 %description aquaero
299 Various sensors in the Aquaero 5 watercooling board made by Aquacomputer.
300 %endif
301
302 %if %{with_ascent}
303 %package ascent
304 Summary:        Ascent plugin for collectd
305 Group:          System Environment/Daemons
306 Requires:       %{name}%{?_isa} = %{version}-%{release}
307 BuildRequires:  libxml2-devel, curl-devel
308 %description ascent
309 The Ascent plugin reads and parses the statistics page of Ascent, a free and
310 open-source server software for the game World of Warcraft by Blizzard
311 Entertainment.
312 %endif
313
314 %if %{with_barometer}
315 %package barometer
316 Summary:       barometer plugin for collectd
317 Group:         System Environment/Daemons
318 Requires:      %{name}%{?_isa} = %{version}-%{release}
319 %description barometer
320 Collects pressure and temperature from digital barometers.
321 %endif
322
323 %if %{with_bind}
324 %package bind
325 Summary:        Bind plugin for collectd
326 Group:          System Environment/Daemons
327 Requires:       %{name}%{?_isa} = %{version}-%{release}
328 BuildRequires:  libxml2-devel, curl-devel
329 %description bind
330 The BIND plugin retrieves this information that's encoded in XML and provided
331 via HTTP and submits the values to collectd.
332 %endif
333
334 %if %{with_ceph}
335 %package ceph
336 Summary:       Ceph plugin for collectd
337 Group:         System Environment/Daemons
338 Requires:      %{name}%{?_isa} = %{version}-%{release}
339 BuildRequires: yajl-devel
340 %description ceph
341 Ceph plugin for collectd
342 %endif
343
344 %if %{with_chrony}
345 %package chrony
346 Summary:       Chrony plugin for collectd
347 Group:         System Environment/Daemons
348 Requires:      %{name}%{?_isa} = %{version}-%{release}
349 %description chrony
350 Chrony plugin for collectd
351 %endif
352
353 %if %{with_curl}
354 %package curl
355 Summary:        Curl plugin for collectd
356 Group:          System Environment/Daemons
357 Requires:       %{name}%{?_isa} = %{version}-%{release}
358 BuildRequires:  curl-devel
359 %description curl
360 The cURL plugin uses libcurl to read files and then parses them according to
361 the configuration.
362 %endif
363
364 %if %{with_curl_json}
365 %package curl_json
366 Summary:        Curl_json plugin for collectd
367 Group:          System Environment/Daemons
368 Requires:       %{name}%{?_isa} = %{version}-%{release}
369 BuildRequires:  curl-devel, yajl-devel
370 %description curl_json
371 The cURL-JSON plugin queries JavaScript Object Notation (JSON) data using the
372 cURL library and parses it according to the user's configuration.
373 %endif
374
375 %if %{with_curl_xml}
376 %package curl_xml
377 Summary:        Curl_xml plugin for collectd
378 Group:          System Environment/Daemons
379 Requires:       %{name}%{?_isa} = %{version}-%{release}
380 BuildRequires:  curl-devel, libxml2-devel
381 %description curl_xml
382 The cURL-XML plugin reads files using libcurl and parses it as Extensible
383 Markup Language (XML).
384 %endif
385
386 %if %{with_dbi}
387 %package dbi
388 Summary:        DBI plugin for collectd
389 Group:          System Environment/Daemons
390 Requires:       %{name}%{?_isa} = %{version}-%{release}
391 BuildRequires:  libdbi-devel
392 %description dbi
393 The DBI plugin uses libdbi, a database abstraction library, to execute SQL
394 statements on a database and read back the result.
395 %endif
396
397 %if %{with_disk}
398 %package disk
399 Summary:        disk plugin for collectd
400 Group:          System Environment/Daemons
401 Requires:       %{name}%{?_isa} = %{version}-%{release}
402 %{?_has_libudev:BuildRequires:  libudev-devel}
403 %description disk
404 The "disk" plugin collects information about the usage of physical disks and
405 logical disks (partitions).
406 %endif
407
408 %if %{with_dns}
409 %package dns
410 Summary:        DNS plugin for collectd
411 Group:          System Environment/Daemons
412 Requires:       %{name}%{?_isa} = %{version}-%{release}, libpcap >= 1.0
413 BuildRequires:  libpcap-devel >= 1.0
414 %description dns
415 The DNS plugin has a similar functionality to dnstop: It uses libpcap to get a
416 copy of all traffic from/to port UDP/53 (that's the DNS port), interprets the
417 packets and collects statistics of your DNS traffic.
418 %endif
419
420 %if %{with_email}
421 %package email
422 Summary:        Email plugin for collectd
423 Group:          System Environment/Daemons
424 Requires:       %{name}%{?_isa} = %{version}-%{release}, spamassassin
425 %description email
426 This plugin collects data provided by spamassassin.
427 %endif
428
429 %if %{with_gmond}
430 %package gmond
431 Summary:        Gmond plugin for collectd
432 Group:          System Environment/Daemons
433 Requires:       %{name}%{?_isa} = %{version}-%{release}
434 BuildRequires:  ganglia-devel
435 %description gmond
436 The gmond plugin subscribes to a Multicast group to receive data from gmond,
437 the client daemon of the Ganglia project.
438 %endif
439
440 %if %{with_gps}
441 %package gps
442 Summary:        GPS plugin for collectd
443 Group:          System Environment/Daemons
444 Requires:       %{name}%{?_isa} = %{version}-%{release}
445 BuildRequires:  gpsd-devel
446 %description gps
447 This plugin monitor gps related data through gpsd.
448 %endif
449
450 %if %{with_grpc}
451 %package grpc
452 Summary:        GRPC plugin for collectd
453 Group:          System Environment/Daemons
454 Requires:       %{name}%{?_isa} = %{version}-%{release}
455 BuildRequires:  protobuf-compiler
456 %description grpc
457 This plugin embeds a gRPC server into Collectd.
458 %endif
459
460 %if %{with_hddtemp}
461 %package hddtemp
462 Summary:        Hddtemp plugin for collectd
463 Group:          System Environment/Daemons
464 Requires:       %{name}%{?_isa} = %{version}-%{release}, hddtemp
465 %description hddtemp
466 The HDDTemp plugin collects the temperature of hard disks. The temperatures are
467 provided via SMART and queried by the external hddtemp daemon.
468 %endif
469
470 %if %{with_intel_rdt}
471 %package intel_rdt
472 Summary:        Intel RDT plugin for collectd
473 Group:          System Environment/Daemons
474 Requires:       %{name}%{?_isa} = %{version}-%{release}
475 BuildRequires:  intel-cmt-cat
476 %description intel_rdt
477 The intel_rdt plugin collects information provided by monitoring features of
478 Intel Resource Director Technology (Intel(R) RDT).
479 %endif
480
481 %if %{with_ipmi}
482 %package ipmi
483 Summary:        IPMI plugin for collectd
484 Group:          System Environment/Daemons
485 Requires:       %{name}%{?_isa} = %{version}-%{release}
486 BuildRequires:  OpenIPMI-devel
487 %description ipmi
488 The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers
489 using the Intelligent Platform Management Interface (IPMI).
490 %endif
491
492 %if %{with_iptables}
493 %package iptables
494 Summary:        IPtables plugin for collectd
495 Group:          System Environment/Daemons
496 Requires:       %{name}%{?_isa} = %{version}-%{release}
497 BuildRequires:  iptables-devel
498 %description iptables
499 The IPtables plugin can gather statistics from your ip_tables based packet
500 filter (aka. firewall) for both the IPv4 and the IPv6 protocol. It can collect
501 the byte- and packet-counters of selected rules and submit them to collectd.
502 %endif
503
504 %if %{with_java}
505 %package java
506 Summary:        Java plugin for collectd
507 Group:          System Environment/Daemons
508 Requires:       %{name}%{?_isa} = %{version}-%{release}
509 BuildRequires:  java-devel, jpackage-utils
510 Requires:       java, jpackage-utils
511 %description java
512 This plugin for collectd allows plugins to be written in Java and executed
513 in an embedded JVM.
514 %endif
515
516 %if %{with_log_logstash}
517 %package log_logstash
518 Summary:       log_logstash plugin for collectd
519 Group:         System Environment/Daemons
520 Requires:      %{name}%{?_isa} = %{version}-%{release}
521 BuildRequires: yajl-devel
522 %description log_logstash
523 This plugin logs in logstash JSON format
524 %endif
525
526 %if %{with_lua}
527 %package lua
528 Summary:        Lua plugin for collectd
529 Group:          System Environment/Daemons
530 Requires:       %{name}%{?_isa} = %{version}-%{release}
531 BuildRequires:  lua-devel
532 %description lua
533 The Lua plugin embeds a Lua interpreter into collectd and exposes the
534 application programming interface (API) to Lua scripts.
535 %endif
536
537 %if %{with_lvm}
538 %package lvm
539 Summary:        LVM plugin for collectd
540 Group:          System Environment/Daemons
541 Requires:       %{name}%{?_isa} = %{version}-%{release}
542 BuildRequires:  lvm2-devel
543 %description lvm
544 This plugin collects size of “Logical Volumes” (LV) and “Volume Groups” (VG)
545 of Linux' “Logical Volume Manager” (LVM).
546 %endif
547
548 %if %{with_mcelog}
549 %package mcelog
550 Summary:        Mcelog plugin for collectd
551 Group:          System Environment/Daemons
552 Requires:       %{name}%{?_isa} = %{version}-%{release}
553 %description mcelog
554 This plugin monitors machine check exceptions reported by mcelog and generates
555 appropriate notifications when machine check exceptions are detected.
556 %endif
557
558 %if %{with_memcachec}
559 %package memcachec
560 Summary:        Memcachec plugin for collectd
561 Group:          System Environment/Daemons
562 Requires:       %{name}%{?_isa} = %{version}-%{release}
563 BuildRequires:  libmemcached-devel
564 %description memcachec
565 The Memcachec plugin uses libmemcached to read statistics from a Memcached
566 instance. Note that another plugin, named `memcached', exists and does a
567 similar job, without requiring the installation of libmemcached.
568 %endif
569
570 %if %{with_mic}
571 %package mic
572 Summary:        mic plugin for collectd
573 Group:          System Environment/Daemons
574 Requires:       %{name}%{?_isa} = %{version}-%{release}
575 %description mic
576 The mic plugin collects CPU usage, memory usage, temperatures and power
577 consumption from Intel Many Integrated Core (MIC) CPUs.
578 %endif
579
580 %if %{with_modbus}
581 %package modbus
582 Summary:       modbus plugin for collectd
583 Group:         System Environment/Daemons
584 Requires:      %{name}%{?_isa} = %{version}-%{release}
585 BuildRequires:  libmodbus-devel
586 %description modbus
587 The modbus plugin collects values from Modbus/TCP enabled devices
588 %endif
589
590 %if %{with_mysql}
591 %package mysql
592 Summary:        MySQL plugin for collectd
593 Group:          System Environment/Daemons
594 Requires:       %{name}%{?_isa} = %{version}-%{release}
595 BuildRequires:  mysql-devel
596 %description mysql
597 MySQL querying plugin. This plugin provides data of issued commands, called
598 handlers and database traffic.
599 %endif
600
601 %if %{with_mqtt}
602 %package mqtt
603 Summary:        mqtt plugin for collectd
604 Group:          System Environment/Daemons
605 Requires:       %{name}%{?_isa} = %{version}-%{release}
606 BuildRequires:  mosquitto-devel
607 %description mqtt
608 The MQTT plugin publishes and subscribes to MQTT topics.
609 %endif
610
611 %if %{with_netlink}
612 %package netlink
613 Summary:        netlink plugin for collectd
614 Group:          System Environment/Daemons
615 Requires:       %{name}%{?_isa} = %{version}-%{release}
616 BuildRequires:  libmnl-devel, iproute-devel
617 %description netlink
618 The netlink plugin collects detailed network interface and routing statistics.
619 %endif
620
621 %if %{with_nginx}
622 %package nginx
623 Summary:        Nginx plugin for collectd
624 Group:          System Environment/Daemons
625 Requires:       %{name}%{?_isa} = %{version}-%{release}
626 BuildRequires:  curl-devel
627 %description nginx
628 This plugin gets data provided by nginx.
629 %endif
630
631 %if %{with_notify_desktop}
632 %package notify_desktop
633 Summary:        Notify_desktop plugin for collectd
634 Group:          System Environment/Daemons
635 Requires:       %{name}%{?_isa} = %{version}-%{release}
636 BuildRequires:  libnotify-devel, gtk2-devel
637 %description notify_desktop
638 The Notify Desktop plugin uses libnotify to display notifications to the user
639 via the desktop notification specification, i. e. on an X display.
640 %endif
641
642 %if %{with_notify_email}
643 %package notify_email
644 Summary:        Notify_email plugin for collectd
645 Group:          System Environment/Daemons
646 Requires:       %{name}%{?_isa} = %{version}-%{release}
647 BuildRequires:  libesmtp-devel
648 %description notify_email
649 The Notify Email plugin uses libESMTP to send notifications to a configured
650 email address.
651 %endif
652
653 %if %{with_nut}
654 %package nut
655 Summary:        Nut plugin for collectd
656 Group:          System Environment/Daemons
657 Requires:       %{name}%{?_isa} = %{version}-%{release}
658 BuildRequires:  nut-devel
659 %description nut
660 This plugin for collectd provides Network UPS Tools support.
661 %endif
662
663 %if %{with_openldap}
664 %package openldap
665 Summary:       Openldap plugin for collectd
666 Group:         System Environment/Daemons
667 Requires:      %{name}%{?_isa} = %{version}-%{release}
668 BuildRequires: openldap-devel
669 %description openldap
670 This plugin reads monitoring information from OpenLDAP's cn=Monitor subtree.
671 %endif
672
673 %if %{with_ovs_events}
674 %package ovs_events
675 Summary:       Open vSwitch events plugin for collectd
676 Group:         System Environment/Daemons
677 Requires:      %{name}%{?_isa} = %{version}-%{release}
678 BuildRequires: yajl-devel
679 %description ovs_events
680 This plugin monitors the link status of Open vSwitch (OVS) connected
681 interfaces, dispatches the values to collectd and sends notifications
682 whenever a link state change occurs in the OVS database.
683 %endif
684
685 %if %{with_perl}
686 %package perl
687 Summary:        Perl plugin for collectd
688 Group:          System Environment/Daemons
689 Requires:       %{name}%{?_isa} = %{version}-%{release}
690 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
691         %if 0%{?rhel} && 0%{?rhel} < 6
692 BuildRequires:  perl
693         %else
694 BuildRequires:  perl-ExtUtils-Embed
695         %endif
696 %description perl
697 The Perl plugin embeds a Perl interpreter into collectd and exposes the
698 application programming interface (API) to Perl-scripts.
699 %endif
700
701 %if %{with_pinba}
702 %package pinba
703 Summary:        Pinba plugin for collectd
704 Group:          System Environment/Daemons
705 Requires:       %{name}%{?_isa} = %{version}-%{release}
706 BuildRequires:  protobuf-c-devel
707 %description pinba
708 The Pinba plugin receives and dispatches timing values from Pinba, a profiling
709 extension for PHP.
710 %endif
711
712 %if %{with_ping}
713 %package ping
714 Summary:        Ping plugin for collectd
715 Group:          System Environment/Daemons
716 Requires:       %{name}%{?_isa} = %{version}-%{release}
717 BuildRequires:  liboping-devel
718 %description ping
719 The Ping plugin measures network latency using ICMP “echo requests”, usually
720 known as “ping”.
721 %endif
722
723 %if %{with_postgresql}
724 %package postgresql
725 Summary:        PostgreSQL plugin for collectd
726 Group:          System Environment/Daemons
727 Requires:       %{name}%{?_isa} = %{version}-%{release}
728 BuildRequires:  postgresql-devel
729 %description postgresql
730 The PostgreSQL plugin connects to and executes SQL statements on a PostgreSQL
731 database.
732 %endif
733
734 %if %{with_python}
735 %package python
736 Summary:        Python plugin for collectd
737 Group:          System Environment/Daemons
738 Requires:       %{name}%{?_isa} = %{version}-%{release}
739         %if 0%{?rhel} && 0%{?rhel} < 6
740 BuildRequires: python26-devel
741         %else
742 BuildRequires: python-devel
743         %endif
744 %description python
745 The Python plugin embeds a Python interpreter into collectd and exposes the
746 application programming interface (API) to Python-scripts.
747 %endif
748
749 %if %{with_redis}
750 %package redis
751 Summary:        Redis plugin for collectd
752 Group:          System Environment/Daemons
753 Requires:       %{name}%{?_isa} = %{version}-%{release}
754 BuildRequires:  hiredis-devel
755 %description redis
756 The Redis plugin connects to one or more instances of Redis, a key-value store,
757 and collects usage information using the hiredis library.
758 %endif
759
760 %if %{with_rrdcached}
761 %package rrdcached
762 Summary:        RRDCached plugin for collectd
763 Group:          System Environment/Daemons
764 Requires:       %{name}%{?_isa} = %{version}-%{release}, rrdtool >= 1.4
765 BuildRequires:  rrdtool-devel
766 %description rrdcached
767 The RRDCacheD plugin connects to the “RRD caching daemon”, rrdcached and
768 submits updates for RRD files to that daemon.
769 %endif
770
771 %if %{with_rrdtool}
772 %package rrdtool
773 Summary:        RRDtool plugin for collectd
774 Group:          System Environment/Daemons
775 Requires:       %{name}%{?_isa} = %{version}-%{release}
776 BuildRequires:  rrdtool-devel
777 %description rrdtool
778 The RRDtool plugin writes values to RRD-files using librrd.
779 %endif
780
781 %if %{with_sensors}
782 %package sensors
783 Summary:        Sensors plugin for collectd
784 Group:          System Environment/Daemons
785 Requires:       %{name}%{?_isa} = %{version}-%{release}
786 BuildRequires:  lm_sensors-devel
787 %description sensors
788 This plugin for collectd provides querying of sensors supported by lm_sensors.
789 %endif
790
791 %if %{with_sigrok}
792 %package sigrok
793 Summary:        sigrok plugin for collectd
794 Group:          System Environment/Daemons
795 Requires:       %{name}%{?_isa} = %{version}-%{release}
796 %description sigrok
797 Uses libsigrok as a backend, allowing any sigrok-supported device to have its
798 measurements fed to collectd. This includes multimeters, sound level meters,
799 thermometers, and much more.
800 %endif
801
802 %if %{with_smart}
803 %package smart
804 Summary:       SMART plugin for collectd
805 Group:         System Environment/Daemons
806 Requires:      %{name}%{?_isa} = %{version}-%{release}
807 BuildRequires: libatasmart-devel
808 %description smart
809 Collect SMART statistics, notably load cycle count, temperature and bad
810 sectors.
811 %endif
812
813 %if %{with_snmp}
814 %package snmp
815 Summary:        SNMP plugin for collectd
816 Group:          System Environment/Daemons
817 Requires:       %{name}%{?_isa} = %{version}-%{release}
818 BuildRequires:  net-snmp-devel
819 %description snmp
820 This plugin for collectd allows querying of network equipment using SNMP.
821 %endif
822
823 %if %{with_varnish}
824 %package varnish
825 Summary:        Varnish plugin for collectd
826 Group:          System Environment/Daemons
827 Requires:       %{name}%{?_isa} = %{version}-%{release}
828 BuildRequires:  varnish-libs-devel
829 %description varnish
830 The Varnish plugin collects information about Varnish, an HTTP accelerator.
831 %endif
832
833 %if %{with_virt}
834 %package virt
835 Summary:        Virt plugin for collectd
836 Group:          System Environment/Daemons
837 Requires:       %{name}%{?_isa} = %{version}-%{release}
838 BuildRequires:  libvirt-devel
839 %description virt
840 This plugin collects information from virtualized guests.
841 %endif
842
843 %if %{with_write_http}
844 %package write_http
845 Summary:        Write-HTTP plugin for collectd
846 Group:          System Environment/Daemons
847 Requires:       %{name}%{?_isa} = %{version}-%{release}
848 BuildRequires:  curl-devel
849 %description write_http
850 The Write-HTTP plugin sends the values collected by collectd to a web-server
851 using HTTP POST requests.
852 %endif
853
854 %if %{with_write_kafka}
855 %package write_kafka
856 Summary:       Write-kafka plugin for collectd
857 Group:         System Environment/Daemons
858 Requires:      %{name}%{?_isa} = %{version}-%{release}
859 BuildRequires: librdkafka-devel
860 %description write_kafka
861 The write_kafka plugin sends values to kafka, a distributed messaging system.
862 %endif
863
864 %if %{with_write_prometheus}
865 %package write_prometheus
866 Summary:        Write-prometheus plugin for collectd
867 Group:          System Environment/Daemons
868 Requires:       %{name}%{?_isa} = %{version}-%{release}
869 BuildRequires:  libmicrohttpd-devel
870 %description write_prometheus
871 The Write Prometheus plugin exposes collected values using an embedded HTTP
872 server, turning the collectd daemon into a Prometheus exporter.
873 %endif
874
875 %if %{with_write_redis}
876 %package write_redis
877 Summary:        Write-Redis plugin for collectd
878 Group:          System Environment/Daemons
879 Requires:       %{name}%{?_isa} = %{version}-%{release}
880 BuildRequires:  hiredis-devel
881 %description write_redis
882 The Write Redis plugin stores values in Redis, a “data structures server”.
883 %endif
884
885 %if %{with_write_riemann}
886 %package write_riemann
887 Summary:        riemann plugin for collectd
888 Group:          System Environment/Daemons
889 Requires:       %{name}%{?_isa} = %{version}-%{release}
890 BuildRequires:  riemann-c-client-devel >= 1.6
891 %description write_riemann
892 The riemann plugin submits values to Riemann, an event stream processor.
893 %endif
894
895 %if %{with_xencpu}
896 %package xencpu
897 Summary:        xencpu plugin for collectd
898 Group:          System Environment/Daemons
899 Requires:       %{name}%{?_isa} = %{version}-%{release}
900 BuildRequires:  xen-devel
901 %description xencpu
902 The xencpu plugin collects CPU statistics from Xen.
903 %endif
904
905 %if %{with_xmms}
906 %package xmms
907 Summary:        XMMS plugin for collectd
908 Group:          System Environment/Daemons
909 Requires:       %{name}%{?_isa} = %{version}-%{release}
910 BuildRequires:  xmms-devel
911 %description xmms
912 The xmms plugin collects information from the XMMS music player.
913 %endif
914
915 %package collection3
916 Summary:        Web-based viewer for collectd
917 Group:          System Environment/Daemons
918 Requires:       %{name}%{?_isa} = %{version}-%{release}
919 Requires: httpd
920 %description collection3
921 collection3 is a graphing front-end for the RRD files created by and filled
922 with collectd. It is written in Perl and should be run as an CGI-script.
923 Graphs are generated on-the-fly, so no cron job or similar is necessary.
924
925 %package php-collection
926 Summary:        collect php webfrontent
927 Group:          System Environment/Daemons
928 Requires:       collectd = %{version}-%{release}
929 Requires:       httpd
930 Requires:       php
931 Requires:       php-rrdtool
932 %description php-collection
933 PHP graphing frontend for RRD files created by and filled with collectd.
934
935 %package contrib
936 Summary:        Contrib files for collectd
937 Group:          System Environment/Daemons
938 Requires:       %{name}%{?_isa} = %{version}-%{release}
939 %description contrib
940 All the files found under contrib/ in the source tree are bundled in this
941 package.
942
943 %package -n libcollectdclient
944 Summary:        Collectd client library
945 Group:          System Environment/Daemons
946 %description -n libcollectdclient
947 Collectd client library
948
949 %package -n libcollectdclient-devel
950 Summary:        Development files for libcollectdclient
951 Group:          System Environment/Daemons
952 Requires:       pkgconfig
953 Requires:       libcollectdclient%{?_isa} = %{version}-%{release}
954 %description -n libcollectdclient-devel
955 Development files for libcollectdclient
956
957 %package -n collectd-utils
958 Summary:        Collectd utilities
959 Group:          System Environment/Daemons
960 Requires:       libcollectdclient%{?_isa} = %{version}-%{release}
961 Requires:       collectd%{?_isa} = %{version}-%{release}
962 %description -n collectd-utils
963 Collectd utilities
964
965 %prep
966 %setup -q
967
968 %build
969 %if %{with_aggregation}
970 %define _with_aggregation --enable-aggregation
971 %else
972 %define _with_aggregation --disable-aggregation
973 %endif
974
975 %if %{with_amqp}
976 %define _with_amqp --enable-amqp
977 %else
978 %define _with_amqp --disable-amqp
979 %endif
980
981 %if %{with_apache}
982 %define _with_apache --enable-apache
983 %else
984 %define _with_apache --disable-apache
985 %endif
986
987 %if %{with_apcups}
988 %define _with_apcups --enable-apcups
989 %else
990 %define _with_apcups --disable-apcups
991 %endif
992
993 %if %{with_apple_sensors}
994 %define _with_apple_sensors --enable-apple_sensors
995 %else
996 %define _with_apple_sensors --disable-apple_sensors
997 %endif
998
999 %if %{with_aquaero}
1000 %define _with_aquaero --enable-aquaero
1001 %else
1002 %define _with_aquaero --disable-aquaero
1003 %endif
1004
1005 %if %{with_ascent}
1006 %define _with_ascent --enable-ascent
1007 %else
1008 %define _with_ascent --disable-ascent
1009 %endif
1010
1011 %if %{with_barometer}
1012 %define _with_barometer --enable-barometer
1013 %else
1014 %define _with_barometer --disable-barometer
1015 %endif
1016
1017 %if %{with_battery}
1018 %define _with_battery --enable-battery
1019 %else
1020 %define _with_battery --disable-battery
1021 %endif
1022
1023 %if %{with_bind}
1024 %define _with_bind --enable-bind
1025 %else
1026 %define _with_bind --disable-bind
1027 %endif
1028
1029 %if %{with_cgroups}
1030 %define _with_cgroups --enable-cgroups
1031 %else
1032 %define _with_cgroups --disable-cgroups
1033 %endif
1034
1035 %if %{with_chrony}
1036 %define _with_chrony --enable-chrony
1037 %else
1038 %define _with_chrony --disable-chrony
1039 %endif
1040
1041 %if %{with_conntrack}
1042 %define _with_conntrack --enable-conntrack
1043 %else
1044 %define _with_conntrack --disable-conntrack
1045 %endif
1046
1047 %if %{with_contextswitch}
1048 %define _with_contextswitch --enable-contextswitch
1049 %else
1050 %define _with_contextswitch --disable-contextswitch
1051 %endif
1052
1053 %if %{with_cpu}
1054 %define _with_cpu --enable-cpu
1055 %else
1056 %define _with_cpu --disable-cpu
1057 %endif
1058
1059 %if %{with_cpufreq}
1060 %define _with_cpufreq --enable-cpufreq
1061 %else
1062 %define _with_cpufreq --disable-cpufreq
1063 %endif
1064
1065 %if %{with_cpusleep}
1066 %define _with_cpusleep --enable-cpusleep
1067 %else
1068 %define _with_cpusleep --disable-cpusleep
1069 %endif
1070
1071 %if %{with_csv}
1072 %define _with_csv --enable-csv
1073 %else
1074 %define _with_csv --disable-csv
1075 %endif
1076
1077 %if %{with_ceph}
1078 %define _with_ceph --enable-ceph
1079 %else
1080 %define _with_ceph --disable-ceph
1081 %endif
1082
1083 %if %{with_curl}
1084 %define _with_curl --enable-curl
1085 %else
1086 %define _with_curl --disable-curl
1087 %endif
1088
1089 %if %{with_curl_json}
1090 %define _with_curl_json --enable-curl_json
1091 %else
1092 %define _with_curl_json --disable-curl_json
1093 %endif
1094
1095 %if %{with_curl_xml}
1096 %define _with_curl_xml --enable-curl_xml
1097 %else
1098 %define _with_curl_xml --disable-curl_xml
1099 %endif
1100
1101 %if %{with_dbi}
1102 %define _with_dbi --enable-dbi
1103 %else
1104 %define _with_dbi --disable-dbi
1105 %endif
1106
1107 %if %{with_df}
1108 %define _with_df --enable-df
1109 %else
1110 %define _with_df --disable-df
1111 %endif
1112
1113 %if %{with_disk}
1114 %define _with_disk --enable-disk
1115 %else
1116 %define _with_disk --disable-disk
1117 %endif
1118
1119 %if %{with_dns}
1120 %define _with_dns --enable-dns
1121 %else
1122 %define _with_dns --disable-dns
1123 %endif
1124
1125 %if %{with_drbd}
1126 %define _with_drbd --enable-drbd
1127 %else
1128 %define _with_drbd --disable-drbd
1129 %endif
1130
1131 %if %{with_dpdkevents}
1132 %define _with_dpdkevents --enable-dpdkevents
1133 %else
1134 %define _with_dpdkevents --disable-dpdkevents
1135 %endif
1136
1137 %if %{with_dpdkstat}
1138 %define _with_dpdkstat --enable-dpdkstat
1139 %else
1140 %define _with_dpdkstat --disable-dpdkstat
1141 %endif
1142
1143 %if %{with_email}
1144 %define _with_email --enable-email
1145 %else
1146 %define _with_email --disable-email
1147 %endif
1148
1149 %if %{with_entropy}
1150 %define _with_entropy --enable-entropy
1151 %else
1152 %define _with_entropy --disable-entropy
1153 %endif
1154
1155 %if %{with_ethstat}
1156 %define _with_ethstat --enable-ethstat
1157 %else
1158 %define _with_ethstat --disable-ethstat
1159 %endif
1160
1161 %if %{with_exec}
1162 %define _with_exec --enable-exec
1163 %else
1164 %define _with_exec --disable-exec
1165 %endif
1166
1167 %if %{with_fhcount}
1168 %define _with_fhcount --enable-fhcount
1169 %else
1170 %define _with_fhcount --disable-fhcount
1171 %endif
1172
1173 %if %{with_filecount}
1174 %define _with_filecount --enable-filecount
1175 %else
1176 %define _with_filecount --disable-filecount
1177 %endif
1178
1179 %if %{with_fscache}
1180 %define _with_fscache --enable-fscache
1181 %else
1182 %define _with_fscache --disable-fscache
1183 %endif
1184
1185 %if %{with_gmond}
1186 %define _with_gmond --enable-gmond
1187 %else
1188 %define _with_gmond --disable-gmond
1189 %endif
1190
1191 %if %{with_gps}
1192 %define _with_gps --enable-gps
1193 %else
1194 %define _with_gps --disable-gps
1195 %endif
1196
1197 %if %{with_grpc}
1198 %define _with_grpc --enable-grpc
1199 %else
1200 %define _with_grpc --disable-grpc
1201 %endif
1202
1203 %if %{with_hddtemp}
1204 %define _with_hddtemp --enable-hddtemp
1205 %else
1206 %define _with_hddtemp --disable-hddtemp
1207 %endif
1208
1209 %if %{with_hugepages}
1210 %define _with_hugepages --enable-hugepages
1211 %else
1212 %define _with_hugepages --disable-hugepages
1213 %endif
1214
1215 %if %{with_intel_rdt}
1216 %define _with_intel_rdt --enable-intel_rdt
1217 %else
1218 %define _with_intel_rdt --disable-intel_rdt
1219 %endif
1220
1221 %if %{with_interface}
1222 %define _with_interface --enable-interface
1223 %else
1224 %define _with_interface --disable-interface
1225 %endif
1226
1227 %if %{with_ipc}
1228 %define _with_ipc --enable-ipc
1229 %else
1230 %define _with_ipc --disable-ipc
1231 %endif
1232
1233 %if %{with_ipmi}
1234 %define _with_ipmi --enable-ipmi
1235 %else
1236 %define _with_ipmi --disable-ipmi
1237 %endif
1238
1239 %if %{with_iptables}
1240 %define _with_iptables --enable-iptables
1241 %else
1242 %define _with_iptables --disable-iptables
1243 %endif
1244
1245 %if %{with_ipvs}
1246 %define _with_ipvs --enable-ipvs
1247 %else
1248 %define _with_ipvs --disable-ipvs
1249 %endif
1250
1251 %if %{with_irq}
1252 %define _with_irq --enable-irq
1253 %else
1254 %define _with_irq --disable-irq
1255 %endif
1256
1257 %if %{with_java}
1258 %define _with_java --enable-java --with-java=%{java_home}/
1259 %else
1260 %define _with_java --disable-java
1261 %endif
1262
1263 %if %{with_virt}
1264 %define _with_virt --enable-virt
1265 %else
1266 %define _with_virt --disable-virt
1267 %endif
1268
1269 %if %{with_load}
1270 %define _with_load --enable-load
1271 %else
1272 %define _with_load --disable-load
1273 %endif
1274
1275 %if %{with_logfile}
1276 %define _with_logfile --enable-logfile
1277 %else
1278 %define _with_logfile --disable-logfile
1279 %endif
1280
1281 %if %{with_log_logstash}
1282 %define _with_log_logstash --enable-log_logstash
1283 %else
1284 %define _with_log_logstash --disable-log_logstash
1285 %endif
1286
1287 %if %{with_lpar}
1288 %define _with_lpar --enable-lpar
1289 %else
1290 %define _with_lpar --disable-lpar
1291 %endif
1292
1293 %if %{with_lua}
1294 %define _with_lua --enable-lua
1295 %else
1296 %define _with_lua --disable-lua
1297 %endif
1298
1299 %if %{with_lvm}
1300 %define _with_lvm --enable-lvm
1301 %else
1302 %define _with_lvm --disable-lvm
1303 %endif
1304
1305 %if %{with_madwifi}
1306 %define _with_madwifi --enable-madwifi
1307 %else
1308 %define _with_madwifi --disable-madwifi
1309 %endif
1310
1311 %if %{with_mbmon}
1312 %define _with_mbmon --enable-mbmon
1313 %else
1314 %define _with_mbmon --disable-mbmon
1315 %endif
1316
1317 %if %{with_mcelog}
1318 %define _with_mcelog --enable-mcelog
1319 %else
1320 %define _with_mbmon --disable-mcelog
1321 %endif
1322
1323 %if %{with_md}
1324 %define _with_md --enable-md
1325 %else
1326 %define _with_md --disable-md
1327 %endif
1328
1329 %if %{with_memcachec}
1330 %define _with_memcachec --enable-memcachec
1331 %else
1332 %define _with_memcachec --disable-memcachec
1333 %endif
1334
1335 %if %{with_memcached}
1336 %define _with_memcached --enable-memcached
1337 %else
1338 %define _with_memcached --disable-memcached
1339 %endif
1340
1341 %if %{with_memory}
1342 %define _with_memory --enable-memory
1343 %else
1344 %define _with_memory --disable-memory
1345 %endif
1346
1347 %if %{with_mic}
1348 %define _with_mic --enable-mic
1349 %else
1350 %define _with_mic --disable-mic
1351 %endif
1352
1353 %if %{with_modbus}
1354 %define _with_modbus --enable-modbus
1355 %else
1356 %define _with_modbus --disable-modbus
1357 %endif
1358
1359 %if %{with_multimeter}
1360 %define _with_multimeter --enable-multimeter
1361 %else
1362 %define _with_multimeter --disable-multimeter
1363 %endif
1364
1365 %if %{with_mqtt}
1366 %define _with_mqtt --enable-mqtt
1367 %else
1368 %define _with_mqtt --disable-mqtt
1369 %endif
1370
1371 %if %{with_mysql}
1372 %define _with_mysql --enable-mysql
1373 %else
1374 %define _with_mysql --disable-mysql
1375 %endif
1376
1377 %if %{with_netapp}
1378 %define _with_netapp --enable-netapp
1379 %else
1380 %define _with_netapp --disable-netapp
1381 %endif
1382
1383 %if %{with_netlink}
1384 %define _with_netlink --enable-netlink
1385 %else
1386 %define _with_netlink --disable-netlink
1387 %endif
1388
1389 %if %{with_network}
1390 %define _with_network --enable-network
1391 %else
1392 %define _with_network --disable-network
1393 %endif
1394
1395 %if %{with_nfs}
1396 %define _with_nfs --enable-nfs
1397 %else
1398 %define _with_nfs --disable-nfs
1399 %endif
1400
1401 %if %{with_nginx}
1402 %define _with_nginx --enable-nginx
1403 %else
1404 %define _with_nginx --disable-nginx
1405 %endif
1406
1407 %if %{with_notify_desktop}
1408 %define _with_notify_desktop --enable-notify_desktop
1409 %else
1410 %define _with_notify_desktop --disable-notify_desktop
1411 %endif
1412
1413 %if %{with_notify_email}
1414 %define _with_notify_email --enable-notify_email
1415 %else
1416 %define _with_notify_email --disable-notify_email
1417 %endif
1418
1419 %if %{with_notify_nagios}
1420 %define _with_notify_nagios --enable-notify_nagios
1421 %else
1422 %define _with_notify_nagios --disable-notify_nagios
1423 %endif
1424
1425 %if %{with_ntpd}
1426 %define _with_ntpd --enable-ntpd
1427 %else
1428 %define _with_ntpd --disable-ntpd
1429 %endif
1430
1431 %if %{with_numa}
1432 %define _with_numa --enable-numa
1433 %else
1434 %define _with_numa --disable-numa
1435 %endif
1436
1437 %if %{with_nut}
1438 %define _with_nut --enable-nut
1439 %else
1440 %define _with_nut --disable-nut
1441 %endif
1442
1443 %if %{with_olsrd}
1444 %define _with_olsrd --enable-olsrd
1445 %else
1446 %define _with_olsrd --disable-olsrd
1447 %endif
1448
1449 %if %{with_onewire}
1450 %define _with_onewire --enable-onewire
1451 %else
1452 %define _with_onewire --disable-onewire
1453 %endif
1454
1455 %if %{with_openldap}
1456 %define _with_openldap --enable-openldap
1457 %else
1458 %define _with_openldap --disable-openldap
1459 %endif
1460
1461 %if %{with_openvpn}
1462 %define _with_openvpn --enable-openvpn
1463 %else
1464 %define _with_openvpn --disable-openvpn
1465 %endif
1466
1467 %if %{with_oracle}
1468 %define _with_oracle --enable-oracle
1469 %else
1470 %define _with_oracle --disable-oracle
1471 %endif
1472
1473 %if %{with_ovs_events}
1474 %define _with_ovs_events --enable-ovs_events
1475 %else
1476 %define _with_ovs_events --disable-ovs_events
1477 %endif
1478
1479 %if %{with_perl}
1480 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1481 %else
1482 %define _with_perl --disable-perl
1483 %endif
1484
1485 %if %{with_pf}
1486 %define _with_pf --enable-pf
1487 %else
1488 %define _with_pf --disable-pf
1489 %endif
1490
1491 %if %{with_pinba}
1492 %define _with_pinba --enable-pinba
1493 %else
1494 %define _with_pinba --disable-pinba
1495 %endif
1496
1497 %if %{with_ping}
1498 %define _with_ping --enable-ping
1499 %else
1500 %define _with_ping --disable-ping
1501 %endif
1502
1503 %if %{with_postgresql}
1504 %define _with_postgresql --enable-postgresql
1505 %else
1506 %define _with_postgresql --disable-postgresql
1507 %endif
1508
1509 %if %{with_powerdns}
1510 %define _with_powerdns --enable-powerdns
1511 %else
1512 %define _with_powerdns --disable-powerdns
1513 %endif
1514
1515 %if %{with_processes}
1516 %define _with_processes --enable-processes
1517 %else
1518 %define _with_processes --disable-processes
1519 %endif
1520
1521 %if %{with_protocols}
1522 %define _with_protocols --enable-protocols
1523 %else
1524 %define _with_protocols --disable-protocols
1525 %endif
1526
1527 %if %{with_python}
1528         %if 0%{?rhel} && 0%{?rhel} < 6
1529 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1530 %define _python_config PYTHON_CONFIG="%{_bindir}/python2.6-config"
1531         %else
1532 %define _with_python --enable-python
1533         %endif
1534 %else
1535 %define _with_python --disable-python
1536 %endif
1537
1538 %if %{with_redis}
1539 %define _with_redis --enable-redis
1540 %else
1541 %define _with_redis --disable-redis
1542 %endif
1543
1544 %if %{with_routeros}
1545 %define _with_routeros --enable-routeros
1546 %else
1547 %define _with_routeros --disable-routeros
1548 %endif
1549
1550 %if %{with_rrdcached}
1551 %define _with_rrdcached --enable-rrdcached
1552 %else
1553 %define _with_rrdcached --disable-rrdcached
1554 %endif
1555
1556 %if %{with_rrdtool}
1557 %define _with_rrdtool --enable-rrdtool
1558 %else
1559 %define _with_rrdtool --disable-rrdtool
1560 %endif
1561
1562 %if %{with_sensors}
1563 %define _with_sensors --enable-sensors
1564 %else
1565 %define _with_sensors --disable-sensors
1566 %endif
1567
1568 %if %{with_serial}
1569 %define _with_serial --enable-serial
1570 %else
1571 %define _with_serial --disable-serial
1572 %endif
1573
1574 %if %{with_sigrok}
1575 %define _with_sigrok --enable-sigrok
1576 %else
1577 %define _with_sigrok --disable-sigrok
1578 %endif
1579
1580 %if %{with_smart}
1581 %define _with_smart --enable-smart
1582 %else
1583 %define _with_smart --disable-smart
1584 %endif
1585
1586 %if %{with_snmp}
1587 %define _with_snmp --enable-snmp
1588 %else
1589 %define _with_snmp --disable-snmp
1590 %endif
1591
1592 %if %{with_statsd}
1593 %define _with_statsd --enable-statsd
1594 %else
1595 %define _with_statsd --disable-statsd
1596 %endif
1597
1598 %if %{with_swap}
1599 %define _with_swap --enable-swap
1600 %else
1601 %define _with_swap --disable-swap
1602 %endif
1603
1604 %if %{with_syslog}
1605 %define _with_syslog --enable-syslog
1606 %else
1607 %define _with_syslog --disable-syslog
1608 %endif
1609
1610 %if %{with_table}
1611 %define _with_table --enable-table
1612 %else
1613 %define _with_table --disable-table
1614 %endif
1615
1616 %if %{with_tail}
1617 %define _with_tail --enable-tail
1618 %else
1619 %define _with_tail --disable-tail
1620 %endif
1621
1622 %if %{with_tail_csv}
1623 %define _with_tail_csv --enable-tail_csv
1624 %else
1625 %define _with_tail_csv --disable-tail_csv
1626 %endif
1627
1628 %if %{with_tape}
1629 %define _with_tape --enable-tape
1630 %else
1631 %define _with_tape --disable-tape
1632 %endif
1633
1634 %if %{with_tcpconns}
1635 %define _with_tcpconns --enable-tcpconns
1636 %else
1637 %define _with_tcpconns --disable-tcpconns
1638 %endif
1639
1640 %if %{with_teamspeak2}
1641 %define _with_teamspeak2 --enable-teamspeak2
1642 %else
1643 %define _with_teamspeak2 --disable-teamspeak2
1644 %endif
1645
1646 %if %{with_ted}
1647 %define _with_ted --enable-ted
1648 %else
1649 %define _with_ted --disable-ted
1650 %endif
1651
1652 %if %{with_thermal}
1653 %define _with_thermal --enable-thermal
1654 %else
1655 %define _with_thermal --disable-thermal
1656 %endif
1657
1658 %if %{with_threshold}
1659 %define _with_threshold --enable-threshold
1660 %else
1661 %define _with_threshold --disable-threshold
1662 %endif
1663
1664 %if %{with_tokyotyrant}
1665 %define _with_tokyotyrant --enable-tokyotyrant
1666 %else
1667 %define _with_tokyotyrant --disable-tokyotyrant
1668 %endif
1669
1670 %if %{with_turbostat}
1671 %define _with_turbostat --enable-turbostat
1672 %else
1673 %define _with_turbostat --disable-turbostat
1674 %endif
1675
1676 %if %{with_unixsock}
1677 %define _with_unixsock --enable-unixsock
1678 %else
1679 %define _with_unixsock --disable-unixsock
1680 %endif
1681
1682 %if %{with_uptime}
1683 %define _with_uptime --enable-uptime
1684 %else
1685 %define _with_uptime --disable-uptime
1686 %endif
1687
1688 %if %{with_users}
1689 %define _with_users --enable-users
1690 %else
1691 %define _with_users --disable-users
1692 %endif
1693
1694 %if %{with_uuid}
1695 %define _with_uuid --enable-uuid
1696 %else
1697 %define _with_uuid --disable-uuid
1698 %endif
1699
1700 %if %{with_varnish}
1701 %define _with_varnish --enable-varnish
1702 %else
1703 %define _with_varnish --disable-varnish
1704 %endif
1705
1706 %if %{with_vmem}
1707 %define _with_vmem --enable-vmem
1708 %else
1709 %define _with_vmem --disable-vmem
1710 %endif
1711
1712 %if %{with_vserver}
1713 %define _with_vserver --enable-vserver
1714 %else
1715 %define _with_vserver --disable-vserver
1716 %endif
1717
1718 %if %{with_wireless}
1719 %define _with_wireless --enable-wireless
1720 %else
1721 %define _with_wireless --disable-wireless
1722 %endif
1723
1724 %if %{with_write_graphite}
1725 %define _with_write_graphite --enable-write_graphite
1726 %else
1727 %define _with_write_graphite --disable-write_graphite
1728 %endif
1729
1730 %if %{with_write_http}
1731 %define _with_write_http --enable-write_http
1732 %else
1733 %define _with_write_http --disable-write_http
1734 %endif
1735
1736 %if %{with_write_kafka}
1737 %define _with_write_kafka --enable-write_kafka
1738 %else
1739 %define _with_write_kafka --disable-write_kafka
1740 %endif
1741
1742 %if %{with_write_log}
1743 %define _with_write_log --enable-write_log
1744 %else
1745 %define _with_write_log --disable-write_log
1746 %endif
1747
1748 %if %{with_write_mongodb}
1749 %define _with_write_mongodb --enable-write_mongodb
1750 %else
1751 %define _with_write_mongodb --disable-write_mongodb
1752 %endif
1753
1754 %if %{with_write_prometheus}
1755 %define _with_write_prometheus --enable-write_prometheus
1756 %else
1757 %define _with_write_prometheus --disable-write_prometheus
1758 %endif
1759
1760 %if %{with_write_redis}
1761 %define _with_write_redis --enable-write_redis
1762 %else
1763 %define _with_write_redis --disable-write_redis
1764 %endif
1765
1766 %if %{with_write_riemann}
1767 %define _with_write_riemann --enable-write_riemann
1768 %else
1769 %define _with_write_riemann --disable-write_riemann
1770 %endif
1771
1772 %if %{with_write_sensu}
1773 %define _with_write_sensu --enable-write_sensu
1774 %else
1775 %define _with_write_sensu --disable-write_sensu
1776 %endif
1777
1778 %if %{with_write_tsdb}
1779 %define _with_write_tsdb --enable-write_tsdb
1780 %else
1781 %define _with_write_tsdb --disable-write_tsdb
1782 %endif
1783
1784 %if %{with_xencpu}
1785 %define _with_xencpu --enable-xencpu
1786 %else
1787 %define _with_xencpu --disable-xencpu
1788 %endif
1789
1790 %if %{with_xmms}
1791 %define _with_xmms --enable-xmms
1792 %else
1793 %define _with_xmms --disable-xmms
1794 %endif
1795
1796 %if %{with_zfs_arc}
1797 %define _with_zfs_arc --enable-zfs_arc
1798 %else
1799 %define _with_zfs_arc --disable-zfs_arc
1800 %endif
1801
1802 %if %{with_zone}
1803 %define _with_zone --enable-zone
1804 %else
1805 %define _with_zone --disable-zone
1806 %endif
1807
1808 %if %{with_zookeeper}
1809 %define _with_zookeeper --enable-zookeeper
1810 %else
1811 %define _with_zookeeper --disable-zookeeper
1812 %endif
1813
1814 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1815         %{?_python_config} \
1816         --disable-static \
1817         --enable-all-plugins=yes \
1818         --enable-match_empty_counter \
1819         --enable-match_hashed \
1820         --enable-match_regex \
1821         --enable-match_timediff \
1822         --enable-match_value \
1823         --enable-target_notification \
1824         --enable-target_replace \
1825         --enable-target_scale \
1826         --enable-target_set \
1827         --enable-target_v5upgrade \
1828         %{?_with_aggregation} \
1829         %{?_with_amqp} \
1830         %{?_with_apache} \
1831         %{?_with_apcups} \
1832         %{?_with_apple_sensors} \
1833         %{?_with_aquaero} \
1834         %{?_with_ascent} \
1835         %{?_with_barometer} \
1836         %{?_with_battery} \
1837         %{?_with_bind} \
1838         %{?_with_ceph} \
1839         %{?_with_cgroups} \
1840         %{?_with_chrony} \
1841         %{?_with_conntrack} \
1842         %{?_with_contextswitch} \
1843         %{?_with_cpufreq} \
1844         %{?_with_cpusleep} \
1845         %{?_with_cpu} \
1846         %{?_with_csv} \
1847         %{?_with_curl_json} \
1848         %{?_with_curl_xml} \
1849         %{?_with_curl} \
1850         %{?_with_dbi} \
1851         %{?_with_df} \
1852         %{?_with_disk} \
1853         %{?_with_dns} \
1854         %{?_with_drbd} \
1855         %{?_with_dpdkevents} \
1856         %{?_with_dpdkstat} \
1857         %{?_with_email} \
1858         %{?_with_entropy} \
1859         %{?_with_ethstat} \
1860         %{?_with_exec} \
1861         %{?_with_fhcount} \
1862         %{?_with_filecount} \
1863         %{?_with_fscache} \
1864         %{?_with_gmond} \
1865         %{?_with_gps} \
1866         %{?_with_grpc} \
1867         %{?_with_hddtemp} \
1868         %{?_with_hugepages} \
1869         %{?_with_intel_rdt} \
1870         %{?_with_interface} \
1871         %{?_with_ipc} \
1872         %{?_with_ipmi} \
1873         %{?_with_iptables} \
1874         %{?_with_ipvs} \
1875         %{?_with_irq} \
1876         %{?_with_java} \
1877         %{?_with_load} \
1878         %{?_with_log_logstash} \
1879         %{?_with_logfile} \
1880         %{?_with_lpar} \
1881         %{?_with_lua} \
1882         %{?_with_lvm} \
1883         %{?_with_madwifi} \
1884         %{?_with_mbmon} \
1885         %{?_with_mcelog} \
1886         %{?_with_md} \
1887         %{?_with_memcachec} \
1888         %{?_with_memcached} \
1889         %{?_with_memory} \
1890         %{?_with_mic} \
1891         %{?_with_modbus} \
1892         %{?_with_mqtt} \
1893         %{?_with_multimeter} \
1894         %{?_with_mysql} \
1895         %{?_with_netapp} \
1896         %{?_with_netlink} \
1897         %{?_with_network} \
1898         %{?_with_nfs} \
1899         %{?_with_nginx} \
1900         %{?_with_notify_desktop} \
1901         %{?_with_notify_email} \
1902         %{?_with_notify_nagios} \
1903         %{?_with_ntpd} \
1904         %{?_with_numa} \
1905         %{?_with_nut} \
1906         %{?_with_olsrd} \
1907         %{?_with_onewire} \
1908         %{?_with_openldap} \
1909         %{?_with_openvpn} \
1910         %{?_with_oracle} \
1911         %{?_with_ovs_events} \
1912         %{?_with_perl} \
1913         %{?_with_pf} \
1914         %{?_with_pinba} \
1915         %{?_with_ping} \
1916         %{?_with_postgresql} \
1917         %{?_with_powerdns} \
1918         %{?_with_processes} \
1919         %{?_with_protocols} \
1920         %{?_with_python} \
1921         %{?_with_redis} \
1922         %{?_with_routeros} \
1923         %{?_with_rrdcached} \
1924         %{?_with_rrdtool} \
1925         %{?_with_sensors} \
1926         %{?_with_serial} \
1927         %{?_with_sigrok} \
1928         %{?_with_smart} \
1929         %{?_with_snmp} \
1930         %{?_with_statsd} \
1931         %{?_with_swap} \
1932         %{?_with_syslog} \
1933         %{?_with_table} \
1934         %{?_with_tail_csv} \
1935         %{?_with_tail} \
1936         %{?_with_tape} \
1937         %{?_with_tcpconns} \
1938         %{?_with_teamspeak2} \
1939         %{?_with_ted} \
1940         %{?_with_thermal} \
1941         %{?_with_threshold} \
1942         %{?_with_tokyotyrant} \
1943         %{?_with_turbostat} \
1944         %{?_with_unixsock} \
1945         %{?_with_uptime} \
1946         %{?_with_users} \
1947         %{?_with_uuid} \
1948         %{?_with_varnish} \
1949         %{?_with_virt} \
1950         %{?_with_vmem} \
1951         %{?_with_vserver} \
1952         %{?_with_wireless}\
1953         %{?_with_write_graphite} \
1954         %{?_with_write_http} \
1955         %{?_with_write_http} \
1956         %{?_with_write_kafka} \
1957         %{?_with_write_log} \
1958         %{?_with_write_mongodb} \
1959         %{?_with_write_prometheus} \
1960         %{?_with_write_redis} \
1961         %{?_with_write_riemann} \
1962         %{?_with_write_sensu} \
1963         %{?_with_write_tsdb} \
1964         %{?_with_xencpu} \
1965         %{?_with_xmms} \
1966         %{?_with_zfs_arc} \
1967         %{?_with_zone} \
1968         %{?_with_zookeeper}
1969
1970
1971 %{__make} %{?_smp_mflags}
1972
1973
1974 %install
1975 rm -rf %{buildroot}
1976 %{__make} install DESTDIR=%{buildroot}
1977 %if 0%{?fedora} || 0%{?rhel} >= 7
1978 %{__install} -Dp -m0644 contrib/systemd.collectd.service %{buildroot}%{_unitdir}/collectd.service
1979 %else
1980 %{__install} -Dp -m0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1981 %endif
1982 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1983 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1984 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1985
1986 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1987 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1988
1989 %{__mv} contrib/collection3 %{buildroot}%{_localstatedir}/www
1990 %{__mv} contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1991
1992 %{__mv} contrib/php-collection %{buildroot}%{_localstatedir}/www
1993 %{__mv} contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1994
1995 ### Clean up docs
1996 find contrib/ -type f -exec %{__chmod} a-x {} \;
1997 # *.la files shouldn't be distributed.
1998 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1999
2000 # Remove Perl hidden .packlist files.
2001 find %{buildroot} -type f -name .packlist -delete
2002 # Remove Perl temporary file perllocal.pod
2003 find %{buildroot} -type f -name perllocal.pod -delete
2004
2005 %if ! %{with_java}
2006 rm -f %{buildroot}%{_datadir}/collectd/java/collectd-api.jar
2007 rm -f %{buildroot}%{_datadir}/collectd/java/generic-jmx.jar
2008 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
2009 %endif
2010
2011 %if ! %{with_lua}
2012 rm -f %{buildroot}%{_mandir}/man5/collectd-lua.5*
2013 %endif
2014
2015 %if ! %{with_perl}
2016 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
2017 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
2018 rm -fr %{buildroot}/usr/lib/perl5/
2019 %endif
2020
2021 %if ! %{with_postgresql}
2022 rm -f %{buildroot}%{_datadir}/collectd/postgresql_default.conf
2023 %endif
2024
2025 %if ! %{with_python}
2026 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
2027 %endif
2028
2029 %if ! %{with_snmp}
2030 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
2031 %endif
2032
2033
2034 %clean
2035 rm -rf %{buildroot}
2036
2037 %post
2038 %if 0%{?fedora} || 0%{?rhel} >= 7
2039 %systemd_post collectd.service
2040 %else
2041 /sbin/chkconfig --add collectd || :
2042 %endif
2043
2044 %preun
2045 %if 0%{?fedora} || 0%{?rhel} >= 7
2046 %systemd_preun collectd.service
2047 %else
2048 # stop collectd only when uninstalling
2049 if [ $1 -eq 0 ]; then
2050         /sbin/service collectd stop >/dev/null 2>&1 || :
2051         /sbin/chkconfig --del collectd || :
2052 fi
2053 %endif
2054
2055 %postun
2056 %if 0%{?fedora} || 0%{?rhel} >= 7
2057 %systemd_postun_with_restart collectd.service
2058 %else
2059 # restart collectd only when upgrading
2060 if [ $1 -eq 1 ]; then
2061         /sbin/service collectd condrestart >/dev/null 2>&1 || :
2062 fi
2063 %endif
2064
2065 %post -n libcollectdclient -p /sbin/ldconfig
2066 %postun -n libcollectdclient -p /sbin/ldconfig
2067
2068
2069 %files
2070 %doc AUTHORS COPYING ChangeLog README
2071 %config(noreplace) %{_sysconfdir}/collectd.conf
2072 %if 0%{?fedora} || 0%{?rhel} >= 7
2073 %{_unitdir}/collectd.service
2074 %else
2075 %{_initrddir}/collectd
2076 %endif
2077 %{_sbindir}/collectd
2078 %{_sbindir}/collectdmon
2079 %{_datadir}/collectd/types.db
2080 %{_sharedstatedir}/collectd
2081 %{_mandir}/man1/collectd.1*
2082 %{_mandir}/man1/collectdmon.1*
2083 %{_mandir}/man5/collectd-email.5*
2084 %{_mandir}/man5/collectd-exec.5*
2085 %{_mandir}/man5/collectd-threshold.5*
2086 %{_mandir}/man5/collectd-unixsock.5*
2087 %{_mandir}/man5/collectd.conf.5*
2088 %{_mandir}/man5/types.db.5*
2089
2090 # all plugins bundled with the main collectd package
2091 %{_libdir}/%{name}/match_empty_counter.so
2092 %{_libdir}/%{name}/match_hashed.so
2093 %{_libdir}/%{name}/match_regex.so
2094 %{_libdir}/%{name}/match_timediff.so
2095 %{_libdir}/%{name}/match_value.so
2096 %{_libdir}/%{name}/target_notification.so
2097 %{_libdir}/%{name}/target_replace.so
2098 %{_libdir}/%{name}/target_scale.so
2099 %{_libdir}/%{name}/target_set.so
2100 %{_libdir}/%{name}/target_v5upgrade.so
2101
2102 %if %{with_aggregation}
2103 %{_libdir}/%{name}/aggregation.so
2104 %endif
2105 %if %{with_apcups}
2106 %{_libdir}/%{name}/apcups.so
2107 %endif
2108 %if %{with_battery}
2109 %{_libdir}/%{name}/battery.so
2110 %endif
2111 %if %{with_cgroups}
2112 %{_libdir}/%{name}/cgroups.so
2113 %endif
2114 %if %{with_conntrack}
2115 %{_libdir}/%{name}/conntrack.so
2116 %endif
2117 %if %{with_contextswitch}
2118 %{_libdir}/%{name}/contextswitch.so
2119 %endif
2120 %if %{with_cpu}
2121 %{_libdir}/%{name}/cpu.so
2122 %endif
2123 %if %{with_cpufreq}
2124 %{_libdir}/%{name}/cpufreq.so
2125 %endif
2126 %if %{with_cpusleep}
2127 %{_libdir}/%{name}/cpusleep.so
2128 %endif
2129 %if %{with_csv}
2130 %{_libdir}/%{name}/csv.so
2131 %endif
2132 %if %{with_df}
2133 %{_libdir}/%{name}/df.so
2134 %endif
2135 %if %{with_drbd}
2136 %{_libdir}/%{name}/drbd.so
2137 %endif
2138 %if %{with_dpdkevents}
2139 %{_libdir}/%{name}/dpdkevents.so
2140 %endif
2141 %if %{with_dpdkstat}
2142 %{_libdir}/%{name}/dpdkstat.so
2143 %endif
2144 %if %{with_ethstat}
2145 %{_libdir}/%{name}/ethstat.so
2146 %endif
2147 %if %{with_entropy}
2148 %{_libdir}/%{name}/entropy.so
2149 %endif
2150 %if %{with_exec}
2151 %{_libdir}/%{name}/exec.so
2152 %endif
2153 %if %{with_fhcount}
2154 %{_libdir}/%{name}/fhcount.so
2155 %endif
2156 %if %{with_filecount}
2157 %{_libdir}/%{name}/filecount.so
2158 %endif
2159 %if %{with_fscache}
2160 %{_libdir}/%{name}/fscache.so
2161 %endif
2162 %if %{with_hugepages}
2163 %{_libdir}/%{name}/hugepages.so
2164 %endif
2165 %if %{with_interface}
2166 %{_libdir}/%{name}/interface.so
2167 %endif
2168 %if %{with_ipc}
2169 %{_libdir}/%{name}/ipc.so
2170 %endif
2171 %if %{with_ipvs}
2172 %{_libdir}/%{name}/ipvs.so
2173 %endif
2174 %if %{with_irq}
2175 %{_libdir}/%{name}/irq.so
2176 %endif
2177 %if %{with_load}
2178 %{_libdir}/%{name}/load.so
2179 %endif
2180 %if %{with_logfile}
2181 %{_libdir}/%{name}/logfile.so
2182 %endif
2183 %if %{with_madwifi}
2184 %{_libdir}/%{name}/madwifi.so
2185 %endif
2186 %if %{with_mbmon}
2187 %{_libdir}/%{name}/mbmon.so
2188 %endif
2189 %if %{with_mcelog}
2190 %{_libdir}/%{name}/mcelog.so
2191 %endif
2192 %if %{with_md}
2193 %{_libdir}/%{name}/md.so
2194 %endif
2195 %if %{with_memcached}
2196 %{_libdir}/%{name}/memcached.so
2197 %endif
2198 %if %{with_memory}
2199 %{_libdir}/%{name}/memory.so
2200 %endif
2201 %if %{with_multimeter}
2202 %{_libdir}/%{name}/multimeter.so
2203 %endif
2204 %if %{with_network}
2205 %{_libdir}/%{name}/network.so
2206 %endif
2207 %if %{with_nfs}
2208 %{_libdir}/%{name}/nfs.so
2209 %endif
2210 %if %{with_notify_nagios}
2211 %{_libdir}/%{name}/notify_nagios.so
2212 %endif
2213 %if %{with_ntpd}
2214 %{_libdir}/%{name}/ntpd.so
2215 %endif
2216 %if %{with_numa}
2217 %{_libdir}/%{name}/numa.so
2218 %endif
2219 %if %{with_openvpn}
2220 %{_libdir}/%{name}/openvpn.so
2221 %endif
2222 %if %{with_olsrd}
2223 %{_libdir}/%{name}/olsrd.so
2224 %endif
2225 %if %{with_ovs_events}
2226 %{_libdir}/%{name}/ovs_events.so
2227 %endif
2228 %if %{with_powerdns}
2229 %{_libdir}/%{name}/powerdns.so
2230 %endif
2231 %if %{with_processes}
2232 %{_libdir}/%{name}/processes.so
2233 %endif
2234 %if %{with_protocols}
2235 %{_libdir}/%{name}/protocols.so
2236 %endif
2237 %if %{with_serial}
2238 %{_libdir}/%{name}/serial.so
2239 %endif
2240 %if %{with_statsd}
2241 %{_libdir}/%{name}/statsd.so
2242 %endif
2243 %if %{with_swap}
2244 %{_libdir}/%{name}/swap.so
2245 %endif
2246 %if %{with_syslog}
2247 %{_libdir}/%{name}/syslog.so
2248 %endif
2249 %if %{with_table}
2250 %{_libdir}/%{name}/table.so
2251 %endif
2252 %if %{with_tail}
2253 %{_libdir}/%{name}/tail.so
2254 %endif
2255 %if %{with_tail_csv}
2256 %{_libdir}/%{name}/tail_csv.so
2257 %endif
2258 %if %{with_tcpconns}
2259 %{_libdir}/%{name}/tcpconns.so
2260 %endif
2261 %if %{with_teamspeak2}
2262 %{_libdir}/%{name}/teamspeak2.so
2263 %endif
2264 %if %{with_ted}
2265 %{_libdir}/%{name}/ted.so
2266 %endif
2267 %if %{with_thermal}
2268 %{_libdir}/%{name}/thermal.so
2269 %endif
2270 %if %{with_threshold}
2271 %{_libdir}/%{name}/threshold.so
2272 %endif
2273 %if %{with_turbostat}
2274 %{_libdir}/%{name}/turbostat.so
2275 %endif
2276 %if %{with_unixsock}
2277 %{_libdir}/%{name}/unixsock.so
2278 %endif
2279 %if %{with_uptime}
2280 %{_libdir}/%{name}/uptime.so
2281 %endif
2282 %if %{with_users}
2283 %{_libdir}/%{name}/users.so
2284 %endif
2285 %if %{with_uuid}
2286 %{_libdir}/%{name}/uuid.so
2287 %endif
2288 %if %{with_vmem}
2289 %{_libdir}/%{name}/vmem.so
2290 %endif
2291 %if %{with_vserver}
2292 %{_libdir}/%{name}/vserver.so
2293 %endif
2294 %if %{with_wireless}
2295 %{_libdir}/%{name}/wireless.so
2296 %endif
2297 %if %{with_write_graphite}
2298 %{_libdir}/%{name}/write_graphite.so
2299 %endif
2300 %if %{with_write_log}
2301 %{_libdir}/%{name}/write_log.so
2302 %endif
2303 %if %{with_write_sensu}
2304 %{_libdir}/%{name}/write_sensu.so
2305 %endif
2306 %if %{with_write_tsdb}
2307 %{_libdir}/%{name}/write_tsdb.so
2308 %endif
2309 %if %{with_zfs_arc}
2310 %{_libdir}/%{name}/zfs_arc.so
2311 %endif
2312 %if %{with_zookeeper}
2313 %{_libdir}/%{name}/zookeeper.so
2314 %endif
2315
2316 %files -n libcollectdclient-devel
2317 %{_includedir}/collectd/client.h
2318 %{_includedir}/collectd/network.h
2319 %{_includedir}/collectd/network_buffer.h
2320 %{_includedir}/collectd/lcc_features.h
2321 %{_libdir}/pkgconfig/libcollectdclient.pc
2322 %{_libdir}/libcollectdclient.so
2323
2324 %files -n libcollectdclient
2325 %{_libdir}/libcollectdclient.so.*
2326
2327 %files -n collectd-utils
2328 %{_bindir}/collectd-nagios
2329 %{_bindir}/collectd-tg
2330 %{_bindir}/collectdctl
2331 %{_mandir}/man1/collectdctl.1*
2332 %{_mandir}/man1/collectd-nagios.1*
2333 %{_mandir}/man1/collectd-tg.1*
2334
2335 %if %{with_amqp}
2336 %files amqp
2337 %{_libdir}/%{name}/amqp.so
2338 %endif
2339
2340 %if %{with_apache}
2341 %files apache
2342 %{_libdir}/%{name}/apache.so
2343 %endif
2344
2345 %if %{with_aquaero}
2346 %files aquaero
2347 %{_libdir}/%{name}/aquaero.so
2348 %endif
2349
2350 %if %{with_ascent}
2351 %files ascent
2352 %{_libdir}/%{name}/ascent.so
2353 %endif
2354
2355 %if %{with_barometer}
2356 %files barometer
2357 %{_libdir}/%{name}/barometer.so
2358 %endif
2359
2360 %if %{with_bind}
2361 %files bind
2362 %{_libdir}/%{name}/bind.so
2363 %endif
2364
2365 %if %{with_ceph}
2366 %files ceph
2367 %{_libdir}/%{name}/ceph.so
2368 %endif
2369
2370 %if %{with_chrony}
2371 %files chrony
2372 %{_libdir}/%{name}/chrony.so
2373 %endif
2374
2375 %if %{with_curl}
2376 %files curl
2377 %{_libdir}/%{name}/curl.so
2378 %endif
2379
2380 %if %{with_curl_json}
2381 %files curl_json
2382 %{_libdir}/%{name}/curl_json.so
2383 %endif
2384
2385 %if %{with_curl_xml}
2386 %files curl_xml
2387 %{_libdir}/%{name}/curl_xml.so
2388 %endif
2389
2390 %if %{with_disk}
2391 %files disk
2392 %{_libdir}/%{name}/disk.so
2393 %endif
2394
2395 %if %{with_dns}
2396 %files dns
2397 %{_libdir}/%{name}/dns.so
2398 %endif
2399
2400 %if %{with_dbi}
2401 %files dbi
2402 %{_libdir}/%{name}/dbi.so
2403 %endif
2404
2405 %if %{with_email}
2406 %files email
2407 %{_libdir}/%{name}/email.so
2408 %endif
2409
2410 %if %{with_gmond}
2411 %files gmond
2412 %{_libdir}/%{name}/gmond.so
2413 %endif
2414
2415 %if %{with_gps}
2416 %files gps
2417 %{_libdir}/%{name}/gps.so
2418 %endif
2419
2420 %if %{with_grpc}
2421 %files grpc
2422 %{_libdir}/%{name}/grpc.so
2423 %endif
2424
2425 %if %{with_hddtemp}
2426 %files hddtemp
2427 %{_libdir}/%{name}/hddtemp.so
2428 %endif
2429
2430 %if %{with_intel_rdt}
2431 %files intel_rdt
2432 %{_libdir}/%{name}/intel_rdt.so
2433 %endif
2434
2435 %if %{with_ipmi}
2436 %files ipmi
2437 %{_libdir}/%{name}/ipmi.so
2438 %endif
2439
2440 %if %{with_iptables}
2441 %files iptables
2442 %{_libdir}/%{name}/iptables.so
2443 %endif
2444
2445 %if %{with_java}
2446 %files java
2447 %{_datadir}/collectd/java/collectd-api.jar
2448 %{_datadir}/collectd/java/generic-jmx.jar
2449 %{_libdir}/%{name}/java.so
2450 %{_mandir}/man5/collectd-java.5*
2451 %endif
2452
2453 %if %{with_virt}
2454 %files virt
2455 %{_libdir}/%{name}/virt.so
2456 %endif
2457
2458 %if %{with_log_logstash}
2459 %files log_logstash
2460 %{_libdir}/%{name}/log_logstash.so
2461 %endif
2462
2463 %if %{with_lua}
2464 %files lua
2465 %{_mandir}/man5/collectd-lua*
2466 %{_libdir}/%{name}/lua.so
2467 %endif
2468
2469 %if %{with_lvm}
2470 %files lvm
2471 %{_libdir}/%{name}/lvm.so
2472 %endif
2473
2474 %if %{with_memcachec}
2475 %files memcachec
2476 %{_libdir}/%{name}/memcachec.so
2477 %endif
2478
2479 %if %{with_mic}
2480 %files mic
2481 %{_libdir}/%{name}/mic.so
2482 %endif
2483
2484 %if %{with_modbus}
2485 %files modbus
2486 %{_libdir}/%{name}/modbus.so
2487 %endif
2488
2489 %if %{with_mqtt}
2490 %files mqtt
2491 %{_libdir}/%{name}/mqtt.so
2492 %endif
2493
2494 %if %{with_mysql}
2495 %files mysql
2496 %{_libdir}/%{name}/mysql.so
2497 %endif
2498
2499 %if %{with_netlink}
2500 %files netlink
2501 %{_libdir}/%{name}/netlink.so
2502 %endif
2503
2504 %if %{with_nginx}
2505 %files nginx
2506 %{_libdir}/%{name}/nginx.so
2507 %endif
2508
2509 %if %{with_notify_desktop}
2510 %files notify_desktop
2511 %{_libdir}/%{name}/notify_desktop.so
2512 %endif
2513
2514 %if %{with_notify_email}
2515 %files notify_email
2516 %{_libdir}/%{name}/notify_email.so
2517 %endif
2518
2519 %if %{with_nut}
2520 %files nut
2521 %{_libdir}/%{name}/nut.so
2522 %endif
2523
2524 %if %{with_openldap}
2525 %files openldap
2526 %{_libdir}/%{name}/openldap.so
2527 %endif
2528
2529 %if %{with_perl}
2530 %files perl
2531 %{perl_vendorlib}/Collectd.pm
2532 %{perl_vendorlib}/Collectd/
2533 %{_mandir}/man3/Collectd::Unixsock.3pm*
2534 %{_mandir}/man5/collectd-perl.5*
2535 %{_libdir}/%{name}/perl.so
2536 %endif
2537
2538 %if %{with_pinba}
2539 %files pinba
2540 %{_libdir}/%{name}/pinba.so
2541 %endif
2542
2543 %if %{with_ping}
2544 %files ping
2545 %{_libdir}/%{name}/ping.so
2546 %endif
2547
2548 %if %{with_postgresql}
2549 %files postgresql
2550 %{_datadir}/collectd/postgresql_default.conf
2551 %{_libdir}/%{name}/postgresql.so
2552 %endif
2553
2554 %if %{with_python}
2555 %files python
2556 %{_mandir}/man5/collectd-python*
2557 %{_libdir}/%{name}/python.so
2558 %endif
2559
2560 %if %{with_redis}
2561 %files redis
2562 %{_libdir}/%{name}/redis.so
2563 %endif
2564
2565 %if %{with_rrdcached}
2566 %files rrdcached
2567 %{_libdir}/%{name}/rrdcached.so
2568 %endif
2569
2570 %if %{with_rrdtool}
2571 %files rrdtool
2572 %{_libdir}/%{name}/rrdtool.so
2573 %endif
2574
2575 %if %{with_sensors}
2576 %files sensors
2577 %{_libdir}/%{name}/sensors.so
2578 %endif
2579
2580 %if %{with_sigrok}
2581 %files sigrok
2582 %{_libdir}/%{name}/sigrok.so
2583 %endif
2584
2585 %if %{with_smart}
2586 %files smart
2587 %{_libdir}/%{name}/smart.so
2588 %endif
2589
2590 %if %{with_snmp}
2591 %files snmp
2592 %{_mandir}/man5/collectd-snmp.5*
2593 %{_libdir}/%{name}/snmp.so
2594 %endif
2595
2596 %if %{with_varnish}
2597 %files varnish
2598 %{_libdir}/%{name}/varnish.so
2599 %endif
2600
2601 %if %{with_write_http}
2602 %files write_http
2603 %{_libdir}/%{name}/write_http.so
2604 %endif
2605
2606 %if %{with_write_kafka}
2607 %files write_kafka
2608 %{_libdir}/%{name}/write_kafka.so
2609 %endif
2610
2611 %if %{with_write_prometheus}
2612 %files write_prometheus
2613 %{_libdir}/%{name}/write_prometheus.so
2614 %endif
2615
2616 %if %{with_write_redis}
2617 %files write_redis
2618 %{_libdir}/%{name}/write_redis.so
2619 %endif
2620
2621 %if %{with_write_riemann}
2622 %files write_riemann
2623 %{_libdir}/%{name}/write_riemann.so
2624 %endif
2625
2626 %if %{with_xencpu}
2627 %files xencpu
2628 %{_libdir}/%{name}/xencpu.so
2629 %endif
2630
2631 %if %{with_xmms}
2632 %files xmms
2633 %{_libdir}/%{name}/xmms.so
2634 %endif
2635
2636 %files collection3
2637 %{_localstatedir}/www/collection3
2638 %{_sysconfdir}/httpd/conf.d/collection3.conf
2639
2640 %files php-collection
2641 %{_localstatedir}/www/php-collection
2642 %{_sysconfdir}/httpd/conf.d/php-collection.conf
2643
2644 %files contrib
2645 %doc contrib/
2646
2647 %changelog
2648 * Sun Mar 05 2017 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.1-4
2649 - Don't enable XFS support on RHEL6, it is missing for i386
2650
2651 * Sun Mar 05 2017 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.1-3
2652 - Add dpdkevents plugin, disabled by default
2653
2654 * Wed Feb 22 2017 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.1-2
2655 - Enable XFS support in df plugin
2656 - Fix bogus date in changelog
2657
2658 * Sun Jan 01 2017 Marc Fournier <marc.fournier@camptocamp.com> - 5.7.1-1
2659 - New upstream version
2660
2661 * Sat Dec 31 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.0-4
2662 - Add new ovs_events plugin
2663
2664 * Sat Dec 31 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.0-3
2665 - Add new mcelog plugin
2666
2667 * Tue Nov 29 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.0-2
2668 - Disable redis plugin on RHEL 6, hiredis has been retired from EPEL6
2669
2670 * Mon Oct 10 2016 Marc Fournier <marc.fournier@camptocamp.com> - 5.7.0-1
2671 - New PRE-RELEASE version
2672 - New plugins enabled by default: hugepages, write_prometheus
2673 - New plugins disabled by default: dpdkstat, intel_rdt
2674
2675 * Mon Oct 10 2016 Victor Demonchy <v.demonchy@criteo.com> - 5.6.1-1
2676 - New upstream version
2677
2678 * Sun Aug 14 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.6.0-1
2679 - New upstream version
2680 - New plugins enabled by default: chrony, cpusleep, gps, lua, mqtt, notify_nagios
2681 - New plugins disabled by default: grpc, xencpu, zone
2682
2683 * Tue Jul 26 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.5.2-1
2684 - New upstream version
2685 - Contains fix for CVE-2016-6254
2686 - Change collectd.org url to https
2687
2688 * Sat Jun 04 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> 5.5.1-1
2689 - New upstream version
2690
2691 * Wed May 27 2015 Marc Fournier <marc.fournier@camptocamp.com> 5.5.0-1
2692 - New upstream version
2693 - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart,
2694   openldap, redis, write_redis, zookeeper, write_log, write_sensu, ipc,
2695   turbostat, fhcount
2696 - New plugins disabled by default: barometer, write_kafka
2697 - Enable zfs_arc, now supported on Linux
2698 - Install disk plugin in a dedicated package, as it depends on libudev
2699 - use systemd on EL7, sysvinit on EL6 & EL5
2700 - Install collectdctl, collectd-tg and collectd-nagios in collectd-utils.rpm
2701 - Add build-dependency on libcap-devel
2702
2703 * Mon Aug 19 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.4.2-1
2704 - New upstream version
2705 - Build netlink plugin by default
2706 - Enable cgroups, lvm and statsd plugins
2707 - Enable (but don't build by default) mic, aquaero and sigrok plugins
2708 - Enable modbus, memcachec and xmms plugins on RHEL7
2709
2710 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
2711 - New upstream version
2712 - Added RHEL5 support:
2713   * conditionally disable plugins not building on this platform
2714   * add/specify some build dependencies and options
2715   * replace some RPM macros not available on this platform
2716 - Removed duplicate --enable-aggregation
2717 - Added some comments & usage examples
2718 - Replaced a couple of "Buildrequires" by "BuildRequires"
2719 - Enabled modbus plugin on RHEL6
2720 - Enabled netlink plugin on RHEL6 and RHEL7
2721 - Allow perl plugin to build on RHEL5
2722 - Add support for RHEL7
2723 - Misc perl-related improvements:
2724   * prevent rpmbuild from extracting dependencies from files in /usr/share/doc
2725   * don't package collection3 and php-collection twice
2726   * keep perl scripts from contrib/ in collectd-contrib
2727
2728 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
2729 - New upstream version
2730 - Enabled write_riemann plugin
2731 - Enabled tail_csv plugin
2732 - Installed collectd-tc manpage
2733
2734 * Fri Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
2735 - remove dependency on libstatgrab, which isn't required on linux
2736
2737 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
2738 - collection3 and php-collection viewers are now in separate packages
2739
2740 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
2741 - New upstream version
2742 - Enabled aggregation plugin
2743 - Installed collectd-tc
2744 - Added network.h and network_buffer.h to libcollectdclient-devel
2745 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
2746 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
2747 - Added rrdcached and redis plugin descriptions
2748 - Mentioned new pf plugin in disabled plugins list
2749
2750 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
2751 - Follow Fedora Packaging Guidelines in java subpackage
2752
2753 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
2754 - Move perl stuff to perl_vendorlib
2755 - Replace hardcoded paths with macros
2756 - Remove unnecessary Requires
2757 - Removed .a and .la files
2758 - Some other small cleanups
2759
2760 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
2761 - New upstream version
2762 - Changes to support 5.1.0
2763 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
2764 - All plugins requiring external libraries are now shipped in separate
2765   packages.
2766 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
2767   the build process + ensure build deps are installed.
2768 - Dropped per-plugin configuration files, as they tend to diverge from upstream
2769   defaults.
2770 - Moved perl stuff to /usr/share/perl5/
2771 - Don't alter Interval and ReadThreads by default, let the user change this
2772   himself.
2773 - Initscript improvements:
2774   * checks configuration before (re)starting, based on debian's initscript
2775   * use /etc/sysconfig instdead of /etc/default
2776   * include optional $ARGS in arguments passed to collectd.
2777 - Drop collection.cgi from main package, as it's been obsoleted by collection3
2778 - Moved contrib/ to its own package, to avoid cluttering the main package with
2779   non-essential stuff.
2780 - Replaced BuildPrereq by BuildRequires
2781
2782 * Mon Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
2783 - New upstream version
2784 - Changes to support 5.0.1
2785
2786 * Mon Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
2787 - New upstream version
2788 - Changes to support 4.9.0
2789 - Added support for Java/GenericJMX plugin
2790
2791 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
2792 - New upstream version
2793 - Changes to support 4.3.1
2794 - Added More Prereqs to support more plugins
2795 - Added support for perl plugin
2796
2797 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
2798 - New upstream version
2799
2800 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
2801 - New major releas
2802 - Changes to support 4.0.5
2803
2804 * Thu Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
2805 - fixed spec file to build correctly on fedora core
2806 - added improved init.d script to work with chkconfig
2807 - added %%post and %%postun to call chkconfig automatically
2808
2809 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
2810 - New upstream version
2811
2812 * Sun Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
2813 - New upstream version
2814
2815 * Thu Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
2816 - New upstream version
2817
2818 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
2819 - New upstream version
2820
2821 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2822 - New upstream version
2823
2824 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2825 - New upstream version
2826
2827 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2828 - New upstream version
2829 - Added the `apache' package.
2830
2831 * Tue Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2832 - New upstream version
2833
2834 * Mon Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2835 - New upstream version
2836
2837 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2838 - New upstream version
2839
2840 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2841 - Include `tape.so' so the build doesn't terminate because of missing files..
2842 - New upstream version
2843
2844 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2845 - New upstream version
2846
2847 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2848 - New upstream version
2849 - Removed the extra `hddtemp' package
2850
2851 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2852 - New upstream version
2853
2854 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2855 - New upstream version
2856
2857 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2858 - New upstream version
2859 - Added config file, `collectd.conf(5)', `df.so'
2860 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2861
2862 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2863 - New upstream version
2864
2865 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2866 - New upstream version
2867
2868 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2869 - New upstream version
2870
2871 * Wed Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2872 - New upstream version
2873 - Added statement to remove the `*.la' files. This fixes a problem when
2874   `Unpackaged files terminate build' is in effect.
2875 - Added `processes.so*' to the main package
2876
2877 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2878 - New upstream version
2879 - Added package `collectd-hddtemp'
2880
2881 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2882 - New upstream version
2883 - Split the package into `collectd' and `collectd-sensors'
2884
2885 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2886 - New upstream version
2887
2888 * Sat Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2889 - New upstream version
2890
2891 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2892 - New upstream version
2893
2894 * Thu Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2895 - New upstream version
2896
2897 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2898 - New upstream version
2899
2900 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2901 - New upstream version
2902
2903 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2904 - New upstream version
2905
2906 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2907 - New upstream version
2908
2909 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2910 - Built on RedHat 7.3