munin2graphite icon indicating copy to clipboard operation
munin2graphite copied to clipboard

Munin2Graphite seems to be broken on 0.9.10

Open nadenf opened this issue 12 years ago • 1 comments

If you don't have a graphite_metric_prefix it will generate all stats with a leading period e.g.

.host.metric1

It looks like this was okay in previous versions but not any more. It needs to be just be:

host.metric1

So there needs to be a fix made to scheduler.rb.

nadenf avatar Jun 02 '12 05:06 nadenf

There also needs to be a fix made to ast_node.rb.

I know less than nothing about Python so I ended up just deleting all references to the prefix:

https://github.com/taligent/munin2graphite

nadenf avatar Jun 02 '12 06:06 nadenf