[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Nov 13 17:58:59 CET 2007
src/collectd.c | 64 ++++++++++++++++++++++++++++++++++++++++++--------
src/collectd.conf.in | 1
src/collectd.conf.pod | 17 +++++++++++++
src/configfile.c | 18 ++++++++++----
4 files changed, 86 insertions(+), 14 deletions(-)
New commits:
commit c9db0c1a0dd6af026c3fbbf934eec02bd32bf043
Merge: 062c88e486b4b1a09d7dd416c07a2678b4dd7b21 6c9b15cd22b4c1f56b5012b89dd12f0996fa0e4e
Author: Florian Forster <octo at noris.net>
Date: Tue Nov 13 16:58:54 2007 +0000
Merge branch 'ff/fqdn'
commit 6c9b15cd22b4c1f56b5012b89dd12f0996fa0e4e
Author: Florian Forster <octo at noris.net>
Date: Tue Nov 13 16:55:50 2007 +0000
collectd: The new `FQDNLookup' option controls whether or not the FQDN should be used.
So far the hostname as returned by `gethostname(2)' was used. This is not
practical for large setups.
To stay backwards compatible the option is disabled by default, but the sample
config file includes a line which sets this option so that (new) default
installations will have it enabled.
More information about the collectd-changes
mailing list