X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_riemann.c;h=a09c72361f910ac8615a219fd9187da36e77a819;hb=f5adf265a374e5e0dba89a4a9903e7719dc57039;hp=0a8df6fe30ae498022fb5359ec6b9597c2d8d09f;hpb=e5a4207a2ac08312bdb4be0082bc4d84327e85e0;p=collectd.git diff --git a/src/write_riemann.c b/src/write_riemann.c index 0a8df6fe..a09c7236 100644 --- a/src/write_riemann.c +++ b/src/write_riemann.c @@ -854,10 +854,10 @@ static int riemann_config_node(oconfig_item_t *ci) /* {{{ */ host->check_thresholds = 0; host->store_rates = 1; host->always_append_ds = 0; - host->use_tcp = 0; - host->batch_mode = 0; - host->batch_max = RIEMANN_BATCH_MAX; /* typical MSS */ - host->batch_init = cdtime(); + host->use_tcp = 1; + host->batch_mode = 1; + host->batch_max = RIEMANN_BATCH_MAX; /* typical MSS */ + host->batch_init = cdtime(); host->ttl_factor = RIEMANN_TTL_FACTOR; status = cf_util_get_string (ci, &host->name);