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