Hello, i have an graphing issue with graphite in icinga2. I am using an external check plugin which reports metrics in performance date containing brackets, this seams to break something. I guess the problem is the icinga2 graphite module, but there are no configuration settings to fix the issue.
I already described it on github
In short, the metric data is correctly written to carbon and is available in the graphite_web dashboard interface. The metric name contain the brackets ‘()’ and spaces are replaced by “" characters. So everything looks ok.
Requests from Icinga2 to grafana_web in Apache LOG do not contain the brackets, they are replaced by "” characters, multiple replaced characters result also in a single “_” character.
Excuse the cross posting, but it’s pretty important for me to fix this.
I know i could write a wrapper, but this would be the last option for me.
Thanks in advance.