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