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

Florian Forster octo at verplant.org
Mon Apr 5 14:13:14 CEST 2010


 README                |    8 +
 configure.in          |   95 ++++++
 src/Makefile.am       |   10 +
 src/collectd.conf.pod |  126 +++++++
 src/modbus.c          |  863 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1102 insertions(+), 0 deletions(-)

New commits:
commit eb083585c8d77f56b107e07e203f7a0594f79d3e
Merge: 7477d555a1dab3bee2db3eff26f2b2e5e5334956 9dcf9ea610f35d88927ff17dcd07b6ae0aaaeba6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Apr 5 14:10:44 2010 +0200

    Merge branch 'ff/modbus'

commit 9dcf9ea610f35d88927ff17dcd07b6ae0aaaeba6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Apr 5 14:09:06 2010 +0200

    README: Add information about the modbus plugin.

commit 9002a0d29362705ae26f819dd6426626e667505b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Mar 27 15:01:35 2010 +0100

    modbus plugin: Downgrade to use the libmodbus 1.2.5 API.
    
    The API of the library changes every other month, so be conservative and
    use the "stable" version, released in May 2008, and hope *that* API is
    somewhat stable.

commit 2413e5f1faeee70920593a3a07f6b7ef997a5e65
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 24 15:43:42 2010 +0100

    modbus plugin: Set the interval when dispatching values.

commit 5e712a9887a3c8a5e0a9c97a9a51cb3b069d52ce
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 24 14:07:48 2010 +0100

    collectd.conf(5): Improve the synopsis for the "modbus" plugin.

commit 1a938b180c586f8b6c2c9fec05c9a10d4d15bb3f
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 24 14:00:56 2010 +0100

    collectd.conf(5): Add documentation for the "modbus" plugin.

commit 890c7b9599118e718928a10767752d3ba7e992e3
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 24 12:09:48 2010 +0100

    modbus plugin: Add some folding markers.

commit 8f5a6a64dda60f8397f3c45fc6b3d0606e123d3b
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 24 12:09:33 2010 +0100

    modbus plugin: Implement dispatching of values.

commit d86f0d115cc8e8d80167b65a24aa6ee7404bc766
Merge: fb483e3c027045b44f9b78ad4e0787ed8f11f0a6 f4c25b4b234ba63fb9b15c2219d55d8af3e3f39d
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 24 10:08:51 2010 +0100

    Merge branch 'master' into ff/modbus

commit fb483e3c027045b44f9b78ad4e0787ed8f11f0a6
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 17 18:39:37 2010 +0100

    modbus plugin: Actually get into a working state.

commit 505c6b2a36ae8e3dc5b4bbbfb86262be8c7904ce
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 17 18:36:05 2010 +0100

    Build system: Add the "modbus" plugin.

commit 367405c98b35330e188eb391f29836975d73e4d0
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 17 18:35:41 2010 +0100

    configure.in: Add checks for libmodbus.

commit e10ed40edcfd48088b53b34eb780cdaaac2062de
Merge: b70741d312c381569444e65add2ca831b04d049c 3b84d1b7d3603c6134ec3bf85c976d1f13192c03
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 17 13:45:36 2010 +0100

    Merge branch 'master' into ff/modbus

commit b70741d312c381569444e65add2ca831b04d049c
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 10 18:38:58 2010 +0100

    Modbus plugin: Started working on a "Modbus-TCP" plugin for collectd.




More information about the collectd-changes mailing list