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_csv 0%{!?_without_csv:1}
57 %define with_curl 0%{!?_without_curl:1}
58 %define with_curl_json 0%{!?_without_curl_json:1}
59 %define with_curl_xml 0%{!?_without_curl_xml:1}
60 %define with_dbi 0%{!?_without_dbi:1}
61 %define with_df 0%{!?_without_df:1}
62 %define with_disk 0%{!?_without_disk:1}
63 %define with_dns 0%{!?_without_dns:1}
64 %define with_drbd 0%{!?_without_drbd:1}
65 %define with_email 0%{!?_without_email:1}
66 %define with_entropy 0%{!?_without_entropy:1}
67 %define with_ethstat 0%{!?_without_ethstat:1}
68 %define with_exec 0%{!?_without_exec:1}
69 %define with_fhcount 0%{!?_without_fhcount:1}
70 %define with_filecount 0%{!?_without_filecount:1}
71 %define with_fscache 0%{!?_without_fscache:1}
72 %define with_gmond 0%{!?_without_gmond:1}
73 %define with_hddtemp 0%{!?_without_hddtemp:1}
74 %define with_interface 0%{!?_without_interface:1}
75 %define with_ipc 0%{!?_without_ipc:1}
76 %define with_ipmi 0%{!?_without_ipmi:1}
77 %define with_iptables 0%{!?_without_iptables:1}
78 %define with_ipvs 0%{!?_without_ipvs:1}
79 %define with_irq 0%{!?_without_irq:1}
80 %define with_java 0%{!?_without_java:1}
81 %define with_load 0%{!?_without_load:1}
82 %define with_log_logstash 0%{!?_without_log_logstash:1}
83 %define with_logfile 0%{!?_without_logfile:1}
84 %define with_lvm 0%{!?_without_lvm:1}
85 %define with_madwifi 0%{!?_without_madwifi:1}
86 %define with_mbmon 0%{!?_without_mbmon:1}
87 %define with_md 0%{!?_without_md:1}
88 %define with_memcachec 0%{!?_without_memcachec:1}
89 %define with_memcached 0%{!?_without_memcached:1}
90 %define with_memory 0%{!?_without_memory:1}
91 %define with_modbus 0%{!?_without_modbus:1}
92 %define with_mqtt 0%{!?_without_mqtt:1}
93 %define with_multimeter 0%{!?_without_multimeter:1}
94 %define with_mysql 0%{!?_without_mysql:1}
95 %define with_netlink 0%{!?_without_netlink:1}
96 %define with_network 0%{!?_without_network:1}
97 %define with_nfs 0%{!?_without_nfs:1}
98 %define with_nginx 0%{!?_without_nginx:1}
99 %define with_notify_desktop 0%{!?_without_notify_desktop:1}
100 %define with_notify_email 0%{!?_without_notify_email:1}
101 %define with_notify_nagios 0%{!?_without_notify_nagios: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_openldap 0%{!?_without_openldap:1}
107 %define with_openvpn 0%{!?_without_openvpn:1}
108 %define with_perl 0%{!?_without_perl:1}
109 %define with_pinba 0%{!?_without_pinba:1}
110 %define with_ping 0%{!?_without_ping:1}
111 %define with_postgresql 0%{!?_without_postgresql:1}
112 %define with_powerdns 0%{!?_without_powerdns:1}
113 %define with_processes 0%{!?_without_processes:1}
114 %define with_protocols 0%{!?_without_protocols:1}
115 %define with_python 0%{!?_without_python:1}
116 %define with_redis 0%{!?_without_redis:1}
117 %define with_rrdcached 0%{!?_without_rrdcached:1}
118 %define with_rrdtool 0%{!?_without_rrdtool:1}
119 %define with_sensors 0%{!?_without_sensors:1}
120 %define with_serial 0%{!?_without_serial:1}
121 %define with_smart 0%{!?_without_smart:1}
122 %define with_snmp 0%{!?_without_snmp:1}
123 %define with_statsd 0%{!?_without_statsd:1}
124 %define with_swap 0%{!?_without_swap:1}
125 %define with_syslog 0%{!?_without_syslog:1}
126 %define with_table 0%{!?_without_table:1}
127 %define with_tail 0%{!?_without_tail:1}
128 %define with_tail_csv 0%{!?_without_tail_csv:1}
129 %define with_tcpconns 0%{!?_without_tcpconns:1}
130 %define with_teamspeak2 0%{!?_without_teamspeak2:1}
131 %define with_ted 0%{!?_without_ted:1}
132 %define with_thermal 0%{!?_without_thermal:1}
133 %define with_threshold 0%{!?_without_threshold:1}
134 %define with_turbostat 0%{!?_without_turbostat:1}
135 %define with_unixsock 0%{!?_without_unixsock:1}
136 %define with_uptime 0%{!?_without_uptime:1}
137 %define with_users 0%{!?_without_users:1}
138 %define with_uuid 0%{!?_without_uuid:1}
139 %define with_varnish 0%{!?_without_varnish:1}
140 %define with_virt 0%{!?_without_virt:1}
141 %define with_vmem 0%{!?_without_vmem:1}
142 %define with_vserver 0%{!?_without_vserver:1}
143 %define with_wireless 0%{!?_without_wireless:1}
144 %define with_write_graphite 0%{!?_without_write_graphite:1}
145 %define with_write_http 0%{!?_without_write_http:1}
146 %define with_write_log 0%{!?_without_write_log:1}
147 %define with_write_redis 0%{!?_without_write_redis:1}
148 %define with_write_sensu 0%{!?_without_write_sensu:1}
149 %define with_write_tsdb 0%{!?_without_write_tsdb:1}
150 %define with_xmms 0%{!?_without_xmms:0%{?_has_xmms}}
151 %define with_zfs_arc 0%{!?_without_zfs_arc:1}
152 %define with_zookeeper 0%{!?_without_zookeeper:1}
154 # Plugins not built by default because of dependencies on libraries not
155 # available in RHEL or EPEL:
157 # plugin apple_sensors disabled, requires a Mac
158 %define with_apple_sensors 0%{!?_without_apple_sensors:0}
159 # plugin aquaero disabled, requires a libaquaero5
160 %define with_aquaero 0%{!?_without_aquaero:0}
161 # plugin barometer disabled, requires a libi2c
162 %define with_barometer 0%{!?_without_barometer:0}
163 # plugin grpc disabled, requires protobuf-compiler >= 3.0
164 %define with_grpc 0%{!?_without_grpc:0}
165 # plugin lpar disabled, requires AIX
166 %define with_lpar 0%{!?_without_lpar:0}
167 # plugin mic disabled, requires Mic
168 %define with_mic 0%{!?_without_mic:0}
169 # plugin netapp disabled, requires libnetapp
170 %define with_netapp 0%{!?_without_netapp:0}
171 # plugin onewire disabled, requires libowfs
172 %define with_onewire 0%{!?_without_onewire:0}
173 # plugin oracle disabled, requires Oracle
174 %define with_oracle 0%{!?_without_oracle:0}
175 # plugin oracle disabled, requires BSD
176 %define with_pf 0%{!?_without_pf:0}
177 # plugin routeros disabled, requires librouteros
178 %define with_routeros 0%{!?_without_routeros:0}
179 # plugin sigrok disabled, requires libsigrok
180 %define with_sigrok 0%{!?_without_sigrok:0}
181 # plugin tape disabled, requires libkstat
182 %define with_tape 0%{!?_without_tape:0}
183 # plugin tokyotyrant disabled, requires tcrdb.h
184 %define with_tokyotyrant 0%{!?_without_tokyotyrant:0}
185 # plugin write_kafka disabled, requires librdkafka
186 %define with_write_kafka 0%{!?_without_write_kafka:0}
187 # plugin write_mongodb disabled, requires libmongoc
188 %define with_write_mongodb 0%{!?_without_write_mongodb:0}
189 # plugin write_riemann disabled, requires a new enough riemann_c_client
190 %define with_write_riemann 0%{!?_without_write_riemann:0}
191 # plugin xencpu disabled, requires xen-devel from non-default repo
192 %define with_xencpu 0%{!?_without_xencpu:0}
193 # plugin zone disabled, requires Solaris
194 %define with_zone 0%{!?_without_zone:0}
196 # Plugins not buildable on RHEL < 6
197 %if 0%{?rhel} && 0%{?rhel} < 6
199 %define with_curl_json 0
200 %define with_log_logstash 0
202 %define with_ethstat 0
204 %define with_iptables 0
207 %define with_modbus 0
208 %define with_netlink 0
211 %define with_turbostat 0
212 %define with_write_redis 0
215 # Plugins not buildable on RHEL < 7
216 %if 0%{?rhel} && 0%{?rhel} < 7
218 %define with_rrdcached 0
222 Summary: Statistics collection and monitoring daemon
226 URL: http://collectd.org
227 Source: http://collectd.org/files/%{name}-%{version}.tar.bz2
229 Group: System Environment/Daemons
230 BuildRoot: %{_tmppath}/%{name}-%{version}-root
231 BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel
232 Vendor: collectd development team <collectd@verplant.org>
234 %if 0%{?fedora} || 0%{?rhel} >= 7
236 BuildRequires: systemd
238 Requires(post): chkconfig
239 Requires(preun): chkconfig, initscripts
240 Requires(postun): initscripts
244 collectd is a small daemon which collects system information periodically and
245 provides mechanisms to monitor and store the values in a variety of ways. It
246 is written in C for performance. Since the daemon doesn't need to start up
247 every time it wants to update the values it's very fast and easy on the
248 system. Also, the statistics are very fine grained since the files are updated
249 every 10 seconds by default.
253 Summary: AMQP plugin for collectd
254 Group: System Environment/Daemons
255 Requires: %{name}%{?_isa} = %{version}-%{release}
256 BuildRequires: librabbitmq-devel
258 The AMQP plugin transmits or receives values collected by collectd via the
259 Advanced Message Queuing Protocol (AMQP).
264 Summary: Apache plugin for collectd
265 Group: System Environment/Daemons
266 Requires: %{name}%{?_isa} = %{version}-%{release}
267 BuildRequires: curl-devel
269 This plugin collects data provided by Apache's `mod_status'.
274 Summary: aquaero plugin for collectd
275 Group: System Environment/Daemons
276 Requires: %{name}%{?_isa} = %{version}-%{release}
278 Various sensors in the Aquaero 5 watercooling board made by Aquacomputer.
283 Summary: Ascent plugin for collectd
284 Group: System Environment/Daemons
285 Requires: %{name}%{?_isa} = %{version}-%{release}
286 BuildRequires: libxml2-devel, curl-devel
288 The Ascent plugin reads and parses the statistics page of Ascent, a free and
289 open-source server software for the game World of Warcraft by Blizzard
293 %if %{with_barometer}
295 Summary: barometer plugin for collectd
296 Group: System Environment/Daemons
297 Requires: %{name}%{?_isa} = %{version}-%{release}
298 %description barometer
299 Collects pressure and temperature from digital barometers.
304 Summary: Bind plugin for collectd
305 Group: System Environment/Daemons
306 Requires: %{name}%{?_isa} = %{version}-%{release}
307 BuildRequires: libxml2-devel, curl-devel
309 The BIND plugin retrieves this information that's encoded in XML and provided
310 via HTTP and submits the values to collectd.
315 Summary: Ceph plugin for collectd
316 Group: System Environment/Daemons
317 Requires: %{name}%{?_isa} = %{version}-%{release}
318 BuildRequires: yajl-devel
320 Ceph plugin for collectd
325 Summary: Chrony plugin for collectd
326 Group: System Environment/Daemons
327 Requires: %{name}%{?_isa} = %{version}-%{release}
329 Chrony plugin for collectd
334 Summary: Curl plugin for collectd
335 Group: System Environment/Daemons
336 Requires: %{name}%{?_isa} = %{version}-%{release}
337 BuildRequires: curl-devel
339 The cURL plugin uses libcurl to read files and then parses them according to
343 %if %{with_curl_json}
345 Summary: Curl_json plugin for collectd
346 Group: System Environment/Daemons
347 Requires: %{name}%{?_isa} = %{version}-%{release}
348 BuildRequires: curl-devel, yajl-devel
349 %description curl_json
350 The cURL-JSON plugin queries JavaScript Object Notation (JSON) data using the
351 cURL library and parses it according to the user's configuration.
356 Summary: Curl_xml plugin for collectd
357 Group: System Environment/Daemons
358 Requires: %{name}%{?_isa} = %{version}-%{release}
359 BuildRequires: curl-devel, libxml2-devel
360 %description curl_xml
361 The cURL-XML plugin reads files using libcurl and parses it as Extensible
362 Markup Language (XML).
367 Summary: DBI plugin for collectd
368 Group: System Environment/Daemons
369 Requires: %{name}%{?_isa} = %{version}-%{release}
370 BuildRequires: libdbi-devel
372 The DBI plugin uses libdbi, a database abstraction library, to execute SQL
373 statements on a database and read back the result.
378 Summary: disk plugin for collectd
379 Group: System Environment/Daemons
380 Requires: %{name}%{?_isa} = %{version}-%{release}
381 %{?_has_libudev:BuildRequires: libudev-devel}
383 The "disk" plugin collects information about the usage of physical disks and
384 logical disks (partitions).
389 Summary: DNS plugin for collectd
390 Group: System Environment/Daemons
391 Requires: %{name}%{?_isa} = %{version}-%{release}, libpcap >= 1.0
392 BuildRequires: libpcap-devel >= 1.0
394 The DNS plugin has a similar functionality to dnstop: It uses libpcap to get a
395 copy of all traffic from/to port UDP/53 (that's the DNS port), interprets the
396 packets and collects statistics of your DNS traffic.
401 Summary: Email plugin for collectd
402 Group: System Environment/Daemons
403 Requires: %{name}%{?_isa} = %{version}-%{release}, spamassassin
405 This plugin collects data provided by spamassassin.
410 Summary: Gmond plugin for collectd
411 Group: System Environment/Daemons
412 Requires: %{name}%{?_isa} = %{version}-%{release}
413 BuildRequires: ganglia-devel
415 The gmond plugin subscribes to a Multicast group to receive data from gmond,
416 the client daemon of the Ganglia project.
421 Summary: GRPC plugin for collectd
422 Group: System Environment/Daemons
423 Requires: %{name}%{?_isa} = %{version}-%{release}
424 BuildRequires: protobuf-compiler
426 This plugin embeds a gRPC server into Collectd.
430 Summary: Hddtemp plugin for collectd
431 Group: System Environment/Daemons
432 Requires: %{name}%{?_isa} = %{version}-%{release}, hddtemp
434 The HDDTemp plugin collects the temperature of hard disks. The temperatures are
435 provided via SMART and queried by the external hddtemp daemon.
440 Summary: IPMI plugin for collectd
441 Group: System Environment/Daemons
442 Requires: %{name}%{?_isa} = %{version}-%{release}
443 BuildRequires: OpenIPMI-devel
445 The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers
446 using the Intelligent Platform Management Interface (IPMI).
451 Summary: IPtables plugin for collectd
452 Group: System Environment/Daemons
453 Requires: %{name}%{?_isa} = %{version}-%{release}
454 BuildRequires: iptables-devel
455 %description iptables
456 The IPtables plugin can gather statistics from your ip_tables based packet
457 filter (aka. firewall) for both the IPv4 and the IPv6 protocol. It can collect
458 the byte- and packet-counters of selected rules and submit them to collectd.
463 Summary: Java plugin for collectd
464 Group: System Environment/Daemons
465 Requires: %{name}%{?_isa} = %{version}-%{release}
466 BuildRequires: java-devel, jpackage-utils
467 Requires: java, jpackage-utils
469 This plugin for collectd allows plugins to be written in Java and executed
473 %if %{with_log_logstash}
474 %package log_logstash
475 Summary: log_logstash plugin for collectd
476 Group: System Environment/Daemons
477 Requires: %{name}%{?_isa} = %{version}-%{release}
478 BuildRequires: yajl-devel
479 %description log_logstash
480 This plugin logs in logstash JSON format
485 Summary: LVM plugin for collectd
486 Group: System Environment/Daemons
487 Requires: %{name}%{?_isa} = %{version}-%{release}
488 BuildRequires: lvm2-devel
490 This plugin collects size of “Logical Volumes” (LV) and “Volume Groups” (VG)
491 of Linux' “Logical Volume Manager” (LVM).
494 %if %{with_memcachec}
496 Summary: Memcachec plugin for collectd
497 Group: System Environment/Daemons
498 Requires: %{name}%{?_isa} = %{version}-%{release}
499 BuildRequires: libmemcached-devel
500 %description memcachec
501 The Memcachec plugin uses libmemcached to read statistics from a Memcached
502 instance. Note that another plugin, named `memcached', exists and does a
503 similar job, without requiring the installation of libmemcached.
508 Summary: mic plugin for collectd
509 Group: System Environment/Daemons
510 Requires: %{name}%{?_isa} = %{version}-%{release}
512 The mic plugin collects CPU usage, memory usage, temperatures and power
513 consumption from Intel Many Integrated Core (MIC) CPUs.
518 Summary: modbus plugin for collectd
519 Group: System Environment/Daemons
520 Requires: %{name}%{?_isa} = %{version}-%{release}
521 BuildRequires: libmodbus-devel
523 The modbus plugin collects values from Modbus/TCP enabled devices
528 Summary: MySQL plugin for collectd
529 Group: System Environment/Daemons
530 Requires: %{name}%{?_isa} = %{version}-%{release}
531 BuildRequires: mysql-devel
533 MySQL querying plugin. This plugin provides data of issued commands, called
534 handlers and database traffic.
539 Summary: mqtt plugin for collectd
540 Group: System Environment/Daemons
541 Requires: %{name}%{?_isa} = %{version}-%{release}
542 BuildRequires: mosquitto-devel
544 The MQTT plugin publishes and subscribes to MQTT topics.
549 Summary: netlink plugin for collectd
550 Group: System Environment/Daemons
551 Requires: %{name}%{?_isa} = %{version}-%{release}
552 BuildRequires: libmnl-devel, iproute-devel
554 The netlink plugin collects detailed network interface and routing statistics.
559 Summary: Nginx plugin for collectd
560 Group: System Environment/Daemons
561 Requires: %{name}%{?_isa} = %{version}-%{release}
562 BuildRequires: curl-devel
564 This plugin gets data provided by nginx.
567 %if %{with_notify_desktop}
568 %package notify_desktop
569 Summary: Notify_desktop plugin for collectd
570 Group: System Environment/Daemons
571 Requires: %{name}%{?_isa} = %{version}-%{release}
572 BuildRequires: libnotify-devel, gtk2-devel
573 %description notify_desktop
574 The Notify Desktop plugin uses libnotify to display notifications to the user
575 via the desktop notification specification, i. e. on an X display.
578 %if %{with_notify_email}
579 %package notify_email
580 Summary: Notify_email plugin for collectd
581 Group: System Environment/Daemons
582 Requires: %{name}%{?_isa} = %{version}-%{release}
583 BuildRequires: libesmtp-devel
584 %description notify_email
585 The Notify Email plugin uses libESMTP to send notifications to a configured
591 Summary: Nut plugin for collectd
592 Group: System Environment/Daemons
593 Requires: %{name}%{?_isa} = %{version}-%{release}
594 BuildRequires: nut-devel
596 This plugin for collectd provides Network UPS Tools support.
601 Summary: Openldap plugin for collectd
602 Group: System Environment/Daemons
603 Requires: %{name}%{?_isa} = %{version}-%{release}
604 BuildRequires: openldap-devel
605 %description openldap
606 This plugin reads monitoring information from OpenLDAP's cn=Monitor subtree.
611 Summary: Perl plugin for collectd
612 Group: System Environment/Daemons
613 Requires: %{name}%{?_isa} = %{version}-%{release}
614 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
615 %if 0%{?rhel} && 0%{?rhel} < 6
618 BuildRequires: perl-ExtUtils-Embed
621 The Perl plugin embeds a Perl interpreter into collectd and exposes the
622 application programming interface (API) to Perl-scripts.
627 Summary: Pinba plugin for collectd
628 Group: System Environment/Daemons
629 Requires: %{name}%{?_isa} = %{version}-%{release}
630 BuildRequires: protobuf-c-devel
632 The Pinba plugin receives and dispatches timing values from Pinba, a profiling
638 Summary: Ping plugin for collectd
639 Group: System Environment/Daemons
640 Requires: %{name}%{?_isa} = %{version}-%{release}
641 BuildRequires: liboping-devel
643 The Ping plugin measures network latency using ICMP “echo requests”, usually
647 %if %{with_postgresql}
649 Summary: PostgreSQL plugin for collectd
650 Group: System Environment/Daemons
651 Requires: %{name}%{?_isa} = %{version}-%{release}
652 BuildRequires: postgresql-devel
653 %description postgresql
654 The PostgreSQL plugin connects to and executes SQL statements on a PostgreSQL
660 Summary: Python plugin for collectd
661 Group: System Environment/Daemons
662 Requires: %{name}%{?_isa} = %{version}-%{release}
663 %if 0%{?rhel} && 0%{?rhel} < 6
664 BuildRequires: python26-devel
666 BuildRequires: python-devel
669 The Python plugin embeds a Python interpreter into collectd and exposes the
670 application programming interface (API) to Python-scripts.
675 Summary: Redis plugin for collectd
676 Group: System Environment/Daemons
677 Requires: %{name}%{?_isa} = %{version}-%{release}
678 BuildRequires: hiredis-devel
680 The Redis plugin connects to one or more instances of Redis, a key-value store,
681 and collects usage information using the hiredis library.
684 %if %{with_rrdcached}
686 Summary: RRDCached plugin for collectd
687 Group: System Environment/Daemons
688 Requires: %{name}%{?_isa} = %{version}-%{release}, rrdtool >= 1.4
689 BuildRequires: rrdtool-devel
690 %description rrdcached
691 The RRDCacheD plugin connects to the “RRD caching daemon”, rrdcached and
692 submits updates for RRD files to that daemon.
697 Summary: RRDtool plugin for collectd
698 Group: System Environment/Daemons
699 Requires: %{name}%{?_isa} = %{version}-%{release}
700 BuildRequires: rrdtool-devel
702 The RRDtool plugin writes values to RRD-files using librrd.
707 Summary: Sensors plugin for collectd
708 Group: System Environment/Daemons
709 Requires: %{name}%{?_isa} = %{version}-%{release}
710 BuildRequires: lm_sensors-devel
712 This plugin for collectd provides querying of sensors supported by lm_sensors.
717 Summary: sigrok plugin for collectd
718 Group: System Environment/Daemons
719 Requires: %{name}%{?_isa} = %{version}-%{release}
721 Uses libsigrok as a backend, allowing any sigrok-supported device to have its
722 measurements fed to collectd. This includes multimeters, sound level meters,
723 thermometers, and much more.
728 Summary: SMART plugin for collectd
729 Group: System Environment/Daemons
730 Requires: %{name}%{?_isa} = %{version}-%{release}
731 BuildRequires: libatasmart-devel
733 Collect SMART statistics, notably load cycle count, temperature and bad
739 Summary: SNMP plugin for collectd
740 Group: System Environment/Daemons
741 Requires: %{name}%{?_isa} = %{version}-%{release}
742 BuildRequires: net-snmp-devel
744 This plugin for collectd allows querying of network equipment using SNMP.
749 Summary: Varnish plugin for collectd
750 Group: System Environment/Daemons
751 Requires: %{name}%{?_isa} = %{version}-%{release}
752 BuildRequires: varnish-libs-devel
754 The Varnish plugin collects information about Varnish, an HTTP accelerator.
759 Summary: Virt plugin for collectd
760 Group: System Environment/Daemons
761 Requires: %{name}%{?_isa} = %{version}-%{release}
762 BuildRequires: libvirt-devel
764 This plugin collects information from virtualized guests.
767 %if %{with_write_http}
769 Summary: Write-HTTP plugin for collectd
770 Group: System Environment/Daemons
771 Requires: %{name}%{?_isa} = %{version}-%{release}
772 BuildRequires: curl-devel
773 %description write_http
774 The Write-HTTP plugin sends the values collected by collectd to a web-server
775 using HTTP POST requests.
778 %if %{with_write_kafka}
780 Summary: Write-kafka plugin for collectd
781 Group: System Environment/Daemons
782 Requires: %{name}%{?_isa} = %{version}-%{release}
783 BuildRequires: rdkafka-devel
784 %description write_kafka
785 The write_kafka plugin sends values to kafka, a distributed messaging system.
788 %if %{with_write_redis}
790 Summary: Write-Redis plugin for collectd
791 Group: System Environment/Daemons
792 Requires: %{name}%{?_isa} = %{version}-%{release}
793 BuildRequires: hiredis-devel
794 %description write_redis
795 The Write Redis plugin stores values in Redis, a “data structures server”.
798 %if %{with_write_riemann}
799 %package write_riemann
800 Summary: riemann plugin for collectd
801 Group: System Environment/Daemons
802 Requires: %{name}%{?_isa} = %{version}-%{release}
803 BuildRequires: protobuf-c-devel
804 %description write_riemann
805 The riemann plugin submits values to Riemann, an event stream processor.
810 Summary: xencpu plugin for collectd
811 Group: System Environment/Daemons
812 Requires: %{name}%{?_isa} = %{version}-%{release}
813 BuildRequires: xen-devel
815 The xencpu plugin collects CPU statistics from Xen.
820 Summary: XMMS plugin for collectd
821 Group: System Environment/Daemons
822 Requires: %{name}%{?_isa} = %{version}-%{release}
823 BuildRequires: xmms-devel
825 The xmms plugin collects information from the XMMS music player.
829 Summary: Web-based viewer for collectd
830 Group: System Environment/Daemons
831 Requires: %{name}%{?_isa} = %{version}-%{release}
833 %description collection3
834 collection3 is a graphing front-end for the RRD files created by and filled
835 with collectd. It is written in Perl and should be run as an CGI-script.
836 Graphs are generated on-the-fly, so no cron job or similar is necessary.
838 %package php-collection
839 Summary: collect php webfrontent
840 Group: System Environment/Daemons
841 Requires: collectd = %{version}-%{release}
844 Requires: php-rrdtool
845 %description php-collection
846 PHP graphing frontend for RRD files created by and filled with collectd.
849 Summary: Contrib files for collectd
850 Group: System Environment/Daemons
851 Requires: %{name}%{?_isa} = %{version}-%{release}
853 All the files found under contrib/ in the source tree are bundled in this
856 %package -n libcollectdclient
857 Summary: Collectd client library
858 Group: System Environment/Daemons
859 %description -n libcollectdclient
860 Collectd client library
862 %package -n libcollectdclient-devel
863 Summary: Development files for libcollectdclient
864 Group: System Environment/Daemons
866 Requires: libcollectdclient%{?_isa} = %{version}-%{release}
867 %description -n libcollectdclient-devel
868 Development files for libcollectdclient
870 %package -n collectd-utils
871 Summary: Collectd utilities
872 Group: System Environment/Daemons
873 Requires: libcollectdclient%{?_isa} = %{version}-%{release}
874 Requires: collectd%{?_isa} = %{version}-%{release}
875 %description -n collectd-utils
882 %if %{with_aggregation}
883 %define _with_aggregation --enable-aggregation
885 %define _with_aggregation --disable-aggregation
889 %define _with_amqp --enable-amqp
891 %define _with_amqp --disable-amqp
895 %define _with_apache --enable-apache
897 %define _with_apache --disable-apache
901 %define _with_apcups --enable-apcups
903 %define _with_apcups --disable-apcups
906 %if %{with_apple_sensors}
907 %define _with_apple_sensors --enable-apple_sensors
909 %define _with_apple_sensors --disable-apple_sensors
913 %define _with_aquaero --enable-aquaero
915 %define _with_aquaero --disable-aquaero
919 %define _with_ascent --enable-ascent
921 %define _with_ascent --disable-ascent
924 %if %{with_barometer}
925 %define _with_barometer --enable-barometer
927 %define _with_barometer --disable-barometer
931 %define _with_battery --enable-battery
933 %define _with_battery --disable-battery
937 %define _with_bind --enable-bind
939 %define _with_bind --disable-bind
943 %define _with_cgroups --enable-cgroups
945 %define _with_cgroups --disable-cgroups
949 %define _with_chrony --enable-chrony
951 %define _with_chrony --disable-chrony
954 %if %{with_conntrack}
955 %define _with_conntrack --enable-conntrack
957 %define _with_conntrack --disable-conntrack
960 %if %{with_contextswitch}
961 %define _with_contextswitch --enable-contextswitch
963 %define _with_contextswitch --disable-contextswitch
967 %define _with_cpu --enable-cpu
969 %define _with_cpu --disable-cpu
973 %define _with_cpufreq --enable-cpufreq
975 %define _with_cpufreq --disable-cpufreq
979 %define _with_csv --enable-csv
981 %define _with_csv --disable-csv
985 %define _with_ceph --enable-ceph
987 %define _with_ceph --disable-ceph
991 %define _with_curl --enable-curl
993 %define _with_curl --disable-curl
996 %if %{with_curl_json}
997 %define _with_curl_json --enable-curl_json
999 %define _with_curl_json --disable-curl_json
1002 %if %{with_curl_xml}
1003 %define _with_curl_xml --enable-curl_xml
1005 %define _with_curl_xml --disable-curl_xml
1009 %define _with_dbi --enable-dbi
1011 %define _with_dbi --disable-dbi
1015 %define _with_df --enable-df
1017 %define _with_df --disable-df
1021 %define _with_disk --enable-disk
1023 %define _with_disk --disable-disk
1027 %define _with_dns --enable-dns
1029 %define _with_dns --disable-dns
1033 %define _with_drbd --enable-drbd
1035 %define _with_drbd --disable-drbd
1039 %define _with_email --enable-email
1041 %define _with_email --disable-email
1045 %define _with_entropy --enable-entropy
1047 %define _with_entropy --disable-entropy
1051 %define _with_ethstat --enable-ethstat
1053 %define _with_ethstat --disable-ethstat
1057 %define _with_exec --enable-exec
1059 %define _with_exec --disable-exec
1063 %define _with_fhcount --enable-fhcount
1065 %define _with_fhcount --disable-fhcount
1068 %if %{with_filecount}
1069 %define _with_filecount --enable-filecount
1071 %define _with_filecount --disable-filecount
1075 %define _with_fscache --enable-fscache
1077 %define _with_fscache --disable-fscache
1081 %define _with_gmond --enable-gmond
1083 %define _with_gmond --disable-gmond
1087 %define _with_grpc --enable-grpc
1089 %define _with_grpc --disable-grpc
1093 %define _with_hddtemp --enable-hddtemp
1095 %define _with_hddtemp --disable-hddtemp
1098 %if %{with_interface}
1099 %define _with_interface --enable-interface
1101 %define _with_interface --disable-interface
1105 %define _with_ipc --enable-ipc
1107 %define _with_ipc --disable-ipc
1111 %define _with_ipmi --enable-ipmi
1113 %define _with_ipmi --disable-ipmi
1116 %if %{with_iptables}
1117 %define _with_iptables --enable-iptables
1119 %define _with_iptables --disable-iptables
1123 %define _with_ipvs --enable-ipvs
1125 %define _with_ipvs --disable-ipvs
1129 %define _with_irq --enable-irq
1131 %define _with_irq --disable-irq
1135 %define _with_java --enable-java --with-java=%{java_home}/
1137 %define _with_java --disable-java
1141 %define _with_virt --enable-virt
1143 %define _with_virt --disable-virt
1147 %define _with_load --enable-load
1149 %define _with_load --disable-load
1153 %define _with_logfile --enable-logfile
1155 %define _with_logfile --disable-logfile
1158 %if %{with_log_logstash}
1159 %define _with_log_logstash --enable-log_logstash
1161 %define _with_log_logstash --disable-log_logstash
1165 %define _with_lpar --enable-lpar
1167 %define _with_lpar --disable-lpar
1171 %define _with_lvm --enable-lvm
1173 %define _with_lvm --disable-lvm
1177 %define _with_madwifi --enable-madwifi
1179 %define _with_madwifi --disable-madwifi
1183 %define _with_mbmon --enable-mbmon
1185 %define _with_mbmon --disable-mbmon
1189 %define _with_md --enable-md
1191 %define _with_md --disable-md
1194 %if %{with_memcachec}
1195 %define _with_memcachec --enable-memcachec
1197 %define _with_memcachec --disable-memcachec
1200 %if %{with_memcached}
1201 %define _with_memcached --enable-memcached
1203 %define _with_memcached --disable-memcached
1207 %define _with_memory --enable-memory
1209 %define _with_memory --disable-memory
1213 %define _with_mic --enable-mic
1215 %define _with_mic --disable-mic
1219 %define _with_modbus --enable-modbus
1221 %define _with_modbus --disable-modbus
1224 %if %{with_multimeter}
1225 %define _with_multimeter --enable-multimeter
1227 %define _with_multimeter --disable-multimeter
1231 %define _with_mqtt --enable-mqtt
1233 %define _with_mqtt --disable-mqtt
1237 %define _with_mysql --enable-mysql
1239 %define _with_mysql --disable-mysql
1243 %define _with_netapp --enable-netapp
1245 %define _with_netapp --disable-netapp
1249 %define _with_netlink --enable-netlink
1251 %define _with_netlink --disable-netlink
1255 %define _with_network --enable-network
1257 %define _with_network --disable-network
1261 %define _with_nfs --enable-nfs
1263 %define _with_nfs --disable-nfs
1267 %define _with_nginx --enable-nginx
1269 %define _with_nginx --disable-nginx
1272 %if %{with_notify_desktop}
1273 %define _with_notify_desktop --enable-notify_desktop
1275 %define _with_notify_desktop --disable-notify_desktop
1278 %if %{with_notify_email}
1279 %define _with_notify_email --enable-notify_email
1281 %define _with_notify_email --disable-notify_email
1284 %if %{with_notify_nagios}
1285 %define _with_notify_nagios --enable-notify_nagios
1287 %define _with_notify_nagios --disable-notify_nagios
1291 %define _with_ntpd --enable-ntpd
1293 %define _with_ntpd --disable-ntpd
1297 %define _with_numa --enable-numa
1299 %define _with_numa --disable-numa
1303 %define _with_nut --enable-nut
1305 %define _with_nut --disable-nut
1309 %define _with_olsrd --enable-olsrd
1311 %define _with_olsrd --disable-olsrd
1315 %define _with_onewire --enable-onewire
1317 %define _with_onewire --disable-onewire
1320 %if %{with_openldap}
1321 %define _with_openldap --enable-openldap
1323 %define _with_openldap --disable-openldap
1327 %define _with_openvpn --enable-openvpn
1329 %define _with_openvpn --disable-openvpn
1333 %define _with_oracle --enable-oracle
1335 %define _with_oracle --disable-oracle
1339 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1341 %define _with_perl --disable-perl
1345 %define _with_pf --enable-pf
1347 %define _with_pf --disable-pf
1351 %define _with_pinba --enable-pinba
1353 %define _with_pinba --disable-pinba
1357 %define _with_ping --enable-ping
1359 %define _with_ping --disable-ping
1362 %if %{with_postgresql}
1363 %define _with_postgresql --enable-postgresql
1365 %define _with_postgresql --disable-postgresql
1368 %if %{with_powerdns}
1369 %define _with_powerdns --enable-powerdns
1371 %define _with_powerdns --disable-powerdns
1374 %if %{with_processes}
1375 %define _with_processes --enable-processes
1377 %define _with_processes --disable-processes
1380 %if %{with_protocols}
1381 %define _with_protocols --enable-protocols
1383 %define _with_protocols --disable-protocols
1387 %if 0%{?rhel} && 0%{?rhel} < 6
1388 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1390 %define _with_python --enable-python
1393 %define _with_python --disable-python
1397 %define _with_redis --enable-redis
1399 %define _with_redis --disable-redis
1402 %if %{with_routeros}
1403 %define _with_routeros --enable-routeros
1405 %define _with_routeros --disable-routeros
1408 %if %{with_rrdcached}
1409 %define _with_rrdcached --enable-rrdcached
1411 %define _with_rrdcached --disable-rrdcached
1415 %define _with_rrdtool --enable-rrdtool
1417 %define _with_rrdtool --disable-rrdtool
1421 %define _with_sensors --enable-sensors
1423 %define _with_sensors --disable-sensors
1427 %define _with_serial --enable-serial
1429 %define _with_serial --disable-serial
1433 %define _with_sigrok --enable-sigrok
1435 %define _with_sigrok --disable-sigrok
1439 %define _with_smart --enable-smart
1441 %define _with_smart --disable-smart
1445 %define _with_snmp --enable-snmp
1447 %define _with_snmp --disable-snmp
1451 %define _with_statsd --enable-statsd
1453 %define _with_statsd --disable-statsd
1457 %define _with_swap --enable-swap
1459 %define _with_swap --disable-swap
1463 %define _with_syslog --enable-syslog
1465 %define _with_syslog --disable-syslog
1469 %define _with_table --enable-table
1471 %define _with_table --disable-table
1475 %define _with_tail --enable-tail
1477 %define _with_tail --disable-tail
1480 %if %{with_tail_csv}
1481 %define _with_tail_csv --enable-tail_csv
1483 %define _with_tail_csv --disable-tail_csv
1487 %define _with_tape --enable-tape
1489 %define _with_tape --disable-tape
1492 %if %{with_tcpconns}
1493 %define _with_tcpconns --enable-tcpconns
1495 %define _with_tcpconns --disable-tcpconns
1498 %if %{with_teamspeak2}
1499 %define _with_teamspeak2 --enable-teamspeak2
1501 %define _with_teamspeak2 --disable-teamspeak2
1505 %define _with_ted --enable-ted
1507 %define _with_ted --disable-ted
1511 %define _with_thermal --enable-thermal
1513 %define _with_thermal --disable-thermal
1516 %if %{with_threshold}
1517 %define _with_threshold --enable-threshold
1519 %define _with_threshold --disable-threshold
1522 %if %{with_tokyotyrant}
1523 %define _with_tokyotyrant --enable-tokyotyrant
1525 %define _with_tokyotyrant --disable-tokyotyrant
1528 %if %{with_turbostat}
1529 %define _with_turbostat --enable-turbostat
1531 %define _with_turbostat --disable-turbostat
1534 %if %{with_unixsock}
1535 %define _with_unixsock --enable-unixsock
1537 %define _with_unixsock --disable-unixsock
1541 %define _with_uptime --enable-uptime
1543 %define _with_uptime --disable-uptime
1547 %define _with_users --enable-users
1549 %define _with_users --disable-users
1553 %define _with_uuid --enable-uuid
1555 %define _with_uuid --disable-uuid
1559 %define _with_varnish --enable-varnish
1561 %define _with_varnish --disable-varnish
1565 %define _with_vmem --enable-vmem
1567 %define _with_vmem --disable-vmem
1571 %define _with_vserver --enable-vserver
1573 %define _with_vserver --disable-vserver
1576 %if %{with_wireless}
1577 %define _with_wireless --enable-wireless
1579 %define _with_wireless --disable-wireless
1582 %if %{with_write_graphite}
1583 %define _with_write_graphite --enable-write_graphite
1585 %define _with_write_graphite --disable-write_graphite
1588 %if %{with_write_http}
1589 %define _with_write_http --enable-write_http
1591 %define _with_write_http --disable-write_http
1594 %if %{with_write_kafka}
1595 %define _with_write_kafka --enable-write_kafka
1597 %define _with_write_kafka --disable-write_kafka
1600 %if %{with_write_log}
1601 %define _with_write_log --enable-write_log
1603 %define _with_write_log --disable-write_log
1606 %if %{with_write_mongodb}
1607 %define _with_write_mongodb --enable-write_mongodb
1609 %define _with_write_mongodb --disable-write_mongodb
1612 %if %{with_write_redis}
1613 %define _with_write_redis --enable-write_redis
1615 %define _with_write_redis --disable-write_redis
1618 %if %{with_write_riemann}
1619 %define _with_write_riemann --enable-write_riemann
1621 %define _with_write_riemann --disable-write_riemann
1624 %if %{with_write_sensu}
1625 %define _with_write_sensu --enable-write_sensu
1627 %define _with_write_sensu --disable-write_sensu
1630 %if %{with_write_tsdb}
1631 %define _with_write_tsdb --enable-write_tsdb
1633 %define _with_write_tsdb --disable-write_tsdb
1637 %define _with_xencpu --enable-xencpu
1639 %define _with_xencpu --disable-xencpu
1643 %define _with_xmms --enable-xmms
1645 %define _with_xmms --disable-xmms
1649 %define _with_zfs_arc --enable-zfs_arc
1651 %define _with_zfs_arc --disable-zfs_arc
1655 %define _with_zone --enable-zone
1657 %define _with_zone --disable-zone
1660 %if %{with_zookeeper}
1661 %define _with_zookeeper --enable-zookeeper
1663 %define _with_zookeeper --disable-zookeeper
1666 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1668 --without-included-ltdl \
1669 --enable-all-plugins=yes \
1670 --enable-match_empty_counter \
1671 --enable-match_hashed \
1672 --enable-match_regex \
1673 --enable-match_timediff \
1674 --enable-match_value \
1675 --enable-target_notification \
1676 --enable-target_replace \
1677 --enable-target_scale \
1678 --enable-target_set \
1679 --enable-target_v5upgrade \
1680 %{?_with_aggregation} \
1684 %{?_with_apple_sensors} \
1687 %{?_with_barometer} \
1693 %{?_with_conntrack} \
1694 %{?_with_contextswitch} \
1698 %{?_with_curl_json} \
1699 %{?_with_curl_xml} \
1711 %{?_with_filecount} \
1716 %{?_with_interface} \
1719 %{?_with_iptables} \
1724 %{?_with_log_logstash} \
1731 %{?_with_memcachec} \
1732 %{?_with_memcached} \
1737 %{?_with_multimeter} \
1744 %{?_with_notify_desktop} \
1745 %{?_with_notify_email} \
1746 %{?_with_notify_nagios} \
1752 %{?_with_openldap} \
1759 %{?_with_postgresql} \
1760 %{?_with_powerdns} \
1761 %{?_with_processes} \
1762 %{?_with_protocols} \
1765 %{?_with_routeros} \
1766 %{?_with_rrdcached} \
1777 %{?_with_tail_csv} \
1780 %{?_with_tcpconns} \
1781 %{?_with_teamspeak2} \
1784 %{?_with_threshold} \
1785 %{?_with_tokyotyrant} \
1786 %{?_with_turbostat} \
1787 %{?_with_unixsock} \
1796 %{?_with_write_graphite} \
1797 %{?_with_write_http} \
1798 %{?_with_write_http} \
1799 %{?_with_write_kafka} \
1800 %{?_with_write_log} \
1801 %{?_with_write_mongodb} \
1802 %{?_with_write_redis} \
1803 %{?_with_write_riemann} \
1804 %{?_with_write_sensu} \
1805 %{?_with_write_tsdb} \
1813 %{__make} %{?_smp_mflags}
1818 %{__make} install DESTDIR=%{buildroot}
1819 %if 0%{?fedora} || 0%{?rhel} >= 7
1820 %{__install} -Dp -m0644 contrib/systemd.collectd.service %{buildroot}%{_unitdir}/collectd.service
1822 %{__install} -Dp -m0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1824 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1825 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1826 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1828 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1829 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1831 %{__mv} contrib/collection3 %{buildroot}%{_localstatedir}/www
1832 %{__mv} contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1834 %{__mv} contrib/php-collection %{buildroot}%{_localstatedir}/www
1835 %{__mv} contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1838 find contrib/ -type f -exec %{__chmod} a-x {} \;
1839 # *.la files shouldn't be distributed.
1840 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1842 # Remove Perl hidden .packlist files.
1843 find %{buildroot} -type f -name .packlist -delete
1844 # Remove Perl temporary file perllocal.pod
1845 find %{buildroot} -type f -name perllocal.pod -delete
1848 rm -f %{buildroot}%{_datadir}/collectd/java/collectd-api.jar
1849 rm -f %{buildroot}%{_datadir}/collectd/java/generic-jmx.jar
1850 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
1854 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
1855 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
1856 rm -fr %{buildroot}/usr/lib/perl5/
1859 %if ! %{with_postgresql}
1860 rm -f %{buildroot}%{_datadir}/collectd/postgresql_default.conf
1863 %if ! %{with_python}
1864 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
1868 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
1876 %if 0%{?fedora} || 0%{?rhel} >= 7
1877 %systemd_post collectd.service
1879 /sbin/chkconfig --add collectd || :
1883 %if 0%{?fedora} || 0%{?rhel} >= 7
1884 %systemd_preun collectd.service
1886 # stop collectd only when uninstalling
1887 if [ $1 -eq 0 ]; then
1888 /sbin/service collectd stop >/dev/null 2>&1 || :
1889 /sbin/chkconfig --del collectd || :
1894 %if 0%{?fedora} || 0%{?rhel} >= 7
1895 %systemd_postun_with_restart collectd.service
1897 # restart collectd only when upgrading
1898 if [ $1 -eq 1 ]; then
1899 /sbin/service collectd condrestart >/dev/null 2>&1 || :
1903 %post -n libcollectdclient -p /sbin/ldconfig
1904 %postun -n libcollectdclient -p /sbin/ldconfig
1908 %doc AUTHORS COPYING ChangeLog README
1909 %config(noreplace) %{_sysconfdir}/collectd.conf
1910 %if 0%{?fedora} || 0%{?rhel} >= 7
1911 %{_unitdir}/collectd.service
1913 %{_initrddir}/collectd
1915 %{_sbindir}/collectd
1916 %{_sbindir}/collectdmon
1917 %{_datadir}/collectd/types.db
1918 %{_sharedstatedir}/collectd
1919 %{_mandir}/man1/collectd.1*
1920 %{_mandir}/man1/collectdmon.1*
1921 %{_mandir}/man5/collectd-email.5*
1922 %{_mandir}/man5/collectd-exec.5*
1923 %{_mandir}/man5/collectd-threshold.5*
1924 %{_mandir}/man5/collectd-unixsock.5*
1925 %{_mandir}/man5/collectd.conf.5*
1926 %{_mandir}/man5/types.db.5*
1928 # all plugins bundled with the main collectd package
1929 %{_libdir}/%{name}/match_empty_counter.so
1930 %{_libdir}/%{name}/match_hashed.so
1931 %{_libdir}/%{name}/match_regex.so
1932 %{_libdir}/%{name}/match_timediff.so
1933 %{_libdir}/%{name}/match_value.so
1934 %{_libdir}/%{name}/target_notification.so
1935 %{_libdir}/%{name}/target_replace.so
1936 %{_libdir}/%{name}/target_scale.so
1937 %{_libdir}/%{name}/target_set.so
1938 %{_libdir}/%{name}/target_v5upgrade.so
1940 %if %{with_aggregation}
1941 %{_libdir}/%{name}/aggregation.so
1944 %{_libdir}/%{name}/apcups.so
1947 %{_libdir}/%{name}/battery.so
1950 %{_libdir}/%{name}/cgroups.so
1952 %if %{with_conntrack}
1953 %{_libdir}/%{name}/conntrack.so
1955 %if %{with_contextswitch}
1956 %{_libdir}/%{name}/contextswitch.so
1959 %{_libdir}/%{name}/cpu.so
1962 %{_libdir}/%{name}/cpufreq.so
1965 %{_libdir}/%{name}/csv.so
1968 %{_libdir}/%{name}/df.so
1971 %{_libdir}/%{name}/drbd.so
1974 %{_libdir}/%{name}/ethstat.so
1977 %{_libdir}/%{name}/entropy.so
1980 %{_libdir}/%{name}/exec.so
1983 %{_libdir}/%{name}/fhcount.so
1985 %if %{with_filecount}
1986 %{_libdir}/%{name}/filecount.so
1989 %{_libdir}/%{name}/fscache.so
1991 %if %{with_interface}
1992 %{_libdir}/%{name}/interface.so
1995 %{_libdir}/%{name}/ipc.so
1998 %{_libdir}/%{name}/ipvs.so
2001 %{_libdir}/%{name}/irq.so
2004 %{_libdir}/%{name}/load.so
2007 %{_libdir}/%{name}/logfile.so
2010 %{_libdir}/%{name}/madwifi.so
2013 %{_libdir}/%{name}/mbmon.so
2016 %{_libdir}/%{name}/md.so
2018 %if %{with_memcached}
2019 %{_libdir}/%{name}/memcached.so
2022 %{_libdir}/%{name}/memory.so
2024 %if %{with_multimeter}
2025 %{_libdir}/%{name}/multimeter.so
2028 %{_libdir}/%{name}/network.so
2031 %{_libdir}/%{name}/nfs.so
2033 %if %{with_notify_nagios}
2034 %{_libdir}/%{name}/notify_nagios.so
2037 %{_libdir}/%{name}/ntpd.so
2040 %{_libdir}/%{name}/numa.so
2043 %{_libdir}/%{name}/openvpn.so
2046 %{_libdir}/%{name}/olsrd.so
2048 %if %{with_powerdns}
2049 %{_libdir}/%{name}/powerdns.so
2051 %if %{with_processes}
2052 %{_libdir}/%{name}/processes.so
2054 %if %{with_protocols}
2055 %{_libdir}/%{name}/protocols.so
2058 %{_libdir}/%{name}/serial.so
2061 %{_libdir}/%{name}/statsd.so
2064 %{_libdir}/%{name}/swap.so
2067 %{_libdir}/%{name}/syslog.so
2070 %{_libdir}/%{name}/table.so
2073 %{_libdir}/%{name}/tail.so
2075 %if %{with_tail_csv}
2076 %{_libdir}/%{name}/tail_csv.so
2078 %if %{with_tcpconns}
2079 %{_libdir}/%{name}/tcpconns.so
2081 %if %{with_teamspeak2}
2082 %{_libdir}/%{name}/teamspeak2.so
2085 %{_libdir}/%{name}/ted.so
2088 %{_libdir}/%{name}/thermal.so
2090 %if %{with_threshold}
2091 %{_libdir}/%{name}/threshold.so
2093 %if %{with_turbostat}
2094 %{_libdir}/%{name}/turbostat.so
2096 %if %{with_unixsock}
2097 %{_libdir}/%{name}/unixsock.so
2100 %{_libdir}/%{name}/uptime.so
2103 %{_libdir}/%{name}/users.so
2106 %{_libdir}/%{name}/uuid.so
2109 %{_libdir}/%{name}/vmem.so
2112 %{_libdir}/%{name}/vserver.so
2114 %if %{with_wireless}
2115 %{_libdir}/%{name}/wireless.so
2117 %if %{with_write_graphite}
2118 %{_libdir}/%{name}/write_graphite.so
2120 %if %{with_write_log}
2121 %{_libdir}/%{name}/write_log.so
2123 %if %{with_write_sensu}
2124 %{_libdir}/%{name}/write_sensu.so
2126 %if %{with_write_tsdb}
2127 %{_libdir}/%{name}/write_tsdb.so
2130 %{_libdir}/%{name}/zfs_arc.so
2132 %if %{with_zookeeper}
2133 %{_libdir}/%{name}/zookeeper.so
2136 %files -n libcollectdclient-devel
2137 %{_includedir}/collectd/client.h
2138 %{_includedir}/collectd/network.h
2139 %{_includedir}/collectd/network_buffer.h
2140 %{_includedir}/collectd/lcc_features.h
2141 %{_libdir}/pkgconfig/libcollectdclient.pc
2142 %{_libdir}/libcollectdclient.so
2144 %files -n libcollectdclient
2145 %{_libdir}/libcollectdclient.so.*
2147 %files -n collectd-utils
2148 %{_bindir}/collectd-nagios
2149 %{_bindir}/collectd-tg
2150 %{_bindir}/collectdctl
2151 %{_mandir}/man1/collectdctl.1*
2152 %{_mandir}/man1/collectd-nagios.1*
2153 %{_mandir}/man1/collectd-tg.1*
2157 %{_libdir}/%{name}/amqp.so
2162 %{_libdir}/%{name}/apache.so
2167 %{_libdir}/%{name}/aquaero.so
2172 %{_libdir}/%{name}/ascent.so
2175 %if %{with_barometer}
2177 %{_libdir}/%{name}/barometer.so
2182 %{_libdir}/%{name}/bind.so
2187 %{_libdir}/%{name}/ceph.so
2192 %{_libdir}/%{name}/chrony.so
2197 %{_libdir}/%{name}/curl.so
2200 %if %{with_curl_json}
2202 %{_libdir}/%{name}/curl_json.so
2205 %if %{with_curl_xml}
2207 %{_libdir}/%{name}/curl_xml.so
2212 %{_libdir}/%{name}/disk.so
2217 %{_libdir}/%{name}/dns.so
2222 %{_libdir}/%{name}/dbi.so
2227 %{_libdir}/%{name}/email.so
2232 %{_libdir}/%{name}/gmond.so
2237 %{_libdir}/%{name}/grpc.so
2242 %{_libdir}/%{name}/hddtemp.so
2247 %{_libdir}/%{name}/ipmi.so
2250 %if %{with_iptables}
2252 %{_libdir}/%{name}/iptables.so
2257 %{_datadir}/collectd/java/collectd-api.jar
2258 %{_datadir}/collectd/java/generic-jmx.jar
2259 %{_libdir}/%{name}/java.so
2260 %{_mandir}/man5/collectd-java.5*
2265 %{_libdir}/%{name}/virt.so
2268 %if %{with_log_logstash}
2270 %{_libdir}/%{name}/log_logstash.so
2275 %{_libdir}/%{name}/lvm.so
2278 %if %{with_memcachec}
2280 %{_libdir}/%{name}/memcachec.so
2285 %{_libdir}/%{name}/mic.so
2290 %{_libdir}/%{name}/modbus.so
2295 %{_libdir}/%{name}/mqtt.so
2300 %{_libdir}/%{name}/mysql.so
2305 %{_libdir}/%{name}/netlink.so
2310 %{_libdir}/%{name}/nginx.so
2313 %if %{with_notify_desktop}
2314 %files notify_desktop
2315 %{_libdir}/%{name}/notify_desktop.so
2318 %if %{with_notify_email}
2320 %{_libdir}/%{name}/notify_email.so
2325 %{_libdir}/%{name}/nut.so
2328 %if %{with_openldap}
2330 %{_libdir}/%{name}/openldap.so
2335 %{perl_vendorlib}/Collectd.pm
2336 %{perl_vendorlib}/Collectd/
2337 %{_mandir}/man3/Collectd::Unixsock.3pm*
2338 %{_mandir}/man5/collectd-perl.5*
2339 %{_libdir}/%{name}/perl.so
2344 %{_libdir}/%{name}/pinba.so
2349 %{_libdir}/%{name}/ping.so
2352 %if %{with_postgresql}
2354 %{_datadir}/collectd/postgresql_default.conf
2355 %{_libdir}/%{name}/postgresql.so
2360 %{_mandir}/man5/collectd-python*
2361 %{_libdir}/%{name}/python.so
2366 %{_libdir}/%{name}/redis.so
2369 %if %{with_rrdcached}
2371 %{_libdir}/%{name}/rrdcached.so
2376 %{_libdir}/%{name}/rrdtool.so
2381 %{_libdir}/%{name}/sensors.so
2386 %{_libdir}/%{name}/sigrok.so
2391 %{_libdir}/%{name}/smart.so
2396 %{_mandir}/man5/collectd-snmp.5*
2397 %{_libdir}/%{name}/snmp.so
2402 %{_libdir}/%{name}/varnish.so
2405 %if %{with_write_http}
2407 %{_libdir}/%{name}/write_http.so
2410 %if %{with_write_kafka}
2412 %{_libdir}/%{name}/write_kafka.so
2415 %if %{with_write_redis}
2417 %{_libdir}/%{name}/write_redis.so
2420 %if %{with_write_riemann}
2421 %files write_riemann
2422 %{_libdir}/%{name}/write_riemann.so
2427 %{_libdir}/%{name}/xencpu.so
2432 %{_libdir}/%{name}/xmms.so
2436 %{_localstatedir}/www/collection3
2437 %{_sysconfdir}/httpd/conf.d/collection3.conf
2439 %files php-collection
2440 %{_localstatedir}/www/php-collection
2441 %{_sysconfdir}/httpd/conf.d/php-collection.conf
2447 * Sat Jun 04 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> 5.5.1-1
2448 - New upstream version
2449 - New plugins enabled by default: chrony, mqtt, notify_nagios
2450 - New plugins disabled by default: grpc, zone, xencpu
2452 * Wed May 27 2015 Marc Fournier <marc.fournier@camptocamp.com> 5.5.0-1
2453 - New upstream version
2454 - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart,
2455 openldap, redis, write_redis, zookeeper, write_log, write_sensu, ipc,
2457 - New plugins disabled by default: barometer, write_kafka
2458 - Enable zfs_arc, now supported on Linux
2459 - Install disk plugin in a dedicated package, as it depends on libudev
2460 - use systemd on EL7, sysvinit on EL6 & EL5
2461 - Install collectdctl, collectd-tg and collectd-nagios in collectd-utils.rpm
2462 - Add build-dependency on libcap-devel
2464 * Mon Aug 19 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.4.2-1
2465 - New upstream version
2466 - Build netlink plugin by default
2467 - Enable cgroups, lvm and statsd plugins
2468 - Enable (but don't build by default) mic, aquaero and sigrok plugins
2469 - Enable modbus, memcachec and xmms plugins on RHEL7
2471 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
2472 - New upstream version
2473 - Added RHEL5 support:
2474 * conditionally disable plugins not building on this platform
2475 * add/specify some build dependencies and options
2476 * replace some RPM macros not available on this platform
2477 - Removed duplicate --enable-aggregation
2478 - Added some comments & usage examples
2479 - Replaced a couple of "Buildrequires" by "BuildRequires"
2480 - Enabled modbus plugin on RHEL6
2481 - Enabled netlink plugin on RHEL6 and RHEL7
2482 - Allow perl plugin to build on RHEL5
2483 - Add support for RHEL7
2484 - Misc perl-related improvements:
2485 * prevent rpmbuild from extracting dependencies from files in /usr/share/doc
2486 * don't package collection3 and php-collection twice
2487 * keep perl scripts from contrib/ in collectd-contrib
2489 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
2490 - New upstream version
2491 - Enabled write_riemann plugin
2492 - Enabled tail_csv plugin
2493 - Installed collectd-tc manpage
2495 * Fri Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
2496 - remove dependency on libstatgrab, which isn't required on linux
2498 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
2499 - collection3 and php-collection viewers are now in separate packages
2501 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
2502 - New upstream version
2503 - Enabled aggregation plugin
2504 - Installed collectd-tc
2505 - Added network.h and network_buffer.h to libcollectdclient-devel
2506 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
2507 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
2508 - Added rrdcached and redis plugin descriptions
2509 - Mentioned new pf plugin in disabled plugins list
2511 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
2512 - Follow Fedora Packaging Guidelines in java subpackage
2514 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
2515 - Move perl stuff to perl_vendorlib
2516 - Replace hardcoded paths with macros
2517 - Remove unnecessary Requires
2518 - Removed .a and .la files
2519 - Some other small cleanups
2521 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
2522 - New upstream version
2523 - Changes to support 5.1.0
2524 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
2525 - All plugins requiring external libraries are now shipped in separate
2527 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
2528 the build process + ensure build deps are installed.
2529 - Dropped per-plugin configuration files, as they tend to diverge from upstream
2531 - Moved perl stuff to /usr/share/perl5/
2532 - Don't alter Interval and ReadThreads by default, let the user change this
2534 - Initscript improvements:
2535 * checks configuration before (re)starting, based on debian's initscript
2536 * use /etc/sysconfig instdead of /etc/default
2537 * include optional $ARGS in arguments passed to collectd.
2538 - Drop collection.cgi from main package, as it's been obsoleted by collection3
2539 - Moved contrib/ to its own package, to avoid cluttering the main package with
2540 non-essential stuff.
2541 - Replaced BuildPrereq by BuildRequires
2543 * Mon Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
2544 - New upstream version
2545 - Changes to support 5.0.1
2547 * Mon Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
2548 - New upstream version
2549 - Changes to support 4.9.0
2550 - Added support for Java/GenericJMX plugin
2552 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
2553 - New upstream version
2554 - Changes to support 4.3.1
2555 - Added More Prereqs to support more plugins
2556 - Added support for perl plugin
2558 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
2559 - New upstream version
2561 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
2563 - Changes to support 4.0.5
2565 * Thu Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
2566 - fixed spec file to build correctly on fedora core
2567 - added improved init.d script to work with chkconfig
2568 - added %%post and %%postun to call chkconfig automatically
2570 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
2571 - New upstream version
2573 * Sun Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
2574 - New upstream version
2576 * Thu Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
2577 - New upstream version
2579 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
2580 - New upstream version
2582 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2583 - New upstream version
2585 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2586 - New upstream version
2588 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2589 - New upstream version
2590 - Added the `apache' package.
2592 * Tue Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2593 - New upstream version
2595 * Mon Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2596 - New upstream version
2598 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2599 - New upstream version
2601 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2602 - Include `tape.so' so the build doesn't terminate because of missing files..
2603 - New upstream version
2605 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2606 - New upstream version
2608 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2609 - New upstream version
2610 - Removed the extra `hddtemp' package
2612 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2613 - New upstream version
2615 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2616 - New upstream version
2618 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2619 - New upstream version
2620 - Added config file, `collectd.conf(5)', `df.so'
2621 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2623 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2624 - New upstream version
2626 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2627 - New upstream version
2629 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2630 - New upstream version
2632 * Wed Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2633 - New upstream version
2634 - Added statement to remove the `*.la' files. This fixes a problem when
2635 `Unpackaged files terminate build' is in effect.
2636 - Added `processes.so*' to the main package
2638 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2639 - New upstream version
2640 - Added package `collectd-hddtemp'
2642 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2643 - New upstream version
2644 - Split the package into `collectd' and `collectd-sensors'
2646 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2647 - New upstream version
2649 * Sat Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2650 - New upstream version
2652 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2653 - New upstream version
2655 * Thu Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2656 - New upstream version
2658 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2659 - New upstream version
2661 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2662 - New upstream version
2664 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2665 - New upstream version
2667 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2668 - New upstream version
2670 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2671 - Built on RedHat 7.3