Package perl-Log-Log4perl-Appender-RRDs: Information

    Binary package: perl-Log-Log4perl-Appender-RRDs
    Version: 1.54-alt1
    Architecture: noarch
    Build time:  Feb 10, 2021, 02:18 PM in the task #266093
    Source package: perl-Log-Log4perl
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Log-Log4perl backend - Log to a RRDtool Archive
    Description: 
    Log::Log4perl::Appender::RRDs appenders facilitate writing data
    to RRDtool round-robin archives via Log4perl. For documentation
    on RRD and its Perl interface RRDs (which comes with the distribution),
    check out http://rrdtool.org.
    
    Messages sent to Log4perl's RRDs appender are expected to be numerical values
    (ints or floats), which then are used to run a rrdtool update command
    on an existing round-robin database. The name of this database needs to
    be set in the appender's dbname configuration parameter.
    
    If there's more parameters you wish to pass to the update method,
    use the rrdupd_params configuration parameter:
    
        log4perl.appender.RRDapp.rrdupd_params = --template=in:out
    
    To read out the round robin database later on, use rrdtool fetch
    or rrdtool graph for graphic displays.

    Maintainer: Igor Vlasenko


    Last changed


    Feb. 10, 2021 Igor Vlasenko 1.54-alt1
    - automated CPAN update
    Oct. 1, 2020 Igor Vlasenko 1.53-alt1
    - automated CPAN update
    Sept. 9, 2020 Igor Vlasenko 1.52-alt1
    - automated CPAN update