From: Yves Mettier Date: Mon, 25 Aug 2014 11:47:33 +0000 (+0200) Subject: nb_values missing in types.db; renaming as cache_size X-Git-Tag: collectd-5.5.0~204^2~1^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c8549bcdac8b24b6931298c21ec945590b0240f2;p=collectd.git nb_values missing in types.db; renaming as cache_size --- diff --git a/src/plugin.c b/src/plugin.c index 6e1f9722..0b915613 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -182,7 +182,7 @@ static void plugin_update_internal_statistics (void) { /* {{{ */ /* Cache : Nb entry in cache tree */ vl.values[0].gauge = (gauge_t) uc_get_size(); - sstrncpy (vl.type, "nb_values", sizeof (vl.type)); + sstrncpy (vl.type, "cache_size", sizeof (vl.type)); vl.type_instance[0] = 0; plugin_dispatch_values (&vl);