From: Marc Fournier Date: Tue, 1 Apr 2014 22:22:34 +0000 (+0200) Subject: add brackets to the list of characters graphite chokes on X-Git-Tag: collectd-5.3.2~69 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=109cc80a5f4ee63ffbababe8e5e9edc1e3f3fc15;hp=fd4bdc17fc1560ed0775e54d01f564345ecea92e;p=collectd.git add brackets to the list of characters graphite chokes on --- diff --git a/src/utils_format_graphite.c b/src/utils_format_graphite.c index c9516b49..b7d4494d 100644 --- a/src/utils_format_graphite.c +++ b/src/utils_format_graphite.c @@ -29,7 +29,7 @@ #include "utils_cache.h" #include "utils_parse_option.h" -#define GRAPHITE_FORBIDDEN " \t\"\\:!/\n\r" +#define GRAPHITE_FORBIDDEN " \t\"\\:!/()\n\r" /* Utils functions to format data sets in graphite format. * Largely taken from write_graphite.c as it remains the same formatting */