[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Nov 22 01:11:46 CET 2008
configure.in | 2 +-
src/Makefile.am | 4 +-
src/collectd-nagios.c | 414 ++++++++--------
src/libcollectdclient/Makefile.am | 7 +
src/libcollectdclient/client.c | 998 +++++++++++++++++++++++++++++++++++++
src/libcollectdclient/client.h | 109 ++++
6 files changed, 1326 insertions(+), 208 deletions(-)
New commits:
commit 35f04ea1440d42e31c421babc5cda8d3a33df888
Merge: eab9dd12e4730f22f8b48d2abc16518272b6e53c 4608f6fdc1fa1a8f8bd068456b90933f1971071f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 22 01:08:58 2008 +0100
Merge branch 'ff/libcollectdclient'
commit 4608f6fdc1fa1a8f8bd068456b90933f1971071f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 18:04:56 2008 +0100
libcollectdclient: Use the `SSTRCATF' macro some more.
This really does make stuff shorter. Hopefully it
makes it easier to read, too.
commit 4cff44c4a058540cf37ae058527d4415509aec72
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 18:04:21 2008 +0100
libcollectdclient: Document the used macros.
They're probably not obvious unless you've doe quite
some C coding.
commit cc164fe01bf910e9801b7f413a5e469b023ec6d0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 17:57:04 2008 +0100
libcollectdclient: Implemented `lcc_flush'.
commit 288fdea7d379ea9c6a9e72e5cf722005dc41ccaf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 17:55:28 2008 +0100
libcollectdclient: Implemented `lcc_putval'.
commit d1125cb9d1bbe3bd77f90366bf64b44904f69e54
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Oct 26 23:09:27 2008 +0100
collectd-nagios: Use `libcollectdclient' and various improvements.
The improvements include:
- Copyright and license header.
- More consistent output.
- Frees some more memory that was allocated..
- Better standards compliance.
- Make all functions `static' (except `main', of course).
- Use `%g' instead of `%lf' to print floating point values.
commit 2090dc52cf05a0b05e5d31f1f47737a2be4006e5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Oct 26 21:52:29 2008 +0100
src/libcollectdclient: Add a library which abstracts talking to the `unixsock' plugin.
More information about the collectd-changes
mailing list