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