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