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

    Binary package: perl-Log-Log4perl-Appender-RRDs
    Version: 1.57-alt1
    Architecture: noarch
    Build time:  Oct 23, 2022, 03:01 AM
    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


    Oct. 22, 2022 Igor Vlasenko 1.57-alt1
    - automated CPAN update
    Sept. 3, 2022 Igor Vlasenko 1.56-alt1
    - automated CPAN update
    June 2, 2022 Igor Vlasenko 1.55-alt1
    - automated CPAN update