[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Jul 18 09:37:11 CEST 2014
src/amqp.c | 14 +++++++++++---
src/collectd.conf.in | 28 +++++++++++++++++-----------
src/syslog.c | 4 ++++
src/utils_format_graphite.c | 2 +-
4 files changed, 33 insertions(+), 15 deletions(-)
New commits:
commit bcce4d5922302fb9204e6ef3fb1022388f366656
Merge: 7554d50 1dd3541
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jun 24 18:11:40 2014 +0200
Merge pull request #619 from Crapworks/master
increased buffer size
commit 7554d50adcf313f18404046debd9d1764be76faf
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jun 24 15:50:03 2014 +0200
remove quotes in example config to make all statements consistent
commit a964307cdbba22ab6dfb265465b9a8b7172a3555
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Tue Jun 24 15:38:12 2014 +0200
mention new options to cpu plugin in example config
commit 2c9dffb48af472fffa778087ddaf72e61a4decd0
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Wed Apr 2 00:22:34 2014 +0200
add brackets to the list of characters graphite chokes on
(cherry-pick of 109cc80a to avoid a merge conflict later on)
commit ea47de8419ab9eaa13e06271677b25bac8e1f57d
Merge: 845b9c7 84c3805
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Jun 20 16:48:36 2014 +0200
Merge pull request #636 from dothebart/config_debug_nonsilent
Syslog: don't go all silent on 'debug' with production binary
commit 845b9c75c76fa88bee62dac5596ec324360cf5ea
Author: David Blundell <david.blundell at 100percentit.com>
Date: Fri May 23 20:13:52 2014 +0100
Add support for durable AMQP queues
The collectd amqp plugin allows setting messages as persistent but is hardcoded to create or use transient queues that are set to auto_delete. This commit adds support for QueueDurable and QueueAutoDelete boolean values in the config file and changes the queue creation as appropriate.
If the values are not set in the config file, QueueDurable defaults to false and QueueAutoDelete defaults to true.
Tested with RabbitMQ 3.3.1
commit 84c380561c5b378448987bfde8df26e07bac6d8a
Author: Wilfried Goesgens <dothebart at citadel.org>
Date: Sat Jun 7 12:01:32 2014 +0200
Syslog: if we can't find the loglevel specified by the configuration string default to 'info' and warn about the unknown configuration option. no way to make syslog totaly silent anymore.
commit 1dd3541711cbe3ddabcf503d95b2d32df971bf17
Author: Christian Eichelmann <christian.eichelmann at 1und1.de>
Date: Thu May 22 12:41:36 2014 +0200
increased buffer size
More information about the collectd-changes
mailing list