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