[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Mon Oct 6 11:57:10 CEST 2008
src/collectd-nagios.c | 62 +++++++++++++++++++++++++++++++++++-------------
1 files changed, 45 insertions(+), 17 deletions(-)
New commits:
commit 953bd0f881faa40c415a1f1a9d7e2da739d343ff
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Oct 6 11:46:59 2008 +0200
src/collectd-nagios.c: Improve handling of lines returned from `GETVAL'.
Then selecting only certain data sources with the `-d' option, the program
would try to read more lines from the server than the server reports, resulting
in the communication never finishing.
This patch resolves that problem and introduces a couple other error handling
blocks.
Thanks to Fabian Linzberger for pointing this out.
More information about the collectd-changes
mailing list