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