Package collectd: Information

    Source package: collectd
    Version: 5.12.0-alt9
    Build time:  Feb 25, 2026, 05:32 AM
    Category: Monitoring
    Report package bug
    License: GPLv2 AND MIT
    Summary: (Multi-)System statistics collection
    Description: 
    collectd is a small program written in C for performance. It reads various
    system statistics and updates RRD files, creating them if neccessary.
    Since it doesn't need to startup every time it wants to update the files
    it's very fast and easy on the system. Also, the statistics are very
    fine grained since the files are updated every 10 seconds.
    
    WARNING: 5.x is INCOMPATIBLE with 4.x data!  You HAVE to perform
    custom MIGRATION as described in documentation OR drop the HISTORY!
    >> http://collectd.org/wiki/index.php/V4_to_v5_migration_guide <<
    
    NB: syslog plugin might be helpful at configuration stage
    but not in production since it generates LOTS of logfile records!

    List of RPM packages built from this SRPM:
    collectd (riscv64)
    collectd-amqp (riscv64)
    collectd-amqp-debuginfo (riscv64)
    collectd-apache (riscv64)
    collectd-apache-debuginfo (riscv64)
    collectd-bind (riscv64)
    collectd-bind-debuginfo (riscv64)
    collectd-cgi (noarch)
    collectd-cgi-apache2 (noarch)
    collectd-cgi-nginx (noarch)
    collectd-cluster (noarch)
    collectd-connectivity (riscv64)
    collectd-connectivity-debuginfo (riscv64)
    collectd-curl (riscv64)
    collectd-curl-debuginfo (riscv64)
    collectd-dbi (riscv64)
    collectd-dbi-debuginfo (riscv64)
    collectd-debuginfo (riscv64)
    collectd-full (noarch)
    collectd-gps (riscv64)
    collectd-gps-debuginfo (riscv64)
    collectd-ipmi (riscv64)
    collectd-ipmi-debuginfo (riscv64)
    collectd-memcached (riscv64)
    collectd-memcached-debuginfo (riscv64)
    collectd-mqtt (riscv64)
    collectd-mqtt-debuginfo (riscv64)
    collectd-mysql (riscv64)
    collectd-mysql-debuginfo (riscv64)
    collectd-netlink (riscv64)
    collectd-netlink-debuginfo (riscv64)
    collectd-nginx (riscv64)
    collectd-nginx-debuginfo (riscv64)
    collectd-notify_desktop (riscv64)
    collectd-notify_desktop-debuginfo (riscv64)
    collectd-notify_email (riscv64)
    collectd-notify_email-debuginfo (riscv64)
    collectd-nut (riscv64)
    collectd-nut-debuginfo (riscv64)
    collectd-ping (riscv64)
    collectd-ping-debuginfo (riscv64)
    collectd-postgresql (riscv64)
    collectd-postgresql-debuginfo (riscv64)
    collectd-rrdcached (riscv64)
    collectd-rrdcached-debuginfo (riscv64)
    collectd-rrdtool (riscv64)
    collectd-rrdtool-debuginfo (riscv64)
    collectd-sensors (riscv64)
    collectd-sensors-debuginfo (riscv64)
    collectd-snmp (riscv64)
    collectd-snmp-debuginfo (riscv64)
    collectd-virt (riscv64)
    collectd-virt-debuginfo (riscv64)
    collectd-write_http (riscv64)
    collectd-write_http-debuginfo (riscv64)
    collectd-write_kafka (riscv64)
    collectd-write_kafka-debuginfo (riscv64)
    collectd-write_mongodb (riscv64)
    collectd-write_mongodb-debuginfo (riscv64)
    collectd-write_prometheus (riscv64)
    collectd-write_prometheus-debuginfo (riscv64)
    collectd-write_redis (riscv64)
    collectd-write_redis-debuginfo (riscv64)
    collectd-write_sensu (riscv64)
    collectd-write_sensu-debuginfo (riscv64)
    collectd-write_syslog (riscv64)
    collectd-write_syslog-debuginfo (riscv64)
    collectd-write_tsdb (riscv64)
    collectd-write_tsdb-debuginfo (riscv64)
    libcollectdclient (riscv64)
    libcollectdclient-debuginfo (riscv64)
    libcollectdclient-devel (riscv64)
    nagios-plugins-collectd (riscv64)
    nagios-plugins-collectd-debuginfo (riscv64)
    perl-Collectd (noarch)

    Maintainer: Anton Farygin


      1. iptables-devel
      2. apache2-devel
      3. libMySQL-devel
      4. libatasmart-devel
      5. libcurl-devel
      6. libdbi-devel
      7. dpdk-devel
      8. libgcrypt-devel
      9. flex
      10. libgps-devel
      11. gcc-c++
      12. libhiredis-devel
      13. libmemcached-devel
      14. libmicrohttpd-devel
      15. libmnl-devel
      16. libmongoc-devel
      17. libmosquitto-devel
      18. libnet-snmp-devel
      19. libnotify-devel
      20. libopenipmi-devel
      21. liboping-devel
      22. libpcap-devel
      23. libprotobuf-c-devel
      24. rpm-macros-apache2
      25. librabbitmq-c-devel
      26. librdkafka-devel
      27. librrd-devel >= 1.4
      28. libsensors3-devel >= 3.1.0-alt4
      29. libstatgrab-devel
      30. libvirt-devel
      31. net-snmp-common
      32. libudev-devel
      33. libxfs-devel
      34. postgresql-devel
      35. perl-CGI
      36. perl-Pod-Parser
      37. perl-RRD
      38. perl-Regexp-Common
      39. perl-devel
      40. libupsclient-devel
      41. perl-threads
      42. libxml2-devel
      43. protobuf-c-compiler
      44. libyajl-devel

    Last changed


    Feb. 24, 2026 Anton Farygin 5.12.0-alt9
    - used /run/rrdcached.sock instead of /tmp and /var/run paths (ALT#57971)
    - notify_email: replaced libesmtp with libcurl for TLS/SSL support (ALT#49531)
    - added connectivity and mqtt plugins as subpackages (ALT#39459)
    - added CAP_NET_RAW capability for ping plugin via systemd drop-in (ALT#37710)
    - fixed rrdcached plugin permission denied due to -B flag restriction (ALT#57972)
    - commented out LoadPlugin rrdtool in default config (ALT#36950)
    Jan. 17, 2026 Anton Farygin 5.12.0-alt8
    - applied upstream commit 050877e1 to fix build with libvirt API changes
    Nov. 30, 2024 Anton Farygin 5.12.0-alt7
    - applied upstream commit ca7a8de6 to fix build with gcc 14