I started to use Munin for monitoring, but I would like to change colors of the graph, which are drawn by the plugin loggrep
.
Is there any way to specify colors in the config file?
I started to use Munin for monitoring, but I would like to change colors of the graph, which are drawn by the plugin loggrep
.
Is there any way to specify colors in the config file?
use
fieldname.colour RRGGBB
(take care to use the British English notation of "colour" here) in theconfig
part of your plugin's output to define a specific color for the graphical representation.Reference docs: http://munin-monitoring.org/wiki/fieldname.colour