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