[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Nov 17 08:42:57 CET 2012
configure.in | 2 +-
src/Makefile.am | 14 +-
src/collectd-nagios.c | 2 +-
src/collectd-tg.c | 405 +++++++++++
src/collectdctl.c | 2 +-
src/libcollectdclient/Makefile.am | 13 +-
src/libcollectdclient/client.c | 112 ++-
src/libcollectdclient/client.h | 125 ----
src/libcollectdclient/collectd/client.h | 135 ++++
src/libcollectdclient/collectd/lcc_features.h.in | 62 ++
src/libcollectdclient/collectd/network.h | 83 +++
src/libcollectdclient/collectd/network_buffer.h | 57 ++
src/libcollectdclient/lcc_features.h.in | 62 --
src/libcollectdclient/network.c | 398 +++++++++++
src/libcollectdclient/network_buffer.c | 792 ++++++++++++++++++++++
15 files changed, 2008 insertions(+), 256 deletions(-)
New commits:
commit 1d265d7a570e13c6719853adef6b513d2a15fea8
Author: Florian Forster <octo at collectd.org>
Date: Sat Nov 17 08:42:38 2012 +0100
libcollectdclient: Relicense under the MIT license.
commit 3faf514fd9b869cadda0f895e14e5036313c7781
Merge: 28460d4 da69316
Author: Florian Forster <octo at collectd.org>
Date: Sat Nov 17 08:25:01 2012 +0100
Merge branch 'ff/netlib'
Conflicts:
src/collectdctl.c
src/libcollectdclient/client.c
src/libcollectdclient/collectd/client.h
commit da69316b56551acab689af78809ec88d48a601cd
Merge: 6624c95 a898c17
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 6 12:15:44 2010 +0100
Merge branch 'master' into ff/netlib
commit 6624c959628fa1188f8cfa4789da1eccccc5f5e4
Merge: d866eff d1c3baa
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 19 15:03:22 2010 +0200
Merge branch 'master' into ff/netlib
Conflicts:
src/collectdctl.c
commit d866effbc50aef27811aac113ef2619da7fc6b43
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 19 14:34:43 2010 +0200
collectd-tg: Implement the "-i" argument to specify the interval setting.
commit a6599f3436e66369934df9cc22b9e66049c9fa14
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 19 14:34:21 2010 +0200
collectd-tg: Improve handling of the interval setting.
commit 4d7643e5ca26341ded63d68ef97e991e4657aaf0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 19 14:33:50 2010 +0200
collectd-tg: Remove the unused "dump_network_buffer" function.
commit add3fb2ce17209b6162c446c47fb80dd9944d310
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 19 14:33:27 2010 +0200
collectd-tg: Improve handling of integer command line args.
commit ad007ffc71c10c1ace8ed820dc195d92c9bda0c7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 19 09:01:25 2010 +0200
collectd-tg: Add option parsing and usage information.
It's now possible to configure the parameters on the command line.
commit 7acf3f3dcad921101d7e555b5ae9a451f3e83aa4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Aug 18 17:23:37 2010 +0200
collectd-tg: Implemented continuous sending of values.
commit f45b8f6be49a380c0b1dce4328f47b08da802bce
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Aug 18 16:21:43 2010 +0200
collectd-tg: Use the heap to manage the value lists.
commit 29b74c4ec8a508159d12038506c3762fc25d6237
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Aug 18 15:34:14 2010 +0200
libcollectdclient: Implement encryption of network packets.
Warning: Untested code.
commit 1eab3460f9e29aa1b4746fe943caafa5441d6add
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 12:08:49 2010 +0200
libcollectdclient: Sending signed network packages works now.
Whether the signature is actually correct hasn't been tested yet, though.
commit b5ec7861b78891dc8dc98213e8071a86e89ab63f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 10:37:07 2010 +0200
libcollectdclient: Link with libgcrypt if available.
commit 072e48d8dfe2bf243974c4c8281dbccee8f94fa7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 10:14:31 2010 +0200
collectd-tg: Use the networking interface rather than the buffer.
commit bd9b7a4bde9fba106488d9b1781bca913c1f282a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 10:04:30 2010 +0200
libcollectdclient: Add initial network interface.
Still incomplete though.
commit 2120932faa03014b562faa119f9d9beeb9e3717a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 08:50:45 2010 +0200
collectd-tg: Add a first draft of a collectd traffic generator.
commit d9196b7670e7a72c5f5b2200819f5fa9555cbbe9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 08:49:53 2010 +0200
lcc: network.h: Fix an include.
commit 582ae3f47ec0459778c6d793ee2131e437b6131b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Aug 17 08:48:57 2010 +0200
libcollectdclient: Add "lcc_identifier_compare".
commit 8d84ccac5fcd1ba1746b039b870393373a15eb20
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 12 15:17:27 2010 +0200
libcollectdclient: Move the header files to a subdirectory.
This makes it easier since the header files depend on one another.
(At least they will in the future.)
commit ec5d00f641b20486f84c27ef91b264134591a594
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Aug 12 15:04:46 2010 +0200
libcollectdclient: Add an implementation of the network encoding.
Only support standard values for now, but notifications and the security
features will be added later.
More information about the collectd-changes
mailing list