From a962a9231ebe946bf2c7606b0b2ad43e5dd5fad6 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 13 Aug 2008 06:02:08 +0200 Subject: [PATCH] Removed "-r" at wireless graph (this cause a segfault if all collected values are the same) --- config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index d185a4b80c..7e6ee25cf0 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -767,7 +767,7 @@ sub wireless { my $interface = $_[1]; RRDs::graph ("$graphs/wireless-$interface-$period.png", "--start", "-1$period", "-aPNG", "-i", "-W www.ipfire.org", - "--alt-y-grid", "-w 600", "-h 125", "-r", "-v dBm", "-z", + "--alt-y-grid", "-w 600", "-h 125", "-v dBm", "-z", "-t Wireless $interface $Lang::tr{'graph per'} $Lang::tr{$period}", "--color", "SHADEA".$color{"color19"}, "--color", "SHADEB".$color{"color19"}, -- 2.39.2