summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8bbc167)
raw | patch | inline | side by side (parent: 8bbc167)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 29 Aug 2014 07:55:34 +0000 (09:55 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 29 Aug 2014 07:55:34 +0000 (09:55 +0200) |
It's the same as 'rrdtool' :-)
src/plugins/backend/collectd/unixsock.c | patch | blob | history |
index e7b6416999065d49f12f17748250e5c5dfb00780..da77d727a213dd2325cc8edf5b0801d50648775a 100644 (file)
if (ud->ts_type) {
/* TODO: add support for other backend types
* -> will require different ID generation */
- if (strcasecmp(ud->ts_type, "rrdtool")) {
+ if (strcasecmp(ud->ts_type, "rrdtool")
+ && strcasecmp(ud->ts_type, "rrdcached")) {
sdb_log(SDB_LOG_ERR, "collectd::unixsock backend: "
"TimeseriesBackend '%s' is not supported - "
"use 'rrdtool' instead.", ud->ts_type);