X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fconfigfile.c;h=afc3e479a7d237603d9bb756f5b2262f83ea1adf;hb=bff8e494d5683f066450c2b3f515a94f7eebb298;hp=fe2bce3c365124fd700becaf29599b79f103b3d5;hpb=56e1979ea2d1a373c614cd71c902435f46090da1;p=collectd.git diff --git a/src/configfile.c b/src/configfile.c index fe2bce3c..afc3e479 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -96,9 +96,10 @@ 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"}, {"PreCacheChain", NULL, "PreCache"}, {"PostCacheChain", NULL, "PostCache"} };