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