From de10ff5911734bcfc735c155aaf70f3dbf6f0414 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 17 Jan 2011 12:32:19 +0100 Subject: [PATCH] Revert "disable pango text rendering, it leaks memory" This reverts commit bcd0e31b0502cde60a8a8ab890ed7de361eaab43. --- upsgraph.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upsgraph.pl b/upsgraph.pl index 06e66e3..9887d0c 100755 --- a/upsgraph.pl +++ b/upsgraph.pl @@ -325,10 +325,10 @@ while(1) { } foreach my $var (@{$host->{'fields'}}) { - my @graphdef = ("--lazy", "-t", $hostname." - ".$vars->{$var}->{'name'}, "DEF:${var}=${rrdfile}.${var}:${var}:AVERAGE", "LINE1:${var}#FF0000"); + my @graphdef = ('-P', "--lazy", "-t", $hostname." - ".$vars->{$var}->{'name'}, "DEF:${var}=${rrdfile}.${var}:${var}:AVERAGE", "LINE1:${var}#FF0000"); push @graphdef, "VDEF:cur=${var},LAST"; - push @graphdef, 'GPRINT:cur:Current\\: %.2lf\\r'; + push @graphdef, 'GPRINT:cur:Current\\: %.2lf\\r'; my $mtime; $mtime=(stat("${outdir}/${hostname}.${var}.png.work"))[9]; -- 2.39.2