X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fconfigfile.c;h=afc3e479a7d237603d9bb756f5b2262f83ea1adf;hb=4dcc843a2370a6c6268249aae7185c78925c71f7;hp=787ad0ea388485e247cdebb4027dec89f0218211;hpb=b34e15480992d9433a0e3fda47b5f6d387bfda5e;p=collectd.git diff --git a/src/configfile.c b/src/configfile.c index 787ad0ea..afc3e479 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -96,7 +96,7 @@ static cf_global_option_t cf_global_options[] = {"BaseDir", NULL, PKGLOCALSTATEDIR}, {"PIDFile", NULL, PIDFILE}, {"Hostname", NULL, NULL}, - {"FQDNLookup", NULL, "false"}, + {"FQDNLookup", NULL, "true"}, {"Interval", NULL, "10"}, {"ReadThreads", NULL, "5"}, {"Timeout", NULL, "2"},