X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwrite_riemann.c;h=45f92193f53845236dcd0bd215686e65270fae78;hb=6e41c3b1f024d7944e5e8010a87933555c662474;hp=6515fd4d09feb880aa9cf7ea4524af600a97191c;hpb=029b489b237a8785c539f85d4840a49ba6743603;p=collectd.git diff --git a/src/write_riemann.c b/src/write_riemann.c index 6515fd4d..45f92193 100644 --- a/src/write_riemann.c +++ b/src/write_riemann.c @@ -632,11 +632,11 @@ static int wrr_config_node(oconfig_item_t *ci) /* {{{ */ host->reference_count = 1; host->node = NULL; host->port = 0; - host->notifications = 1; - host->check_thresholds = 0; - host->store_rates = 1; - host->always_append_ds = 0; - host->batch_mode = 1; + host->notifications = true; + host->check_thresholds = false; + host->store_rates = true; + host->always_append_ds = false; + host->batch_mode = true; host->batch_max = RIEMANN_BATCH_MAX; /* typical MSS */ host->batch_init = cdtime(); host->batch_timeout = 0;