collectd: The new `FQDNLookup' option controls whether or not the FQDN should be...
authorFlorian Forster <octo@noris.net>
Tue, 13 Nov 2007 16:55:50 +0000 (16:55 +0000)
committerFlorian Forster <octo@noris.net>
Tue, 13 Nov 2007 16:55:50 +0000 (16:55 +0000)
commit6c9b15cd22b4c1f56b5012b89dd12f0996fa0e4e
treeeb60a2789265882d74332c3648c2c738e0adbf95
parent3734b4e6e24b558d275b4760e537b35f7506b634
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.
src/collectd.c
src/collectd.conf.in
src/collectd.conf.pod
src/configfile.c