[csw-maintainers] [csw-users] Munin 1.3.4 in testing
Trygve Laugstøl
trygvis at opencsw.org
Mon Jul 6 20:48:00 CEST 2009
Juergen Arndt wrote:
> Hi,
>
> I've put Munin 1.3.4 into testing. It's the initial version for OpenCSW.
> The software consists of the packages munin_master and munin_node.
>
> Feedback is welcome.
(I sure hope you're able to collect all my comments :)
Two comments:
1) The files in lib/ should most likely be in libexec/ as they're
executables and not libraries. Not sure about the font file, probably
doesn't matter much.
2) The graphs was not rendered with a monospaced font, probably because
of using RRD 1.3. By hacking the LEGEND field like this it looks much
better:
--- /opt/csw/lib/munin/munin-graph.orig 2009-07-06 20:43:48.340046000 +0200
+++ /opt/csw/lib/munin/munin-graph 2009-07-06 20:43:41.601520000 +0200
@@ -827,7 +827,7 @@
my @complete = ();
if ($RRDkludge) {
push (@complete,
- '--font' ,'LEGEND:7:/opt/csw/lib/munin/VeraMono.ttf',
+ '--font' ,'LEGEND:7:monospace',
'--font' ,'UNIT:7:/opt/csw/lib/munin/VeraMono.ttf',
'--font' ,'AXIS:7:/opt/csw/lib/munin/VeraMono.ttf');
}
This is the same as Debian does [1] amd has been integrated to the main
build [2].
[1]: http://munin.projects.linpro.no/changeset/1763
[2]: http://munin.projects.linpro.no/changeset/1797
--
Trygve
More information about the maintainers
mailing list