add brackets to the list of characters graphite chokes on
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 1 Apr 2014 22:22:34 +0000 (00:22 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 1 Apr 2014 22:22:34 +0000 (00:22 +0200)
src/utils_format_graphite.c

index c9516b4..b7d4494 100644 (file)
@@ -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 */