X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fconfigfile.c;h=afc3e479a7d237603d9bb756f5b2262f83ea1adf;hb=34eb0428ed2d9f8e9433cc71e43da6761d174e1a;hp=fe2bce3c365124fd700becaf29599b79f103b3d5;hpb=a158940fd85bbef59a65f593cd8130896f5c44d0;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"} };