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