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

Florian Forster octo at verplant.org
Sun Oct 22 10:13:18 CEST 2017


 src/ceph.c              |  134 +++++++++++++++++++++++++----------------------
 src/ceph_test.c         |    2 +-
 src/collectd-python.pod |   18 ++++++-
 src/collectd.conf.pod   |    2 +
 src/cpython.h           |    8 ++-
 src/ipmi.c              |   71 +++++++++++++++++++++----
 src/postgresql.c        |    9 ++--
 src/python.c            |   92 ++++++++++++++++++++++----------
 src/pyvalues.c          |    4 +-
 src/write_prometheus.c  |   30 +++++++----
 10 files changed, 248 insertions(+), 122 deletions(-)

New commits:
commit 6ca32c47f6307ab3fb946cafce9a52b024115b59
Merge: 4426699 db39236
Author: Florian Forster <octo at collectd.org>
Date:   Sun Oct 22 10:12:16 2017 +0200

    Merge remote-tracking branch 'github/pr/2464'

commit 4426699d51d135a0a14d4f2e2c07dc0e33543bc2
Author: Florian Forster <octo at collectd.org>
Date:   Sat Oct 21 21:37:21 2017 +0200

    clang-format src/postgresql.c

commit 7c778ae8818b949dfa5fd71b1aea7dd58e2f5e23
Author: daniacs <daniacs at gmail.com>
Date:   Fri Oct 20 14:36:12 2017 -0200

    Update postgresql.c
    
    A simple way collectd to identify itself to pg_stat_activity view.

commit 0eff2a882a9265fd59d4f7a265c6b6810acb0032
Merge: 71fb7a5 55ffaf9
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Fri Oct 20 21:00:29 2017 +0700

    Merge branch 'collectd-5.7'

commit 55ffaf9ad7c8b180ac0192adb1a6ff6adc72c5a3
Merge: e21b137 cb966fc
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Fri Oct 20 20:54:09 2017 +0700

    Merge branch 'collectd-5.6' into collectd-5.7

commit 71fb7a5299f307a9261ae69819318f1eda1dd3c7
Merge: 7e86094 b6bbd0e
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Fri Oct 20 20:15:57 2017 +0700

    Merge pull request #2346 from trenkel/master
    
    Add CollectdError exception which can be thrown without causing a stacktrace to be logged.

commit b6bbd0e4785b771b9e70777828dcb3a91fbdad50
Author: rmakulov <rustam.makulov at axibase.com>
Date:   Mon Jul 17 12:12:45 2017 +0300

    Fix left ssnprintf in test

commit 07c09de5e28055a5a0f43067d51211e97039fa82
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Fri Oct 20 19:10:48 2017 +0700

    python plugin: Passed through clang-format

commit 7e860946c5cf09d9ddc5428bc8efc06fb15e320e
Merge: 3d88735 3d5a504
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Fri Oct 20 13:34:43 2017 +0700

    Merge pull request #2071 from maryamtahhan/feat_ipmi_analog
    
    ipmi plugin: add more analog sensors support

commit db39236c6da4928fe0a740a3d65d61eed7ec7557
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Thu Oct 19 09:58:30 2017 +0000

    ceph plugin: Move comment to right place

commit ddde85aad33bad5e7f5ed0d21ee082ef1dcda140
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Thu Oct 19 08:44:28 2017 +0000

    Add comment about "avgtime" usage

commit 995fa04c33ba3e56b30421b8ab36b19613910e7d
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Thu Oct 19 08:40:28 2017 +0000

    Fix parse_keys() to use cut_suffixes array

commit 9bb21a2b154cb12e3c96280dac9cdabf969c4b79
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Thu Oct 19 07:25:34 2017 +0000

    ceph plugin: Make cut_suffix void, change var names

commit 3d5a504a44fe11fbd5141f3987b097d69983db1e
Author: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>
Date:   Tue Oct 17 10:26:58 2017 +0100

    ipmi: make unhandled sensor msg more informative
    
    Change-Id: I5fc6056b2d0c5bb5cb1b28c3d24aaca163eb245b
    Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>

commit e21b137ec98244a6dc8da6898504ec3763a2ce13
Author: tcarreira <tcarreira at github>
Date:   Thu Oct 12 16:37:28 2017 +0100

    [2475] write_prometheus plugin: Fix port listening
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 9caada19222a23030ee171d7be9b277c5cebfc1e
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Thu Oct 12 10:43:54 2017 +0000

    Add sstrncpy if count_parts>2 but no suffix

commit afead086f0bfb4a5cc2a032257d5085d2f74c6f3
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Wed Oct 11 17:26:24 2017 +0000

    Clang-format done

commit 6984fad9479b8c01e4687bdfe39d521a38802107
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Wed Oct 11 17:15:30 2017 +0000

    Fix unit test
    
    ".sum" is not cutted in parse_keys() now.

commit 1f88406aadbfbd3da8f2d7f08220d2734aa286b4
Author: Mytnyk, VolodymyrX <volodymyrx.mytnyk at intel.com>
Date:   Mon Nov 28 16:57:49 2016 +0000

    ipmi: add more analog sensors support
    
    - Add support of new analog sensors:
      System Airflow, PS1 Input Power, MTT CPU1, MTT CPU2
    - Extend list of sensors to support "memory" sensor type.
    - Map sensors with a 'percent' flag to 'percent' type
      and add sensor type as a prefix to type_instance in
      this case. The type_instance of non % sensors will
      remain the same (just sensor name).
    
    Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>

commit c7fa5db74dc5ba0d8ace1149caaa545f4891bb47
Author: Florian Forster <octo at collectd.org>
Date:   Tue Oct 10 22:38:05 2017 +0200

    write_prometheus plugin: Implement logging callback.

commit cb966fce03a0129ecaf028d0ff61bc543b343c5f
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Oct 9 17:22:00 2017 +0700

    memcached: Fix CPU usage reporting
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit bd6aad25cc019f9516331d716acc60bce6f4ede4
Author: Aleksei Zakharov <zakharov.a.g at yandex.ru>
Date:   Fri Oct 6 22:38:27 2017 +0000

    Make node_handler_fetch_data() stateless
    
    This code also works with previous ceph versions now.

commit aa2c1d105467e1f098c70d43b095adb445458450
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sun Mar 20 14:51:26 2016 +0600

    statsd: Document collectd behaviour when receiving the 0.000 timer value
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit be906f960ede42f72317eab6aa6a5f116857a484
Author: Mytnyk, VolodymyrX <volodymyrx.mytnyk at intel.com>
Date:   Thu Jan 5 17:14:07 2017 +0000

    collectd-python(5): Fix documentation of Notification.dispatch().
    
    Cherry-picked from PR #2135
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 5e77a297d013c1924ade8c50597d27949604672d
Author: Aleksei Zakharov <zaharov at selectel.ru>
Date:   Thu Oct 5 11:27:27 2017 +0300

    Replace avgcount_exists with latency_next_metric

commit 647ac31bf9db60b1685d6d8d25be65375ba85891
Author: Aleksei Zakharov <zaharov at selectel.ru>
Date:   Wed Oct 4 11:12:23 2017 +0300

    Add support for ceph version luminous
    
    This patch is not backward compatible with previous ceph versions.

commit f8434c01ff20f6380580c4161447ff4d11fcdc6a
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Sun Jul 16 22:50:12 2017 +0000

    python: Add documentation for CollectdError.

commit 3a9c4019736178fb78e65389acaf97c84cdc3086
Merge: 9707653 26abd5b
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Sun Jul 16 22:49:59 2017 +0000

    Merge remote-tracking branch 'octo/master'

commit 970765372717ce052a85c06d2d626f466ffaa0b6
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Wed Jul 5 21:24:56 2017 +0000

    Add CollectdError exception which can be thrown without causing a stacktrace to be logged.




More information about the collectd-changes mailing list