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