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