Open
Description
http://munin-monitoring.org/wiki/fieldname.colour says the following:
You can pick a color either by its HTML code (i.e. six hex digits), or by an index into the palette used. Somehow map the entry to a number, then use ".colour COLOUR" where "" is that number. (requires munin 2.0)
The color index method does not work (at least in 2.999.2): the 'COLOUR' strings aren't processed and are passed to rrdtool as is, resulting in a failed graph rendering attempt.
The hex code method, however, works (provided that #653 is merged -- without that fix it doesn't work either).