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