Package collectd: Information

    Binary package: collectd
    Version: 5.12.0-alt5
    Architecture: x86_64
    Build time:  Feb 13, 2024, 10:15 PM in the task #340639
    Source package: collectd
    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!

    Maintainer: Anton Farygin



    Last changed


    Nov. 1, 2023 Anton Farygin 5.12.0-alt5
    - fixed build with python 3.11
    Sept. 12, 2023 Alexey Shabalin 5.12.0-alt4
    - Build disk.so plugin with libudev and libatasmart
    - Enable build netlink plugin
    - Build amqp(rabbitmq) plugin
    - Add provides plugins name to main package
    - Build kafka, mongodb, prometheus, redis write plugins
    - Move write plugins to subpackages
    Feb. 22, 2023 Alexey Shabalin 5.12.0-alt3
    - Backport from main:
      + snmp plugin: Add support for SHA224, SHA256, SHA384 and SHA512
      + snmp: Set the buffer size to the new maximum length for a digest
      + Remove DES support in snmp plugin
      + Fix compile issue if net-snmp has NETSNMP_DISABLE_MD5 set