Comment 1 for bug 1100364

Revision history for this message
moesibaer (matthias-laug) wrote :

I changed the line

! #my $graph_fh = new IO::File($config->{'libdir'} . "/graphs");
! my $graph_fh = new IO::File("/var/lib/munin/graphs");

seems like $config->{libdir} is not responding with the correct path (or any at all)

worked for me and graphs are generating again