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