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