X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_rrdcreate.c;h=0abbb40b299ad795aa0a59c4a03e5ef9885a4376;hb=25ac639c505394e4ae9600ee62f5d5aeea97c6d4;hp=c4e9d8ba9bdeb30778fcba3cecd98b4a63335e25;hpb=de0fdb208de123fe753c5fcf03533833777a5b4a;p=collectd.git diff --git a/src/utils_rrdcreate.c b/src/utils_rrdcreate.c index c4e9d8ba..0abbb40b 100644 --- a/src/utils_rrdcreate.c +++ b/src/utils_rrdcreate.c @@ -213,6 +213,10 @@ static int ds_get (char ***ret, /* {{{ */ type = "COUNTER"; else if (d->type == DS_TYPE_GAUGE) type = "GAUGE"; + else if (d->type == DS_TYPE_DERIVE) + type = "DERIVE"; + else if (d->type == DS_TYPE_ABSOLUTE) + type = "ABSOLUTE"; else { ERROR ("rrdtool plugin: Unknown DS type: %i",