[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Fri Mar 20 22:40:33 CET 2009


 src/collectd.conf.in  |   18 ++-
 src/collectd.conf.pod |   64 +++++++--
 src/mysql.c           |  366 ++++++++++++++++++++++++++++++++++++++++---------
 src/plugin.c          |    3 +-
 src/types.db          |    1 +
 5 files changed, 373 insertions(+), 79 deletions(-)

New commits:
commit 2775025677a2eb08f0a0a7c66a1576494b1905c4
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Mar 20 22:10:18 2009 +0100

    mysql plugin: Log an info message after connecting to a server.
    
    Also, improved the error message logged if the connection failed.

commit 45811d0a51e9d2e224965a6fa5b8ffda99344986
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Mar 20 21:49:33 2009 +0100

    collectd.conf(5): Documented support for the master / slave statistics.
    
    Also, the sample configuration in collectd.conf.in has been updated.

commit 7c349a69497c598b94b6a54e3e63d1bb3e59e4f5
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Mar 20 21:36:01 2009 +0100

    collectd.conf(5): Documented the <Database> blocks.
    
    Also, updated the sample configuration in collectd.conf.in.

commit fa25bf332f94d30a31d5179fd846ffbdea296eef
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Mar 20 19:32:57 2009 +0100

    mysql plugin: Added support for "slave notifications".
    
    The new boolean config option "SlaveNotifications" may be used to enable
    notifications if the replication slave I/O and / or SQL threads are not
    running (and the respective OKAY notifications). Since this is somewhat
    related to the time offset between master and slave, "time_offset" is used for
    the type information stored in the notification.

commit d3174880008828faeb471693a014f75675cccdda
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Mar 20 18:36:11 2009 +0100

    mysql plugin: Updated copyright and authors information.
    
    Added Doug MacEachern to the list of copyright holders and Mirko Buffoni to
    the list of authors.

commit e50ee93879e8f7c0f0688e4b4dfe87ca40d0e6d1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Mar 20 18:23:51 2009 +0100

    mysql plugin: Added support for master/slave statistics.
    
    MySQL replication master and slave statistics may be enabled using the newly
    added boolean config options "MasterStats" and "SlaveStats". In the first
    case, the position in the binlog is collected while in the later case the
    read and exec positions in the master log as well as the value of the
    Seconds_Behind_Master variable are collected.
    
    For the log positions, the counter type "mysql_log_position" has been
    introduced while "time_offset" is used for the Seconds_Behind_Master values.

commit f4b51235d3457598435c395d1a537897868edef3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Mar 18 11:11:35 2009 +0100

    src/plugin.c: Fixed a typo.




More information about the collectd-changes mailing list