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