Package: munin
Version: 1.2.4-1
Severity: wishlist
Tags: patch

After the upgrade to rrdtool 1.2.x, the fonts now look really ugly.
It would be nice to be able to pass custom options to the RRDs::graph calls
in the munin.conf.

Meanwhile, this patch makes the fonts smaller and similar to rrdtool 1.1


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30-vs1.2.10
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages munin depends on:
ii  adduser                       3.80       Add and remove users and groups
pn  libdigest-md5-perl            <none>     (no description available)
ii  libhtml-template-perl         2.7-1      HTML::Template : A module for usin
ii  librrds-perl                  1.2.11-0.4 Time-series data storage and displ
pn  libtime-hires-perl            <none>     (no description available)
ii  perl [libstorable-perl]       5.8.7-9    Larry Wall's Practical Extraction 
ii  perl-modules                  5.8.7-9    Core Perl modules
ii  rrdtool                       1.2.11-0.4 Time-series data storage and displ

Versions of packages munin recommends:
pn  libdate-manip-perl            <none>     (no description available)
ii  munin-node                    1.2.4-1    network-wide graphing framework (n

-- no debconf information
*** /usr/share/munin/munin-graph        Tue Dec 13 19:55:25 2005
--- munin-graph Wed Jan  4 00:51:12 2006
***************
*** 1014,1019 ****
--- 1014,1025 ----
            push @complete, @rrd;
  
            push (@complete, "COMMENT:Last update$RRDkludge: " . 
RRDescape(scalar localtime($lastupdate)) .  "\\r");
+       # FIXME
+       push @complete, '--font' 
,'DEFAULT:0:/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMono.ttf';
+       push @complete, '--font' ,'LEGEND:7:';
+       push @complete, '--font' ,'UNIT:7:';
+       push @complete, '--font' ,'AXIS:7:';
+       push @complete, '--slope-mode';
            
            if (time - 300 < $lastupdate)
            {

Reply via email to