collectd.conf(5): Add documentation for the write_riemann plugin.
[collectd.git] / src / write_riemann.c
index 1f48f74..d2d54c9 100644 (file)
@@ -554,6 +554,7 @@ riemann_config_node(oconfig_item_t *ci)
        host->node = NULL;
        host->service = NULL;
        host->delay = RIEMANN_DELAY;
+       host->store_rates = 1;
 
        status = cf_util_get_string (ci, &host->name);
        if (status != 0) {