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.
9 # q: And how can I do that ?
10 # a: By following these instructions, using mock:
12 # - install and configure mock (https://fedoraproject.org/wiki/Projects/Mock)
14 # - enable the EPEL repository (http://dl.fedoraproject.org/pub/epel/) in the
15 # configuration files for your target systems (/etc/mock/*.cfg).
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)
21 # - copy this file in your ~/rpmbuild/SPECS/ directory. Make sure the
22 # "Version:" tag matches the version from the tarball.
24 # - build the SRPM first:
25 # mock -r centos-6-x86_64 --buildsrpm --spec ~/rpmbuild/SPECS/collectd.spec \
26 # --sources ~/rpmbuild/SOURCES/
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
32 # - you can also optionally enable/disable plugins which are disabled/enabled
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
38 %global _hardened_build 1
39 %{?perl_default_filter}
41 # plugins enabled by default
42 %define with_aggregation 0%{!?_without_aggregation:1}
43 %define with_amqp 0%{!?_without_amqp:1}
44 %define with_apache 0%{!?_without_apache:1}
45 %define with_apcups 0%{!?_without_apcups:1}
46 %define with_ascent 0%{!?_without_ascent:1}
47 %define with_battery 0%{!?_without_battery:1}
48 %define with_bind 0%{!?_without_bind:1}
49 %define with_ceph 0%{!?_without_ceph:1}
50 %define with_cgroups 0%{!?_without_cgroups:1}
51 %define with_chrony 0%{!?_without_chrony:1}
52 %define with_conntrack 0%{!?_without_conntrack:1}
53 %define with_contextswitch 0%{!?_without_contextswitch:1}
54 %define with_cpu 0%{!?_without_cpu:1}
55 %define with_cpufreq 0%{!?_without_cpufreq:1}
56 %define with_cpusleep 0%{!?_without_cpusleep:1}
57 %define with_csv 0%{!?_without_csv:1}
58 %define with_curl 0%{!?_without_curl:1}
59 %define with_curl_json 0%{!?_without_curl_json:1}
60 %define with_curl_xml 0%{!?_without_curl_xml:1}
61 %define with_dbi 0%{!?_without_dbi:1}
62 %define with_df 0%{!?_without_df:1}
63 %define with_disk 0%{!?_without_disk:1}
64 %define with_dns 0%{!?_without_dns:1}
65 %define with_drbd 0%{!?_without_drbd:1}
66 %define with_email 0%{!?_without_email:1}
67 %define with_entropy 0%{!?_without_entropy:1}
68 %define with_ethstat 0%{!?_without_ethstat:1}
69 %define with_exec 0%{!?_without_exec:1}
70 %define with_fhcount 0%{!?_without_fhcount:1}
71 %define with_filecount 0%{!?_without_filecount:1}
72 %define with_fscache 0%{!?_without_fscache:1}
73 %define with_gmond 0%{!?_without_gmond:1}
74 %define with_gps 0%{!?_without_gps:1}
75 %define with_hddtemp 0%{!?_without_hddtemp:1}
76 %define with_hugepages 0%{!?_without_hugepages:1}
77 %define with_interface 0%{!?_without_interface:1}
78 %define with_ipc 0%{!?_without_ipc:1}
79 %define with_ipmi 0%{!?_without_ipmi:1}
80 %define with_iptables 0%{!?_without_iptables:1}
81 %define with_ipvs 0%{!?_without_ipvs:1}
82 %define with_irq 0%{!?_without_irq:1}
83 %define with_java 0%{!?_without_java:1}
84 %define with_load 0%{!?_without_load:1}
85 %define with_log_logstash 0%{!?_without_log_logstash:1}
86 %define with_logfile 0%{!?_without_logfile:1}
87 %define with_lua 0%{!?_without_lua:1}
88 %define with_lvm 0%{!?_without_lvm:1}
89 %define with_madwifi 0%{!?_without_madwifi:1}
90 %define with_mbmon 0%{!?_without_mbmon:1}
91 %define with_mcelog 0%{!?_without_mcelog:1}
92 %define with_md 0%{!?_without_md:1}
93 %define with_memcachec 0%{!?_without_memcachec:1}
94 %define with_memcached 0%{!?_without_memcached:1}
95 %define with_memory 0%{!?_without_memory:1}
96 %define with_modbus 0%{!?_without_modbus:1}
97 %define with_mqtt 0%{!?_without_mqtt:1}
98 %define with_multimeter 0%{!?_without_multimeter:1}
99 %define with_mysql 0%{!?_without_mysql:1}
100 %define with_netlink 0%{!?_without_netlink:1}
101 %define with_network 0%{!?_without_network:1}
102 %define with_nfs 0%{!?_without_nfs:1}
103 %define with_nginx 0%{!?_without_nginx:1}
104 %define with_notify_desktop 0%{!?_without_notify_desktop:1}
105 %define with_notify_email 0%{!?_without_notify_email:1}
106 %define with_notify_nagios 0%{!?_without_notify_nagios:1}
107 %define with_ntpd 0%{!?_without_ntpd:1}
108 %define with_numa 0%{!?_without_numa:1}
109 %define with_nut 0%{!?_without_nut:1}
110 %define with_olsrd 0%{!?_without_olsrd:1}
111 %define with_openldap 0%{!?_without_openldap:1}
112 %define with_openvpn 0%{!?_without_openvpn:1}
113 %define with_ovs_events 0%{!?_without_ovs_events:1}
114 %define with_perl 0%{!?_without_perl:1}
115 %define with_pinba 0%{!?_without_pinba:1}
116 %define with_ping 0%{!?_without_ping:1}
117 %define with_postgresql 0%{!?_without_postgresql:1}
118 %define with_powerdns 0%{!?_without_powerdns:1}
119 %define with_processes 0%{!?_without_processes:1}
120 %define with_protocols 0%{!?_without_protocols:1}
121 %define with_python 0%{!?_without_python:1}
122 %define with_redis 0%{!?_without_redis:1}
123 %define with_rrdcached 0%{!?_without_rrdcached:1}
124 %define with_rrdtool 0%{!?_without_rrdtool:1}
125 %define with_sensors 0%{!?_without_sensors:1}
126 %define with_serial 0%{!?_without_serial:1}
127 %define with_smart 0%{!?_without_smart:1}
128 %define with_snmp 0%{!?_without_snmp:1}
129 %define with_statsd 0%{!?_without_statsd:1}
130 %define with_swap 0%{!?_without_swap:1}
131 %define with_syslog 0%{!?_without_syslog:1}
132 %define with_table 0%{!?_without_table:1}
133 %define with_tail 0%{!?_without_tail:1}
134 %define with_tail_csv 0%{!?_without_tail_csv:1}
135 %define with_tcpconns 0%{!?_without_tcpconns:1}
136 %define with_teamspeak2 0%{!?_without_teamspeak2:1}
137 %define with_ted 0%{!?_without_ted:1}
138 %define with_thermal 0%{!?_without_thermal:1}
139 %define with_threshold 0%{!?_without_threshold:1}
140 %define with_turbostat 0%{!?_without_turbostat:1}
141 %define with_unixsock 0%{!?_without_unixsock:1}
142 %define with_uptime 0%{!?_without_uptime:1}
143 %define with_users 0%{!?_without_users:1}
144 %define with_uuid 0%{!?_without_uuid:1}
145 %define with_varnish 0%{!?_without_varnish:1}
146 %define with_virt 0%{!?_without_virt:1}
147 %define with_vmem 0%{!?_without_vmem:1}
148 %define with_vserver 0%{!?_without_vserver:1}
149 %define with_wireless 0%{!?_without_wireless:1}
150 %define with_write_graphite 0%{!?_without_write_graphite:1}
151 %define with_write_http 0%{!?_without_write_http:1}
152 %define with_write_log 0%{!?_without_write_log:1}
153 %define with_write_prometheus 0%{!?_without_write_prometheus:1}
154 %define with_write_redis 0%{!?_without_write_redis:1}
155 %define with_write_riemann 0%{!?_without_write_riemann:1}
156 %define with_write_sensu 0%{!?_without_write_sensu:1}
157 %define with_write_tsdb 0%{!?_without_write_tsdb:1}
158 %define with_xmms 0%{!?_without_xmms:0%{?_has_xmms}}
159 %define with_zfs_arc 0%{!?_without_zfs_arc:1}
160 %define with_zookeeper 0%{!?_without_zookeeper:1}
162 # Plugins not built by default because of dependencies on libraries not
163 # available in RHEL or EPEL:
165 # plugin apple_sensors disabled, requires a Mac
166 %define with_apple_sensors 0%{!?_without_apple_sensors:0}
167 # plugin aquaero disabled, requires a libaquaero5
168 %define with_aquaero 0%{!?_without_aquaero:0}
169 # plugin barometer disabled, requires a libi2c
170 %define with_barometer 0%{!?_without_barometer:0}
171 # plugin dpdkevents disabled, requires libdpdk
172 %define with_dpdkevents 0%{!?_without_dpdkevents:0}
173 # plugin dpdkstat disabled, requires libdpdk
174 %define with_dpdkstat 0%{!?_without_dpdkstat:0}
175 # plugin grpc disabled, requires protobuf-compiler >= 3.0
176 %define with_grpc 0%{!?_without_grpc:0}
177 # plugin lpar disabled, requires AIX
178 %define with_lpar 0%{!?_without_lpar:0}
179 # plugin intel_rdt disabled, requires intel-cmt-cat
180 %define with_intel_rdt 0%{!?_without_intel_rdt:0}
181 # plugin mic disabled, requires Mic
182 %define with_mic 0%{!?_without_mic:0}
183 # plugin netapp disabled, requires libnetapp
184 %define with_netapp 0%{!?_without_netapp:0}
185 # plugin onewire disabled, requires libowfs
186 %define with_onewire 0%{!?_without_onewire:0}
187 # plugin oracle disabled, requires Oracle
188 %define with_oracle 0%{!?_without_oracle:0}
189 # plugin oracle disabled, requires BSD
190 %define with_pf 0%{!?_without_pf:0}
191 # plugin routeros disabled, requires librouteros
192 %define with_routeros 0%{!?_without_routeros:0}
193 # plugin sigrok disabled, requires libsigrok
194 %define with_sigrok 0%{!?_without_sigrok:0}
195 # plugin tape disabled, requires libkstat
196 %define with_tape 0%{!?_without_tape:0}
197 # plugin tokyotyrant disabled, requires tcrdb.h
198 %define with_tokyotyrant 0%{!?_without_tokyotyrant:0}
199 # plugin write_kafka disabled, requires librdkafka
200 %define with_write_kafka 0%{!?_without_write_kafka:0}
201 # plugin write_mongodb disabled, requires libmongoc
202 %define with_write_mongodb 0%{!?_without_write_mongodb:0}
203 # plugin xencpu disabled, requires xen-devel from non-default repo
204 %define with_xencpu 0%{!?_without_xencpu:0}
205 # plugin zone disabled, requires Solaris
206 %define with_zone 0%{!?_without_zone:0}
208 # Plugins not buildable on RHEL < 6
209 %if 0%{?rhel} && 0%{?rhel} < 6
211 %define with_curl_json 0
212 %define with_log_logstash 0
214 %define with_ethstat 0
216 %define with_iptables 0
219 %define with_modbus 0
220 %define with_netlink 0
223 %define with_turbostat 0
224 %define with_write_prometheus 0
225 %define with_write_redis 0
226 %define with_write_riemann 0
229 # Plugins not buildable on RHEL < 7
230 %if 0%{?rhel} && 0%{?rhel} < 7
231 %define with_cpusleep 0
234 %define with_ovs_events 0
236 %define with_rrdcached 0
237 %define with_write_redis 0
238 %define with_write_riemann 0
242 Summary: Statistics collection and monitoring daemon
246 URL: https://collectd.org
247 Source: https://collectd.org/files/%{name}-%{version}.tar.bz2
249 Group: System Environment/Daemons
250 BuildRoot: %{_tmppath}/%{name}-%{version}-root
251 BuildRequires: libgcrypt-devel, kernel-headers, libcap-devel, which, xfsprogs-devel
252 Vendor: collectd development team <collectd@verplant.org>
254 %if 0%{?fedora} || 0%{?rhel} >= 7
256 BuildRequires: systemd
258 Requires(post): chkconfig
259 Requires(preun): chkconfig, initscripts
260 Requires(postun): initscripts
264 collectd is a small daemon which collects system information periodically and
265 provides mechanisms to monitor and store the values in a variety of ways. It
266 is written in C for performance. Since the daemon doesn't need to start up
267 every time it wants to update the values it's very fast and easy on the
268 system. Also, the statistics are very fine grained since the files are updated
269 every 10 seconds by default.
273 Summary: AMQP plugin for collectd
274 Group: System Environment/Daemons
275 Requires: %{name}%{?_isa} = %{version}-%{release}
276 BuildRequires: librabbitmq-devel
278 The AMQP plugin transmits or receives values collected by collectd via the
279 Advanced Message Queuing Protocol (AMQP).
284 Summary: Apache plugin for collectd
285 Group: System Environment/Daemons
286 Requires: %{name}%{?_isa} = %{version}-%{release}
287 BuildRequires: curl-devel
289 This plugin collects data provided by Apache's `mod_status'.
294 Summary: aquaero plugin for collectd
295 Group: System Environment/Daemons
296 Requires: %{name}%{?_isa} = %{version}-%{release}
298 Various sensors in the Aquaero 5 watercooling board made by Aquacomputer.
303 Summary: Ascent plugin for collectd
304 Group: System Environment/Daemons
305 Requires: %{name}%{?_isa} = %{version}-%{release}
306 BuildRequires: libxml2-devel, curl-devel
308 The Ascent plugin reads and parses the statistics page of Ascent, a free and
309 open-source server software for the game World of Warcraft by Blizzard
313 %if %{with_barometer}
315 Summary: barometer plugin for collectd
316 Group: System Environment/Daemons
317 Requires: %{name}%{?_isa} = %{version}-%{release}
318 %description barometer
319 Collects pressure and temperature from digital barometers.
324 Summary: Bind plugin for collectd
325 Group: System Environment/Daemons
326 Requires: %{name}%{?_isa} = %{version}-%{release}
327 BuildRequires: libxml2-devel, curl-devel
329 The BIND plugin retrieves this information that's encoded in XML and provided
330 via HTTP and submits the values to collectd.
335 Summary: Ceph plugin for collectd
336 Group: System Environment/Daemons
337 Requires: %{name}%{?_isa} = %{version}-%{release}
338 BuildRequires: yajl-devel
340 Ceph plugin for collectd
345 Summary: Chrony plugin for collectd
346 Group: System Environment/Daemons
347 Requires: %{name}%{?_isa} = %{version}-%{release}
349 Chrony plugin for collectd
354 Summary: Curl plugin for collectd
355 Group: System Environment/Daemons
356 Requires: %{name}%{?_isa} = %{version}-%{release}
357 BuildRequires: curl-devel
359 The cURL plugin uses libcurl to read files and then parses them according to
363 %if %{with_curl_json}
365 Summary: Curl_json plugin for collectd
366 Group: System Environment/Daemons
367 Requires: %{name}%{?_isa} = %{version}-%{release}
368 BuildRequires: curl-devel, yajl-devel
369 %description curl_json
370 The cURL-JSON plugin queries JavaScript Object Notation (JSON) data using the
371 cURL library and parses it according to the user's configuration.
376 Summary: Curl_xml plugin for collectd
377 Group: System Environment/Daemons
378 Requires: %{name}%{?_isa} = %{version}-%{release}
379 BuildRequires: curl-devel, libxml2-devel
380 %description curl_xml
381 The cURL-XML plugin reads files using libcurl and parses it as Extensible
382 Markup Language (XML).
387 Summary: DBI plugin for collectd
388 Group: System Environment/Daemons
389 Requires: %{name}%{?_isa} = %{version}-%{release}
390 BuildRequires: libdbi-devel
392 The DBI plugin uses libdbi, a database abstraction library, to execute SQL
393 statements on a database and read back the result.
398 Summary: disk plugin for collectd
399 Group: System Environment/Daemons
400 Requires: %{name}%{?_isa} = %{version}-%{release}
401 %{?_has_libudev:BuildRequires: libudev-devel}
403 The "disk" plugin collects information about the usage of physical disks and
404 logical disks (partitions).
409 Summary: DNS plugin for collectd
410 Group: System Environment/Daemons
411 Requires: %{name}%{?_isa} = %{version}-%{release}, libpcap >= 1.0
412 BuildRequires: libpcap-devel >= 1.0
414 The DNS plugin has a similar functionality to dnstop: It uses libpcap to get a
415 copy of all traffic from/to port UDP/53 (that's the DNS port), interprets the
416 packets and collects statistics of your DNS traffic.
421 Summary: Email plugin for collectd
422 Group: System Environment/Daemons
423 Requires: %{name}%{?_isa} = %{version}-%{release}, spamassassin
425 This plugin collects data provided by spamassassin.
430 Summary: Gmond plugin for collectd
431 Group: System Environment/Daemons
432 Requires: %{name}%{?_isa} = %{version}-%{release}
433 BuildRequires: ganglia-devel
435 The gmond plugin subscribes to a Multicast group to receive data from gmond,
436 the client daemon of the Ganglia project.
441 Summary: GPS plugin for collectd
442 Group: System Environment/Daemons
443 Requires: %{name}%{?_isa} = %{version}-%{release}
444 BuildRequires: gpsd-devel
446 This plugin monitor gps related data through gpsd.
451 Summary: GRPC plugin for collectd
452 Group: System Environment/Daemons
453 Requires: %{name}%{?_isa} = %{version}-%{release}
454 BuildRequires: protobuf-compiler
456 This plugin embeds a gRPC server into Collectd.
461 Summary: Hddtemp plugin for collectd
462 Group: System Environment/Daemons
463 Requires: %{name}%{?_isa} = %{version}-%{release}, hddtemp
465 The HDDTemp plugin collects the temperature of hard disks. The temperatures are
466 provided via SMART and queried by the external hddtemp daemon.
469 %if %{with_intel_rdt}
471 Summary: Intel RDT plugin for collectd
472 Group: System Environment/Daemons
473 Requires: %{name}%{?_isa} = %{version}-%{release}
474 BuildRequires: intel-cmt-cat
475 %description intel_rdt
476 The intel_rdt plugin collects information provided by monitoring features of
477 Intel Resource Director Technology (Intel(R) RDT).
482 Summary: IPMI plugin for collectd
483 Group: System Environment/Daemons
484 Requires: %{name}%{?_isa} = %{version}-%{release}
485 BuildRequires: OpenIPMI-devel
487 The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers
488 using the Intelligent Platform Management Interface (IPMI).
493 Summary: IPtables plugin for collectd
494 Group: System Environment/Daemons
495 Requires: %{name}%{?_isa} = %{version}-%{release}
496 BuildRequires: iptables-devel
497 %description iptables
498 The IPtables plugin can gather statistics from your ip_tables based packet
499 filter (aka. firewall) for both the IPv4 and the IPv6 protocol. It can collect
500 the byte- and packet-counters of selected rules and submit them to collectd.
505 Summary: Java plugin for collectd
506 Group: System Environment/Daemons
507 Requires: %{name}%{?_isa} = %{version}-%{release}
508 BuildRequires: java-devel, jpackage-utils
509 Requires: java, jpackage-utils
511 This plugin for collectd allows plugins to be written in Java and executed
515 %if %{with_log_logstash}
516 %package log_logstash
517 Summary: log_logstash plugin for collectd
518 Group: System Environment/Daemons
519 Requires: %{name}%{?_isa} = %{version}-%{release}
520 BuildRequires: yajl-devel
521 %description log_logstash
522 This plugin logs in logstash JSON format
527 Summary: Lua plugin for collectd
528 Group: System Environment/Daemons
529 Requires: %{name}%{?_isa} = %{version}-%{release}
530 BuildRequires: lua-devel
532 The Lua plugin embeds a Lua interpreter into collectd and exposes the
533 application programming interface (API) to Lua scripts.
538 Summary: LVM plugin for collectd
539 Group: System Environment/Daemons
540 Requires: %{name}%{?_isa} = %{version}-%{release}
541 BuildRequires: lvm2-devel
543 This plugin collects size of “Logical Volumes” (LV) and “Volume Groups” (VG)
544 of Linux' “Logical Volume Manager” (LVM).
549 Summary: Mcelog plugin for collectd
550 Group: System Environment/Daemons
551 Requires: %{name}%{?_isa} = %{version}-%{release}
553 This plugin monitors machine check exceptions reported by mcelog and generates
554 appropriate notifications when machine check exceptions are detected.
557 %if %{with_memcachec}
559 Summary: Memcachec plugin for collectd
560 Group: System Environment/Daemons
561 Requires: %{name}%{?_isa} = %{version}-%{release}
562 BuildRequires: libmemcached-devel
563 %description memcachec
564 The Memcachec plugin uses libmemcached to read statistics from a Memcached
565 instance. Note that another plugin, named `memcached', exists and does a
566 similar job, without requiring the installation of libmemcached.
571 Summary: mic plugin for collectd
572 Group: System Environment/Daemons
573 Requires: %{name}%{?_isa} = %{version}-%{release}
575 The mic plugin collects CPU usage, memory usage, temperatures and power
576 consumption from Intel Many Integrated Core (MIC) CPUs.
581 Summary: modbus plugin for collectd
582 Group: System Environment/Daemons
583 Requires: %{name}%{?_isa} = %{version}-%{release}
584 BuildRequires: libmodbus-devel
586 The modbus plugin collects values from Modbus/TCP enabled devices
591 Summary: MySQL plugin for collectd
592 Group: System Environment/Daemons
593 Requires: %{name}%{?_isa} = %{version}-%{release}
594 BuildRequires: mysql-devel
596 MySQL querying plugin. This plugin provides data of issued commands, called
597 handlers and database traffic.
602 Summary: mqtt plugin for collectd
603 Group: System Environment/Daemons
604 Requires: %{name}%{?_isa} = %{version}-%{release}
605 BuildRequires: mosquitto-devel
607 The MQTT plugin publishes and subscribes to MQTT topics.
612 Summary: netlink plugin for collectd
613 Group: System Environment/Daemons
614 Requires: %{name}%{?_isa} = %{version}-%{release}
615 BuildRequires: libmnl-devel, iproute-devel
617 The netlink plugin collects detailed network interface and routing statistics.
622 Summary: Nginx plugin for collectd
623 Group: System Environment/Daemons
624 Requires: %{name}%{?_isa} = %{version}-%{release}
625 BuildRequires: curl-devel
627 This plugin gets data provided by nginx.
630 %if %{with_notify_desktop}
631 %package notify_desktop
632 Summary: Notify_desktop plugin for collectd
633 Group: System Environment/Daemons
634 Requires: %{name}%{?_isa} = %{version}-%{release}
635 BuildRequires: libnotify-devel, gtk2-devel
636 %description notify_desktop
637 The Notify Desktop plugin uses libnotify to display notifications to the user
638 via the desktop notification specification, i. e. on an X display.
641 %if %{with_notify_email}
642 %package notify_email
643 Summary: Notify_email plugin for collectd
644 Group: System Environment/Daemons
645 Requires: %{name}%{?_isa} = %{version}-%{release}
646 BuildRequires: libesmtp-devel
647 %description notify_email
648 The Notify Email plugin uses libESMTP to send notifications to a configured
654 Summary: Nut plugin for collectd
655 Group: System Environment/Daemons
656 Requires: %{name}%{?_isa} = %{version}-%{release}
657 BuildRequires: nut-devel
659 This plugin for collectd provides Network UPS Tools support.
664 Summary: Openldap plugin for collectd
665 Group: System Environment/Daemons
666 Requires: %{name}%{?_isa} = %{version}-%{release}
667 BuildRequires: openldap-devel
668 %description openldap
669 This plugin reads monitoring information from OpenLDAP's cn=Monitor subtree.
672 %if %{with_ovs_events}
674 Summary: Open vSwitch events plugin for collectd
675 Group: System Environment/Daemons
676 Requires: %{name}%{?_isa} = %{version}-%{release}
677 BuildRequires: yajl-devel
678 %description ovs_events
679 This plugin monitors the link status of Open vSwitch (OVS) connected
680 interfaces, dispatches the values to collectd and sends notifications
681 whenever a link state change occurs in the OVS database.
686 Summary: Perl plugin for collectd
687 Group: System Environment/Daemons
688 Requires: %{name}%{?_isa} = %{version}-%{release}
689 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
690 %if 0%{?rhel} && 0%{?rhel} < 6
693 BuildRequires: perl-ExtUtils-Embed
696 The Perl plugin embeds a Perl interpreter into collectd and exposes the
697 application programming interface (API) to Perl-scripts.
702 Summary: Pinba plugin for collectd
703 Group: System Environment/Daemons
704 Requires: %{name}%{?_isa} = %{version}-%{release}
705 BuildRequires: protobuf-c-devel
707 The Pinba plugin receives and dispatches timing values from Pinba, a profiling
713 Summary: Ping plugin for collectd
714 Group: System Environment/Daemons
715 Requires: %{name}%{?_isa} = %{version}-%{release}
716 BuildRequires: liboping-devel
718 The Ping plugin measures network latency using ICMP “echo requests”, usually
722 %if %{with_postgresql}
724 Summary: PostgreSQL plugin for collectd
725 Group: System Environment/Daemons
726 Requires: %{name}%{?_isa} = %{version}-%{release}
727 BuildRequires: postgresql-devel
728 %description postgresql
729 The PostgreSQL plugin connects to and executes SQL statements on a PostgreSQL
735 Summary: Python plugin for collectd
736 Group: System Environment/Daemons
737 Requires: %{name}%{?_isa} = %{version}-%{release}
738 %if 0%{?rhel} && 0%{?rhel} < 6
739 BuildRequires: python26-devel
741 BuildRequires: python-devel
744 The Python plugin embeds a Python interpreter into collectd and exposes the
745 application programming interface (API) to Python-scripts.
750 Summary: Redis plugin for collectd
751 Group: System Environment/Daemons
752 Requires: %{name}%{?_isa} = %{version}-%{release}
753 BuildRequires: hiredis-devel
755 The Redis plugin connects to one or more instances of Redis, a key-value store,
756 and collects usage information using the hiredis library.
759 %if %{with_rrdcached}
761 Summary: RRDCached plugin for collectd
762 Group: System Environment/Daemons
763 Requires: %{name}%{?_isa} = %{version}-%{release}, rrdtool >= 1.4
764 BuildRequires: rrdtool-devel
765 %description rrdcached
766 The RRDCacheD plugin connects to the “RRD caching daemon”, rrdcached and
767 submits updates for RRD files to that daemon.
772 Summary: RRDtool plugin for collectd
773 Group: System Environment/Daemons
774 Requires: %{name}%{?_isa} = %{version}-%{release}
775 BuildRequires: rrdtool-devel
777 The RRDtool plugin writes values to RRD-files using librrd.
782 Summary: Sensors plugin for collectd
783 Group: System Environment/Daemons
784 Requires: %{name}%{?_isa} = %{version}-%{release}
785 BuildRequires: lm_sensors-devel
787 This plugin for collectd provides querying of sensors supported by lm_sensors.
792 Summary: sigrok plugin for collectd
793 Group: System Environment/Daemons
794 Requires: %{name}%{?_isa} = %{version}-%{release}
796 Uses libsigrok as a backend, allowing any sigrok-supported device to have its
797 measurements fed to collectd. This includes multimeters, sound level meters,
798 thermometers, and much more.
803 Summary: SMART plugin for collectd
804 Group: System Environment/Daemons
805 Requires: %{name}%{?_isa} = %{version}-%{release}
806 BuildRequires: libatasmart-devel
808 Collect SMART statistics, notably load cycle count, temperature and bad
814 Summary: SNMP plugin for collectd
815 Group: System Environment/Daemons
816 Requires: %{name}%{?_isa} = %{version}-%{release}
817 BuildRequires: net-snmp-devel
819 This plugin for collectd allows querying of network equipment using SNMP.
824 Summary: Varnish plugin for collectd
825 Group: System Environment/Daemons
826 Requires: %{name}%{?_isa} = %{version}-%{release}
827 BuildRequires: varnish-libs-devel
829 The Varnish plugin collects information about Varnish, an HTTP accelerator.
834 Summary: Virt plugin for collectd
835 Group: System Environment/Daemons
836 Requires: %{name}%{?_isa} = %{version}-%{release}
837 BuildRequires: libvirt-devel
839 This plugin collects information from virtualized guests.
842 %if %{with_write_http}
844 Summary: Write-HTTP plugin for collectd
845 Group: System Environment/Daemons
846 Requires: %{name}%{?_isa} = %{version}-%{release}
847 BuildRequires: curl-devel
848 %description write_http
849 The Write-HTTP plugin sends the values collected by collectd to a web-server
850 using HTTP POST requests.
853 %if %{with_write_kafka}
855 Summary: Write-kafka plugin for collectd
856 Group: System Environment/Daemons
857 Requires: %{name}%{?_isa} = %{version}-%{release}
858 BuildRequires: librdkafka-devel
859 %description write_kafka
860 The write_kafka plugin sends values to kafka, a distributed messaging system.
863 %if %{with_write_prometheus}
864 %package write_prometheus
865 Summary: Write-prometheus plugin for collectd
866 Group: System Environment/Daemons
867 Requires: %{name}%{?_isa} = %{version}-%{release}
868 BuildRequires: libmicrohttpd-devel
869 %description write_prometheus
870 The Write Prometheus plugin exposes collected values using an embedded HTTP
871 server, turning the collectd daemon into a Prometheus exporter.
874 %if %{with_write_redis}
876 Summary: Write-Redis plugin for collectd
877 Group: System Environment/Daemons
878 Requires: %{name}%{?_isa} = %{version}-%{release}
879 BuildRequires: hiredis-devel
880 %description write_redis
881 The Write Redis plugin stores values in Redis, a “data structures server”.
884 %if %{with_write_riemann}
885 %package write_riemann
886 Summary: riemann plugin for collectd
887 Group: System Environment/Daemons
888 Requires: %{name}%{?_isa} = %{version}-%{release}
889 BuildRequires: riemann-c-client-devel >= 1.6
890 %description write_riemann
891 The riemann plugin submits values to Riemann, an event stream processor.
896 Summary: xencpu plugin for collectd
897 Group: System Environment/Daemons
898 Requires: %{name}%{?_isa} = %{version}-%{release}
899 BuildRequires: xen-devel
901 The xencpu plugin collects CPU statistics from Xen.
906 Summary: XMMS plugin for collectd
907 Group: System Environment/Daemons
908 Requires: %{name}%{?_isa} = %{version}-%{release}
909 BuildRequires: xmms-devel
911 The xmms plugin collects information from the XMMS music player.
915 Summary: Web-based viewer for collectd
916 Group: System Environment/Daemons
917 Requires: %{name}%{?_isa} = %{version}-%{release}
919 %description collection3
920 collection3 is a graphing front-end for the RRD files created by and filled
921 with collectd. It is written in Perl and should be run as an CGI-script.
922 Graphs are generated on-the-fly, so no cron job or similar is necessary.
924 %package php-collection
925 Summary: collect php webfrontent
926 Group: System Environment/Daemons
927 Requires: collectd = %{version}-%{release}
930 Requires: php-rrdtool
931 %description php-collection
932 PHP graphing frontend for RRD files created by and filled with collectd.
935 Summary: Contrib files for collectd
936 Group: System Environment/Daemons
937 Requires: %{name}%{?_isa} = %{version}-%{release}
939 All the files found under contrib/ in the source tree are bundled in this
942 %package -n libcollectdclient
943 Summary: Collectd client library
944 Group: System Environment/Daemons
945 %description -n libcollectdclient
946 Collectd client library
948 %package -n libcollectdclient-devel
949 Summary: Development files for libcollectdclient
950 Group: System Environment/Daemons
952 Requires: libcollectdclient%{?_isa} = %{version}-%{release}
953 %description -n libcollectdclient-devel
954 Development files for libcollectdclient
956 %package -n collectd-utils
957 Summary: Collectd utilities
958 Group: System Environment/Daemons
959 Requires: libcollectdclient%{?_isa} = %{version}-%{release}
960 Requires: collectd%{?_isa} = %{version}-%{release}
961 %description -n collectd-utils
968 %if %{with_aggregation}
969 %define _with_aggregation --enable-aggregation
971 %define _with_aggregation --disable-aggregation
975 %define _with_amqp --enable-amqp
977 %define _with_amqp --disable-amqp
981 %define _with_apache --enable-apache
983 %define _with_apache --disable-apache
987 %define _with_apcups --enable-apcups
989 %define _with_apcups --disable-apcups
992 %if %{with_apple_sensors}
993 %define _with_apple_sensors --enable-apple_sensors
995 %define _with_apple_sensors --disable-apple_sensors
999 %define _with_aquaero --enable-aquaero
1001 %define _with_aquaero --disable-aquaero
1005 %define _with_ascent --enable-ascent
1007 %define _with_ascent --disable-ascent
1010 %if %{with_barometer}
1011 %define _with_barometer --enable-barometer
1013 %define _with_barometer --disable-barometer
1017 %define _with_battery --enable-battery
1019 %define _with_battery --disable-battery
1023 %define _with_bind --enable-bind
1025 %define _with_bind --disable-bind
1029 %define _with_cgroups --enable-cgroups
1031 %define _with_cgroups --disable-cgroups
1035 %define _with_chrony --enable-chrony
1037 %define _with_chrony --disable-chrony
1040 %if %{with_conntrack}
1041 %define _with_conntrack --enable-conntrack
1043 %define _with_conntrack --disable-conntrack
1046 %if %{with_contextswitch}
1047 %define _with_contextswitch --enable-contextswitch
1049 %define _with_contextswitch --disable-contextswitch
1053 %define _with_cpu --enable-cpu
1055 %define _with_cpu --disable-cpu
1059 %define _with_cpufreq --enable-cpufreq
1061 %define _with_cpufreq --disable-cpufreq
1064 %if %{with_cpusleep}
1065 %define _with_cpusleep --enable-cpusleep
1067 %define _with_cpusleep --disable-cpusleep
1071 %define _with_csv --enable-csv
1073 %define _with_csv --disable-csv
1077 %define _with_ceph --enable-ceph
1079 %define _with_ceph --disable-ceph
1083 %define _with_curl --enable-curl
1085 %define _with_curl --disable-curl
1088 %if %{with_curl_json}
1089 %define _with_curl_json --enable-curl_json
1091 %define _with_curl_json --disable-curl_json
1094 %if %{with_curl_xml}
1095 %define _with_curl_xml --enable-curl_xml
1097 %define _with_curl_xml --disable-curl_xml
1101 %define _with_dbi --enable-dbi
1103 %define _with_dbi --disable-dbi
1107 %define _with_df --enable-df
1109 %define _with_df --disable-df
1113 %define _with_disk --enable-disk
1115 %define _with_disk --disable-disk
1119 %define _with_dns --enable-dns
1121 %define _with_dns --disable-dns
1125 %define _with_drbd --enable-drbd
1127 %define _with_drbd --disable-drbd
1130 %if %{with_dpdkevents}
1131 %define _with_dpdkevents --enable-dpdkevents
1133 %define _with_dpdkevents --disable-dpdkevents
1136 %if %{with_dpdkstat}
1137 %define _with_dpdkstat --enable-dpdkstat
1139 %define _with_dpdkstat --disable-dpdkstat
1143 %define _with_email --enable-email
1145 %define _with_email --disable-email
1149 %define _with_entropy --enable-entropy
1151 %define _with_entropy --disable-entropy
1155 %define _with_ethstat --enable-ethstat
1157 %define _with_ethstat --disable-ethstat
1161 %define _with_exec --enable-exec
1163 %define _with_exec --disable-exec
1167 %define _with_fhcount --enable-fhcount
1169 %define _with_fhcount --disable-fhcount
1172 %if %{with_filecount}
1173 %define _with_filecount --enable-filecount
1175 %define _with_filecount --disable-filecount
1179 %define _with_fscache --enable-fscache
1181 %define _with_fscache --disable-fscache
1185 %define _with_gmond --enable-gmond
1187 %define _with_gmond --disable-gmond
1191 %define _with_gps --enable-gps
1193 %define _with_gps --disable-gps
1197 %define _with_grpc --enable-grpc
1199 %define _with_grpc --disable-grpc
1203 %define _with_hddtemp --enable-hddtemp
1205 %define _with_hddtemp --disable-hddtemp
1208 %if %{with_hugepages}
1209 %define _with_hugepages --enable-hugepages
1211 %define _with_hugepages --disable-hugepages
1214 %if %{with_intel_rdt}
1215 %define _with_intel_rdt --enable-intel_rdt
1217 %define _with_intel_rdt --disable-intel_rdt
1220 %if %{with_interface}
1221 %define _with_interface --enable-interface
1223 %define _with_interface --disable-interface
1227 %define _with_ipc --enable-ipc
1229 %define _with_ipc --disable-ipc
1233 %define _with_ipmi --enable-ipmi
1235 %define _with_ipmi --disable-ipmi
1238 %if %{with_iptables}
1239 %define _with_iptables --enable-iptables
1241 %define _with_iptables --disable-iptables
1245 %define _with_ipvs --enable-ipvs
1247 %define _with_ipvs --disable-ipvs
1251 %define _with_irq --enable-irq
1253 %define _with_irq --disable-irq
1257 %define _with_java --enable-java --with-java=%{java_home}/
1259 %define _with_java --disable-java
1263 %define _with_virt --enable-virt
1265 %define _with_virt --disable-virt
1269 %define _with_load --enable-load
1271 %define _with_load --disable-load
1275 %define _with_logfile --enable-logfile
1277 %define _with_logfile --disable-logfile
1280 %if %{with_log_logstash}
1281 %define _with_log_logstash --enable-log_logstash
1283 %define _with_log_logstash --disable-log_logstash
1287 %define _with_lpar --enable-lpar
1289 %define _with_lpar --disable-lpar
1293 %define _with_lua --enable-lua
1295 %define _with_lua --disable-lua
1299 %define _with_lvm --enable-lvm
1301 %define _with_lvm --disable-lvm
1305 %define _with_madwifi --enable-madwifi
1307 %define _with_madwifi --disable-madwifi
1311 %define _with_mbmon --enable-mbmon
1313 %define _with_mbmon --disable-mbmon
1317 %define _with_mcelog --enable-mcelog
1319 %define _with_mbmon --disable-mcelog
1323 %define _with_md --enable-md
1325 %define _with_md --disable-md
1328 %if %{with_memcachec}
1329 %define _with_memcachec --enable-memcachec
1331 %define _with_memcachec --disable-memcachec
1334 %if %{with_memcached}
1335 %define _with_memcached --enable-memcached
1337 %define _with_memcached --disable-memcached
1341 %define _with_memory --enable-memory
1343 %define _with_memory --disable-memory
1347 %define _with_mic --enable-mic
1349 %define _with_mic --disable-mic
1353 %define _with_modbus --enable-modbus
1355 %define _with_modbus --disable-modbus
1358 %if %{with_multimeter}
1359 %define _with_multimeter --enable-multimeter
1361 %define _with_multimeter --disable-multimeter
1365 %define _with_mqtt --enable-mqtt
1367 %define _with_mqtt --disable-mqtt
1371 %define _with_mysql --enable-mysql
1373 %define _with_mysql --disable-mysql
1377 %define _with_netapp --enable-netapp
1379 %define _with_netapp --disable-netapp
1383 %define _with_netlink --enable-netlink
1385 %define _with_netlink --disable-netlink
1389 %define _with_network --enable-network
1391 %define _with_network --disable-network
1395 %define _with_nfs --enable-nfs
1397 %define _with_nfs --disable-nfs
1401 %define _with_nginx --enable-nginx
1403 %define _with_nginx --disable-nginx
1406 %if %{with_notify_desktop}
1407 %define _with_notify_desktop --enable-notify_desktop
1409 %define _with_notify_desktop --disable-notify_desktop
1412 %if %{with_notify_email}
1413 %define _with_notify_email --enable-notify_email
1415 %define _with_notify_email --disable-notify_email
1418 %if %{with_notify_nagios}
1419 %define _with_notify_nagios --enable-notify_nagios
1421 %define _with_notify_nagios --disable-notify_nagios
1425 %define _with_ntpd --enable-ntpd
1427 %define _with_ntpd --disable-ntpd
1431 %define _with_numa --enable-numa
1433 %define _with_numa --disable-numa
1437 %define _with_nut --enable-nut
1439 %define _with_nut --disable-nut
1443 %define _with_olsrd --enable-olsrd
1445 %define _with_olsrd --disable-olsrd
1449 %define _with_onewire --enable-onewire
1451 %define _with_onewire --disable-onewire
1454 %if %{with_openldap}
1455 %define _with_openldap --enable-openldap
1457 %define _with_openldap --disable-openldap
1461 %define _with_openvpn --enable-openvpn
1463 %define _with_openvpn --disable-openvpn
1467 %define _with_oracle --enable-oracle
1469 %define _with_oracle --disable-oracle
1472 %if %{with_ovs_events}
1473 %define _with_ovs_events --enable-ovs_events
1475 %define _with_ovs_events --disable-ovs_events
1479 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1481 %define _with_perl --disable-perl
1485 %define _with_pf --enable-pf
1487 %define _with_pf --disable-pf
1491 %define _with_pinba --enable-pinba
1493 %define _with_pinba --disable-pinba
1497 %define _with_ping --enable-ping
1499 %define _with_ping --disable-ping
1502 %if %{with_postgresql}
1503 %define _with_postgresql --enable-postgresql
1505 %define _with_postgresql --disable-postgresql
1508 %if %{with_powerdns}
1509 %define _with_powerdns --enable-powerdns
1511 %define _with_powerdns --disable-powerdns
1514 %if %{with_processes}
1515 %define _with_processes --enable-processes
1517 %define _with_processes --disable-processes
1520 %if %{with_protocols}
1521 %define _with_protocols --enable-protocols
1523 %define _with_protocols --disable-protocols
1527 %if 0%{?rhel} && 0%{?rhel} < 6
1528 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1529 %define _python_config PYTHON_CONFIG="%{_bindir}/python2.6-config"
1531 %define _with_python --enable-python
1534 %define _with_python --disable-python
1538 %define _with_redis --enable-redis
1540 %define _with_redis --disable-redis
1543 %if %{with_routeros}
1544 %define _with_routeros --enable-routeros
1546 %define _with_routeros --disable-routeros
1549 %if %{with_rrdcached}
1550 %define _with_rrdcached --enable-rrdcached
1552 %define _with_rrdcached --disable-rrdcached
1556 %define _with_rrdtool --enable-rrdtool
1558 %define _with_rrdtool --disable-rrdtool
1562 %define _with_sensors --enable-sensors
1564 %define _with_sensors --disable-sensors
1568 %define _with_serial --enable-serial
1570 %define _with_serial --disable-serial
1574 %define _with_sigrok --enable-sigrok
1576 %define _with_sigrok --disable-sigrok
1580 %define _with_smart --enable-smart
1582 %define _with_smart --disable-smart
1586 %define _with_snmp --enable-snmp
1588 %define _with_snmp --disable-snmp
1592 %define _with_statsd --enable-statsd
1594 %define _with_statsd --disable-statsd
1598 %define _with_swap --enable-swap
1600 %define _with_swap --disable-swap
1604 %define _with_syslog --enable-syslog
1606 %define _with_syslog --disable-syslog
1610 %define _with_table --enable-table
1612 %define _with_table --disable-table
1616 %define _with_tail --enable-tail
1618 %define _with_tail --disable-tail
1621 %if %{with_tail_csv}
1622 %define _with_tail_csv --enable-tail_csv
1624 %define _with_tail_csv --disable-tail_csv
1628 %define _with_tape --enable-tape
1630 %define _with_tape --disable-tape
1633 %if %{with_tcpconns}
1634 %define _with_tcpconns --enable-tcpconns
1636 %define _with_tcpconns --disable-tcpconns
1639 %if %{with_teamspeak2}
1640 %define _with_teamspeak2 --enable-teamspeak2
1642 %define _with_teamspeak2 --disable-teamspeak2
1646 %define _with_ted --enable-ted
1648 %define _with_ted --disable-ted
1652 %define _with_thermal --enable-thermal
1654 %define _with_thermal --disable-thermal
1657 %if %{with_threshold}
1658 %define _with_threshold --enable-threshold
1660 %define _with_threshold --disable-threshold
1663 %if %{with_tokyotyrant}
1664 %define _with_tokyotyrant --enable-tokyotyrant
1666 %define _with_tokyotyrant --disable-tokyotyrant
1669 %if %{with_turbostat}
1670 %define _with_turbostat --enable-turbostat
1672 %define _with_turbostat --disable-turbostat
1675 %if %{with_unixsock}
1676 %define _with_unixsock --enable-unixsock
1678 %define _with_unixsock --disable-unixsock
1682 %define _with_uptime --enable-uptime
1684 %define _with_uptime --disable-uptime
1688 %define _with_users --enable-users
1690 %define _with_users --disable-users
1694 %define _with_uuid --enable-uuid
1696 %define _with_uuid --disable-uuid
1700 %define _with_varnish --enable-varnish
1702 %define _with_varnish --disable-varnish
1706 %define _with_vmem --enable-vmem
1708 %define _with_vmem --disable-vmem
1712 %define _with_vserver --enable-vserver
1714 %define _with_vserver --disable-vserver
1717 %if %{with_wireless}
1718 %define _with_wireless --enable-wireless
1720 %define _with_wireless --disable-wireless
1723 %if %{with_write_graphite}
1724 %define _with_write_graphite --enable-write_graphite
1726 %define _with_write_graphite --disable-write_graphite
1729 %if %{with_write_http}
1730 %define _with_write_http --enable-write_http
1732 %define _with_write_http --disable-write_http
1735 %if %{with_write_kafka}
1736 %define _with_write_kafka --enable-write_kafka
1738 %define _with_write_kafka --disable-write_kafka
1741 %if %{with_write_log}
1742 %define _with_write_log --enable-write_log
1744 %define _with_write_log --disable-write_log
1747 %if %{with_write_mongodb}
1748 %define _with_write_mongodb --enable-write_mongodb
1750 %define _with_write_mongodb --disable-write_mongodb
1753 %if %{with_write_prometheus}
1754 %define _with_write_prometheus --enable-write_prometheus
1756 %define _with_write_prometheus --disable-write_prometheus
1759 %if %{with_write_redis}
1760 %define _with_write_redis --enable-write_redis
1762 %define _with_write_redis --disable-write_redis
1765 %if %{with_write_riemann}
1766 %define _with_write_riemann --enable-write_riemann
1768 %define _with_write_riemann --disable-write_riemann
1771 %if %{with_write_sensu}
1772 %define _with_write_sensu --enable-write_sensu
1774 %define _with_write_sensu --disable-write_sensu
1777 %if %{with_write_tsdb}
1778 %define _with_write_tsdb --enable-write_tsdb
1780 %define _with_write_tsdb --disable-write_tsdb
1784 %define _with_xencpu --enable-xencpu
1786 %define _with_xencpu --disable-xencpu
1790 %define _with_xmms --enable-xmms
1792 %define _with_xmms --disable-xmms
1796 %define _with_zfs_arc --enable-zfs_arc
1798 %define _with_zfs_arc --disable-zfs_arc
1802 %define _with_zone --enable-zone
1804 %define _with_zone --disable-zone
1807 %if %{with_zookeeper}
1808 %define _with_zookeeper --enable-zookeeper
1810 %define _with_zookeeper --disable-zookeeper
1813 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1814 %{?_python_config} \
1816 --enable-all-plugins=yes \
1817 --enable-match_empty_counter \
1818 --enable-match_hashed \
1819 --enable-match_regex \
1820 --enable-match_timediff \
1821 --enable-match_value \
1822 --enable-target_notification \
1823 --enable-target_replace \
1824 --enable-target_scale \
1825 --enable-target_set \
1826 --enable-target_v5upgrade \
1827 %{?_with_aggregation} \
1831 %{?_with_apple_sensors} \
1834 %{?_with_barometer} \
1840 %{?_with_conntrack} \
1841 %{?_with_contextswitch} \
1843 %{?_with_cpusleep} \
1846 %{?_with_curl_json} \
1847 %{?_with_curl_xml} \
1854 %{?_with_dpdkevents} \
1855 %{?_with_dpdkstat} \
1861 %{?_with_filecount} \
1867 %{?_with_hugepages} \
1868 %{?_with_intel_rdt} \
1869 %{?_with_interface} \
1872 %{?_with_iptables} \
1877 %{?_with_log_logstash} \
1886 %{?_with_memcachec} \
1887 %{?_with_memcached} \
1892 %{?_with_multimeter} \
1899 %{?_with_notify_desktop} \
1900 %{?_with_notify_email} \
1901 %{?_with_notify_nagios} \
1907 %{?_with_openldap} \
1910 %{?_with_ovs_events} \
1915 %{?_with_postgresql} \
1916 %{?_with_powerdns} \
1917 %{?_with_processes} \
1918 %{?_with_protocols} \
1921 %{?_with_routeros} \
1922 %{?_with_rrdcached} \
1933 %{?_with_tail_csv} \
1936 %{?_with_tcpconns} \
1937 %{?_with_teamspeak2} \
1940 %{?_with_threshold} \
1941 %{?_with_tokyotyrant} \
1942 %{?_with_turbostat} \
1943 %{?_with_unixsock} \
1952 %{?_with_write_graphite} \
1953 %{?_with_write_http} \
1954 %{?_with_write_http} \
1955 %{?_with_write_kafka} \
1956 %{?_with_write_log} \
1957 %{?_with_write_mongodb} \
1958 %{?_with_write_prometheus} \
1959 %{?_with_write_redis} \
1960 %{?_with_write_riemann} \
1961 %{?_with_write_sensu} \
1962 %{?_with_write_tsdb} \
1970 %{__make} %{?_smp_mflags}
1975 %{__make} install DESTDIR=%{buildroot}
1976 %if 0%{?fedora} || 0%{?rhel} >= 7
1977 %{__install} -Dp -m0644 contrib/systemd.collectd.service %{buildroot}%{_unitdir}/collectd.service
1979 %{__install} -Dp -m0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1981 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1982 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1983 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1985 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1986 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1988 %{__mv} contrib/collection3 %{buildroot}%{_localstatedir}/www
1989 %{__mv} contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1991 %{__mv} contrib/php-collection %{buildroot}%{_localstatedir}/www
1992 %{__mv} contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1995 find contrib/ -type f -exec %{__chmod} a-x {} \;
1996 # *.la files shouldn't be distributed.
1997 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1999 # Remove Perl hidden .packlist files.
2000 find %{buildroot} -type f -name .packlist -delete
2001 # Remove Perl temporary file perllocal.pod
2002 find %{buildroot} -type f -name perllocal.pod -delete
2005 rm -f %{buildroot}%{_datadir}/collectd/java/collectd-api.jar
2006 rm -f %{buildroot}%{_datadir}/collectd/java/generic-jmx.jar
2007 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
2011 rm -f %{buildroot}%{_mandir}/man5/collectd-lua.5*
2015 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
2016 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
2017 rm -fr %{buildroot}/usr/lib/perl5/
2020 %if ! %{with_postgresql}
2021 rm -f %{buildroot}%{_datadir}/collectd/postgresql_default.conf
2024 %if ! %{with_python}
2025 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
2029 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
2037 %if 0%{?fedora} || 0%{?rhel} >= 7
2038 %systemd_post collectd.service
2040 /sbin/chkconfig --add collectd || :
2044 %if 0%{?fedora} || 0%{?rhel} >= 7
2045 %systemd_preun collectd.service
2047 # stop collectd only when uninstalling
2048 if [ $1 -eq 0 ]; then
2049 /sbin/service collectd stop >/dev/null 2>&1 || :
2050 /sbin/chkconfig --del collectd || :
2055 %if 0%{?fedora} || 0%{?rhel} >= 7
2056 %systemd_postun_with_restart collectd.service
2058 # restart collectd only when upgrading
2059 if [ $1 -eq 1 ]; then
2060 /sbin/service collectd condrestart >/dev/null 2>&1 || :
2064 %post -n libcollectdclient -p /sbin/ldconfig
2065 %postun -n libcollectdclient -p /sbin/ldconfig
2069 %doc AUTHORS COPYING ChangeLog README
2070 %config(noreplace) %{_sysconfdir}/collectd.conf
2071 %if 0%{?fedora} || 0%{?rhel} >= 7
2072 %{_unitdir}/collectd.service
2074 %{_initrddir}/collectd
2076 %{_sbindir}/collectd
2077 %{_sbindir}/collectdmon
2078 %{_datadir}/collectd/types.db
2079 %{_sharedstatedir}/collectd
2080 %{_mandir}/man1/collectd.1*
2081 %{_mandir}/man1/collectdmon.1*
2082 %{_mandir}/man5/collectd-email.5*
2083 %{_mandir}/man5/collectd-exec.5*
2084 %{_mandir}/man5/collectd-threshold.5*
2085 %{_mandir}/man5/collectd-unixsock.5*
2086 %{_mandir}/man5/collectd.conf.5*
2087 %{_mandir}/man5/types.db.5*
2089 # all plugins bundled with the main collectd package
2090 %{_libdir}/%{name}/match_empty_counter.so
2091 %{_libdir}/%{name}/match_hashed.so
2092 %{_libdir}/%{name}/match_regex.so
2093 %{_libdir}/%{name}/match_timediff.so
2094 %{_libdir}/%{name}/match_value.so
2095 %{_libdir}/%{name}/target_notification.so
2096 %{_libdir}/%{name}/target_replace.so
2097 %{_libdir}/%{name}/target_scale.so
2098 %{_libdir}/%{name}/target_set.so
2099 %{_libdir}/%{name}/target_v5upgrade.so
2101 %if %{with_aggregation}
2102 %{_libdir}/%{name}/aggregation.so
2105 %{_libdir}/%{name}/apcups.so
2108 %{_libdir}/%{name}/battery.so
2111 %{_libdir}/%{name}/cgroups.so
2113 %if %{with_conntrack}
2114 %{_libdir}/%{name}/conntrack.so
2116 %if %{with_contextswitch}
2117 %{_libdir}/%{name}/contextswitch.so
2120 %{_libdir}/%{name}/cpu.so
2123 %{_libdir}/%{name}/cpufreq.so
2125 %if %{with_cpusleep}
2126 %{_libdir}/%{name}/cpusleep.so
2129 %{_libdir}/%{name}/csv.so
2132 %{_libdir}/%{name}/df.so
2135 %{_libdir}/%{name}/drbd.so
2137 %if %{with_dpdkevents}
2138 %{_libdir}/%{name}/dpdkevents.so
2140 %if %{with_dpdkstat}
2141 %{_libdir}/%{name}/dpdkstat.so
2144 %{_libdir}/%{name}/ethstat.so
2147 %{_libdir}/%{name}/entropy.so
2150 %{_libdir}/%{name}/exec.so
2153 %{_libdir}/%{name}/fhcount.so
2155 %if %{with_filecount}
2156 %{_libdir}/%{name}/filecount.so
2159 %{_libdir}/%{name}/fscache.so
2161 %if %{with_hugepages}
2162 %{_libdir}/%{name}/hugepages.so
2164 %if %{with_interface}
2165 %{_libdir}/%{name}/interface.so
2168 %{_libdir}/%{name}/ipc.so
2171 %{_libdir}/%{name}/ipvs.so
2174 %{_libdir}/%{name}/irq.so
2177 %{_libdir}/%{name}/load.so
2180 %{_libdir}/%{name}/logfile.so
2183 %{_libdir}/%{name}/madwifi.so
2186 %{_libdir}/%{name}/mbmon.so
2189 %{_libdir}/%{name}/mcelog.so
2192 %{_libdir}/%{name}/md.so
2194 %if %{with_memcached}
2195 %{_libdir}/%{name}/memcached.so
2198 %{_libdir}/%{name}/memory.so
2200 %if %{with_multimeter}
2201 %{_libdir}/%{name}/multimeter.so
2204 %{_libdir}/%{name}/network.so
2207 %{_libdir}/%{name}/nfs.so
2209 %if %{with_notify_nagios}
2210 %{_libdir}/%{name}/notify_nagios.so
2213 %{_libdir}/%{name}/ntpd.so
2216 %{_libdir}/%{name}/numa.so
2219 %{_libdir}/%{name}/openvpn.so
2222 %{_libdir}/%{name}/olsrd.so
2224 %if %{with_ovs_events}
2225 %{_libdir}/%{name}/ovs_events.so
2227 %if %{with_powerdns}
2228 %{_libdir}/%{name}/powerdns.so
2230 %if %{with_processes}
2231 %{_libdir}/%{name}/processes.so
2233 %if %{with_protocols}
2234 %{_libdir}/%{name}/protocols.so
2237 %{_libdir}/%{name}/serial.so
2240 %{_libdir}/%{name}/statsd.so
2243 %{_libdir}/%{name}/swap.so
2246 %{_libdir}/%{name}/syslog.so
2249 %{_libdir}/%{name}/table.so
2252 %{_libdir}/%{name}/tail.so
2254 %if %{with_tail_csv}
2255 %{_libdir}/%{name}/tail_csv.so
2257 %if %{with_tcpconns}
2258 %{_libdir}/%{name}/tcpconns.so
2260 %if %{with_teamspeak2}
2261 %{_libdir}/%{name}/teamspeak2.so
2264 %{_libdir}/%{name}/ted.so
2267 %{_libdir}/%{name}/thermal.so
2269 %if %{with_threshold}
2270 %{_libdir}/%{name}/threshold.so
2272 %if %{with_turbostat}
2273 %{_libdir}/%{name}/turbostat.so
2275 %if %{with_unixsock}
2276 %{_libdir}/%{name}/unixsock.so
2279 %{_libdir}/%{name}/uptime.so
2282 %{_libdir}/%{name}/users.so
2285 %{_libdir}/%{name}/uuid.so
2288 %{_libdir}/%{name}/vmem.so
2291 %{_libdir}/%{name}/vserver.so
2293 %if %{with_wireless}
2294 %{_libdir}/%{name}/wireless.so
2296 %if %{with_write_graphite}
2297 %{_libdir}/%{name}/write_graphite.so
2299 %if %{with_write_log}
2300 %{_libdir}/%{name}/write_log.so
2302 %if %{with_write_sensu}
2303 %{_libdir}/%{name}/write_sensu.so
2305 %if %{with_write_tsdb}
2306 %{_libdir}/%{name}/write_tsdb.so
2309 %{_libdir}/%{name}/zfs_arc.so
2311 %if %{with_zookeeper}
2312 %{_libdir}/%{name}/zookeeper.so
2315 %files -n libcollectdclient-devel
2316 %{_includedir}/collectd/client.h
2317 %{_includedir}/collectd/network.h
2318 %{_includedir}/collectd/network_buffer.h
2319 %{_includedir}/collectd/lcc_features.h
2320 %{_libdir}/pkgconfig/libcollectdclient.pc
2321 %{_libdir}/libcollectdclient.so
2323 %files -n libcollectdclient
2324 %{_libdir}/libcollectdclient.so.*
2326 %files -n collectd-utils
2327 %{_bindir}/collectd-nagios
2328 %{_bindir}/collectd-tg
2329 %{_bindir}/collectdctl
2330 %{_mandir}/man1/collectdctl.1*
2331 %{_mandir}/man1/collectd-nagios.1*
2332 %{_mandir}/man1/collectd-tg.1*
2336 %{_libdir}/%{name}/amqp.so
2341 %{_libdir}/%{name}/apache.so
2346 %{_libdir}/%{name}/aquaero.so
2351 %{_libdir}/%{name}/ascent.so
2354 %if %{with_barometer}
2356 %{_libdir}/%{name}/barometer.so
2361 %{_libdir}/%{name}/bind.so
2366 %{_libdir}/%{name}/ceph.so
2371 %{_libdir}/%{name}/chrony.so
2376 %{_libdir}/%{name}/curl.so
2379 %if %{with_curl_json}
2381 %{_libdir}/%{name}/curl_json.so
2384 %if %{with_curl_xml}
2386 %{_libdir}/%{name}/curl_xml.so
2391 %{_libdir}/%{name}/disk.so
2396 %{_libdir}/%{name}/dns.so
2401 %{_libdir}/%{name}/dbi.so
2406 %{_libdir}/%{name}/email.so
2411 %{_libdir}/%{name}/gmond.so
2416 %{_libdir}/%{name}/gps.so
2421 %{_libdir}/%{name}/grpc.so
2426 %{_libdir}/%{name}/hddtemp.so
2429 %if %{with_intel_rdt}
2431 %{_libdir}/%{name}/intel_rdt.so
2436 %{_libdir}/%{name}/ipmi.so
2439 %if %{with_iptables}
2441 %{_libdir}/%{name}/iptables.so
2446 %{_datadir}/collectd/java/collectd-api.jar
2447 %{_datadir}/collectd/java/generic-jmx.jar
2448 %{_libdir}/%{name}/java.so
2449 %{_mandir}/man5/collectd-java.5*
2454 %{_libdir}/%{name}/virt.so
2457 %if %{with_log_logstash}
2459 %{_libdir}/%{name}/log_logstash.so
2464 %{_mandir}/man5/collectd-lua*
2465 %{_libdir}/%{name}/lua.so
2470 %{_libdir}/%{name}/lvm.so
2473 %if %{with_memcachec}
2475 %{_libdir}/%{name}/memcachec.so
2480 %{_libdir}/%{name}/mic.so
2485 %{_libdir}/%{name}/modbus.so
2490 %{_libdir}/%{name}/mqtt.so
2495 %{_libdir}/%{name}/mysql.so
2500 %{_libdir}/%{name}/netlink.so
2505 %{_libdir}/%{name}/nginx.so
2508 %if %{with_notify_desktop}
2509 %files notify_desktop
2510 %{_libdir}/%{name}/notify_desktop.so
2513 %if %{with_notify_email}
2515 %{_libdir}/%{name}/notify_email.so
2520 %{_libdir}/%{name}/nut.so
2523 %if %{with_openldap}
2525 %{_libdir}/%{name}/openldap.so
2530 %{perl_vendorlib}/Collectd.pm
2531 %{perl_vendorlib}/Collectd/
2532 %{_mandir}/man3/Collectd::Unixsock.3pm*
2533 %{_mandir}/man5/collectd-perl.5*
2534 %{_libdir}/%{name}/perl.so
2539 %{_libdir}/%{name}/pinba.so
2544 %{_libdir}/%{name}/ping.so
2547 %if %{with_postgresql}
2549 %{_datadir}/collectd/postgresql_default.conf
2550 %{_libdir}/%{name}/postgresql.so
2555 %{_mandir}/man5/collectd-python*
2556 %{_libdir}/%{name}/python.so
2561 %{_libdir}/%{name}/redis.so
2564 %if %{with_rrdcached}
2566 %{_libdir}/%{name}/rrdcached.so
2571 %{_libdir}/%{name}/rrdtool.so
2576 %{_libdir}/%{name}/sensors.so
2581 %{_libdir}/%{name}/sigrok.so
2586 %{_libdir}/%{name}/smart.so
2591 %{_mandir}/man5/collectd-snmp.5*
2592 %{_libdir}/%{name}/snmp.so
2597 %{_libdir}/%{name}/varnish.so
2600 %if %{with_write_http}
2602 %{_libdir}/%{name}/write_http.so
2605 %if %{with_write_kafka}
2607 %{_libdir}/%{name}/write_kafka.so
2610 %if %{with_write_prometheus}
2611 %files write_prometheus
2612 %{_libdir}/%{name}/write_prometheus.so
2615 %if %{with_write_redis}
2617 %{_libdir}/%{name}/write_redis.so
2620 %if %{with_write_riemann}
2621 %files write_riemann
2622 %{_libdir}/%{name}/write_riemann.so
2627 %{_libdir}/%{name}/xencpu.so
2632 %{_libdir}/%{name}/xmms.so
2636 %{_localstatedir}/www/collection3
2637 %{_sysconfdir}/httpd/conf.d/collection3.conf
2639 %files php-collection
2640 %{_localstatedir}/www/php-collection
2641 %{_sysconfdir}/httpd/conf.d/php-collection.conf
2647 * Sun Mar 05 2017 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.1-3
2648 - Add dpdkevents plugin, disabled by default
2650 * Wed Feb 22 2017 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.1-2
2651 - Enable XFS support in df plugin
2652 - Fix bogus date in changelog
2654 * Sun Jan 01 2017 Marc Fournier <marc.fournier@camptocamp.com> - 5.7.1-1
2655 - New upstream version
2657 * Sat Dec 31 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.0-4
2658 - Add new ovs_events plugin
2660 * Sat Dec 31 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.0-3
2661 - Add new mcelog plugin
2663 * Tue Nov 29 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.7.0-2
2664 - Disable redis plugin on RHEL 6, hiredis has been retired from EPEL6
2666 * Mon Oct 10 2016 Marc Fournier <marc.fournier@camptocamp.com> - 5.7.0-1
2667 - New PRE-RELEASE version
2668 - New plugins enabled by default: hugepages, write_prometheus
2669 - New plugins disabled by default: dpdkstat, intel_rdt
2671 * Mon Oct 10 2016 Victor Demonchy <v.demonchy@criteo.com> - 5.6.1-1
2672 - New upstream version
2674 * Sun Aug 14 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.6.0-1
2675 - New upstream version
2676 - New plugins enabled by default: chrony, cpusleep, gps, lua, mqtt, notify_nagios
2677 - New plugins disabled by default: grpc, xencpu, zone
2679 * Tue Jul 26 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.5.2-1
2680 - New upstream version
2681 - Contains fix for CVE-2016-6254
2682 - Change collectd.org url to https
2684 * Sat Jun 04 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> 5.5.1-1
2685 - New upstream version
2687 * Wed May 27 2015 Marc Fournier <marc.fournier@camptocamp.com> 5.5.0-1
2688 - New upstream version
2689 - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart,
2690 openldap, redis, write_redis, zookeeper, write_log, write_sensu, ipc,
2692 - New plugins disabled by default: barometer, write_kafka
2693 - Enable zfs_arc, now supported on Linux
2694 - Install disk plugin in a dedicated package, as it depends on libudev
2695 - use systemd on EL7, sysvinit on EL6 & EL5
2696 - Install collectdctl, collectd-tg and collectd-nagios in collectd-utils.rpm
2697 - Add build-dependency on libcap-devel
2699 * Mon Aug 19 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.4.2-1
2700 - New upstream version
2701 - Build netlink plugin by default
2702 - Enable cgroups, lvm and statsd plugins
2703 - Enable (but don't build by default) mic, aquaero and sigrok plugins
2704 - Enable modbus, memcachec and xmms plugins on RHEL7
2706 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
2707 - New upstream version
2708 - Added RHEL5 support:
2709 * conditionally disable plugins not building on this platform
2710 * add/specify some build dependencies and options
2711 * replace some RPM macros not available on this platform
2712 - Removed duplicate --enable-aggregation
2713 - Added some comments & usage examples
2714 - Replaced a couple of "Buildrequires" by "BuildRequires"
2715 - Enabled modbus plugin on RHEL6
2716 - Enabled netlink plugin on RHEL6 and RHEL7
2717 - Allow perl plugin to build on RHEL5
2718 - Add support for RHEL7
2719 - Misc perl-related improvements:
2720 * prevent rpmbuild from extracting dependencies from files in /usr/share/doc
2721 * don't package collection3 and php-collection twice
2722 * keep perl scripts from contrib/ in collectd-contrib
2724 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
2725 - New upstream version
2726 - Enabled write_riemann plugin
2727 - Enabled tail_csv plugin
2728 - Installed collectd-tc manpage
2730 * Fri Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
2731 - remove dependency on libstatgrab, which isn't required on linux
2733 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
2734 - collection3 and php-collection viewers are now in separate packages
2736 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
2737 - New upstream version
2738 - Enabled aggregation plugin
2739 - Installed collectd-tc
2740 - Added network.h and network_buffer.h to libcollectdclient-devel
2741 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
2742 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
2743 - Added rrdcached and redis plugin descriptions
2744 - Mentioned new pf plugin in disabled plugins list
2746 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
2747 - Follow Fedora Packaging Guidelines in java subpackage
2749 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
2750 - Move perl stuff to perl_vendorlib
2751 - Replace hardcoded paths with macros
2752 - Remove unnecessary Requires
2753 - Removed .a and .la files
2754 - Some other small cleanups
2756 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
2757 - New upstream version
2758 - Changes to support 5.1.0
2759 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
2760 - All plugins requiring external libraries are now shipped in separate
2762 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
2763 the build process + ensure build deps are installed.
2764 - Dropped per-plugin configuration files, as they tend to diverge from upstream
2766 - Moved perl stuff to /usr/share/perl5/
2767 - Don't alter Interval and ReadThreads by default, let the user change this
2769 - Initscript improvements:
2770 * checks configuration before (re)starting, based on debian's initscript
2771 * use /etc/sysconfig instdead of /etc/default
2772 * include optional $ARGS in arguments passed to collectd.
2773 - Drop collection.cgi from main package, as it's been obsoleted by collection3
2774 - Moved contrib/ to its own package, to avoid cluttering the main package with
2775 non-essential stuff.
2776 - Replaced BuildPrereq by BuildRequires
2778 * Mon Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
2779 - New upstream version
2780 - Changes to support 5.0.1
2782 * Mon Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
2783 - New upstream version
2784 - Changes to support 4.9.0
2785 - Added support for Java/GenericJMX plugin
2787 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
2788 - New upstream version
2789 - Changes to support 4.3.1
2790 - Added More Prereqs to support more plugins
2791 - Added support for perl plugin
2793 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
2794 - New upstream version
2796 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
2798 - Changes to support 4.0.5
2800 * Thu Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
2801 - fixed spec file to build correctly on fedora core
2802 - added improved init.d script to work with chkconfig
2803 - added %%post and %%postun to call chkconfig automatically
2805 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
2806 - New upstream version
2808 * Sun Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
2809 - New upstream version
2811 * Thu Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
2812 - New upstream version
2814 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
2815 - New upstream version
2817 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2818 - New upstream version
2820 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2821 - New upstream version
2823 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2824 - New upstream version
2825 - Added the `apache' package.
2827 * Tue Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2828 - New upstream version
2830 * Mon Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2831 - New upstream version
2833 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2834 - New upstream version
2836 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2837 - Include `tape.so' so the build doesn't terminate because of missing files..
2838 - New upstream version
2840 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2841 - New upstream version
2843 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2844 - New upstream version
2845 - Removed the extra `hddtemp' package
2847 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2848 - New upstream version
2850 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2851 - New upstream version
2853 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2854 - New upstream version
2855 - Added config file, `collectd.conf(5)', `df.so'
2856 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2858 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2859 - New upstream version
2861 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2862 - New upstream version
2864 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2865 - New upstream version
2867 * Wed Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2868 - New upstream version
2869 - Added statement to remove the `*.la' files. This fixes a problem when
2870 `Unpackaged files terminate build' is in effect.
2871 - Added `processes.so*' to the main package
2873 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2874 - New upstream version
2875 - Added package `collectd-hddtemp'
2877 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2878 - New upstream version
2879 - Split the package into `collectd' and `collectd-sensors'
2881 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2882 - New upstream version
2884 * Sat Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2885 - New upstream version
2887 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2888 - New upstream version
2890 * Thu Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2891 - New upstream version
2893 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2894 - New upstream version
2896 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2897 - New upstream version
2899 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2900 - New upstream version
2902 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2903 - New upstream version
2905 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2906 - Built on RedHat 7.3