Merge remote-tracking branch 'origin/pr/691'
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 8 Sep 2014 09:41:25 +0000 (11:41 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 8 Sep 2014 09:41:25 +0000 (11:41 +0200)
1  2 
src/collectd.conf.in
src/collectd.conf.pod
src/configfile.c
src/plugin.c

Simple merge
Simple merge
@@@ -117,9 -117,9 +117,10 @@@ static cf_global_option_t cf_global_opt
        {"WriteQueueLimitLow", NULL, NULL},
        {"Timeout",     NULL, "2"},
        {"AutoLoadPlugin", NULL, "false"},
+       {"CollectInternalStats", NULL, "false"},
        {"PreCacheChain",  NULL, "PreCache"},
 -      {"PostCacheChain", NULL, "PostCache"}
 +      {"PostCacheChain", NULL, "PostCache"},
 +      {"MaxReadInterval", NULL, "86400"}
  };
  static int cf_global_options_num = STATIC_ARRAY_SIZE (cf_global_options);
  
diff --cc src/plugin.c
Simple merge