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

Florian Forster octo at verplant.org
Tue Apr 3 23:52:19 CEST 2018


 README                |    5 ++---
 src/daemon/collectd.c |    7 +++----
 src/filecount.c       |    2 +-
 src/ntpd.c            |    6 ++++++
 4 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 5a32acd88719481cc22aaecd36f3cbc11f3a3489
Merge: 358bf39 9c64d2a
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Apr 3 23:29:17 2018 +0200

    Merge pull request #2376 from zerkms/ISSUE-2358
    
    Skip `0.0.0.0` hosts in ntpd plugin

commit 358bf39b09f69220fc8e1b6c2fe98e5e185e3364
Merge: e1a95f2 206a642
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Apr 3 23:28:03 2018 +0200

    Merge pull request #2045 from rubenk/fix-readme
    
    README: do not point users to non-existing file

commit e1a95f29eda4b43face57852544431d5f61f4b96
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Apr 3 22:00:46 2018 +0200

    daemon: fix build warning
    
    src/daemon/collectd.c:579:9: warning: declaration shadows a local variable [-Wshadow]
        int status;
            ^
    src/daemon/collectd.c:558:7: note: previous declaration is here
      int status;
          ^

commit 35fee083db033384a7fa829cb01654799425c4a3
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Apr 3 21:56:55 2018 +0200

    daemon: make function static
    
    Fixes the following build warning:
    
    src/daemon/collectd.c:499:5: warning: no previous prototype for function 'configure_collectd' [-Wmissing-prototypes]
    int configure_collectd(struct cmdline_config *config) {
        ^

commit b788e9e0f84a324b68cbfc8168a1b5610c921389
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Apr 3 21:55:49 2018 +0200

    daemon: make function static
    
    Fixes a build warning:
    
    src/daemon/collectd.c:452:6: warning: no previous prototype for function 'read_cmdline' [-Wmissing-prototypes]
    void read_cmdline(int argc, char **argv, struct cmdline_config *config) {
         ^

commit 35678eaa6ad0e847930711352da07e9912adf885
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Apr 3 21:48:27 2018 +0200

    filecount plugin: mark function as static
    
    Fixes a build warning:
    
    CC       src/filecount.lo
    src/filecount.c:66:6: warning: no previous prototype for function 'fc_free_dir' [-Wmissing-prototypes]
    void fc_free_dir(fc_directory_conf_t *dir) {
         ^
    1 warning generated.

commit 9c64d2a791b62e2def521f4ee2385d6fa574e18b
Author: Ivan Kurnosov <zerkms at zerkms.com>
Date:   Sat Jul 22 16:38:01 2017 +1200

    Skip `0.0.0.0` hosts in ntpd plugin

commit 206a642b5b16729a2f860ccbcbe80bcc6b101031
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Sat Nov 19 13:16:57 2016 +0100

    README: do not point users to non-existing file




More information about the collectd-changes mailing list