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