[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Thu Dec 18 17:54:19 CET 2008
src/collectd.c | 13 +++++++++----
src/collectd.conf.in | 2 +-
src/collectd.conf.pod | 18 +++++++++---------
3 files changed, 19 insertions(+), 14 deletions(-)
New commits:
commit 4f4693ab72ec6898adacb4eb5189867ae1306815
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Dec 10 22:12:24 2008 +0100
collectd: Abort with an appropriate status in exit_usage().
In case of an error, the exit status code now equals 1.
commit bb3e4316a30349bdbdf98fcfce521b11a7b7d7d4
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Dec 10 22:08:26 2008 +0100
collectd: Abort if any non-options are left over after command-line parsing.
This happens if any arguments not starting with a dash are passed to collectd.
Any of those are invalid, so let the user know about that.
Thanks to Kris (gruntruk) for (unknowingly) pointing that out ;-)
commit 9b031e21c5d0200c2c07c70a592158d29c522391
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Dec 6 16:41:04 2008 +0100
collectd.conf.in: Fixed a wrong type used in the "tail" example.
commit 1c8e92605f43fe5f02dfd367c05324af69bc5956
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Dec 6 16:32:27 2008 +0100
collectd.conf.pod: Consistently use spaces instead of tabs in examples.
More information about the collectd-changes
mailing list