]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Correct description of FQDNLookup in manpage of collectd.conf. FQDNLookup uses getadd...
authorOskar Roesler (bionade24) <o.roesler@oscloud.info>
Thu, 21 Jul 2022 19:08:59 +0000 (21:08 +0200)
committerMatthias Runge <mrunge@matthias-runge.de>
Wed, 14 Sep 2022 13:40:06 +0000 (15:40 +0200)
src/collectd.conf.pod

index 6fc29ef0bc0db0f501e93acd7e7d4bfb0bc5df0f..1d83e1d2d5815875afb6eebc40b97265a9af04ac 100644 (file)
@@ -330,8 +330,8 @@ hostname will be determined using the L<gethostname(2)> system call.
 
 If B<Hostname> 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<gethostname>. This option
-is enabled by default.
+This is achieved by using C<getaddrinfo()> to look up full web address of the
+first network interface that has one. This option is enabled by default.
 
 =item B<PreCacheChain> I<ChainName>