[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.9'
Florian Forster
octo at verplant.org
Fri Mar 11 23:04:28 CET 2011
src/python.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 27cd1bfc12b4c3c81ccd2d3f2cc1f6ef5028a94f
Author: Gregory Szorc <gregory.szorc at gmail.com>
Date: Fri Mar 4 22:25:45 2011 -0800
dispatch proper values in Python write plugin
Fixes the Python write callback so the appropriate value is dispatched to
Python. Previously, the code only looked at the first element of a data set
to determine which value type (GAUGE, COUNTER, etc) to dispatch. If your data
set consisted of multiple values of different types, then the Python write
plugin was receiving bad values for the elements at position n > 0 whose type
was not the same as that at position 0.
More information about the collectd-changes
mailing list