From: Oskar Roesler (bionade24) Date: Thu, 21 Jul 2022 19:08:59 +0000 (+0200) Subject: Correct description of FQDNLookup in manpage of collectd.conf. FQDNLookup uses getadd... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b0764efdd55b267bfd630b669087ae3aebdc38;p=thirdparty%2Fcollectd.git Correct description of FQDNLookup in manpage of collectd.conf. FQDNLookup uses getaddrinfo() and not gethostname(). --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 6fc29ef0b..1d83e1d2d 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -330,8 +330,8 @@ hostname will be determined using the L system call. If B is determined automatically this setting controls whether or not the daemon should try to figure out the "fully qualified domain name", FQDN. -This is done using a lookup of the name returned by C. This option -is enabled by default. +This is achieved by using C to look up full web address of the +first network interface that has one. This option is enabled by default. =item B I