[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.2'
Florian Forster
octo at verplant.org
Mon Mar 31 17:03:57 CEST 2008
src/plugin.c | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
New commits:
commit dae0b188243d483bfac124f1b4c070830504ab75
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Mar 31 17:03:56 2008 +0200
src/plugin.c: plugin_dispatch_values: Improve the error messages.
If no write plugin was loaded or no DS was defined, the
`plugin_dispatch_values' used to fail silently. This is of course not good, so
this commit introduces error messages for this case, so that users can see why
their setup is not working properly.
Also, the ``no such DS type'' message was promoted from DEBUG to INFO.
More information about the collectd-changes
mailing list