From bbcd91ceab77bd180fdafe04b5c6f11016494bc6 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 17:39:08 +1000 Subject: Show two weeks of speed for the inital graph. --- apt-panopticon-report-email-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-email-web.lua') diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 154aa99..80f9b13 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -276,7 +276,7 @@ for k, v in APT.orderedPairs(mirrors) do count = count + 1 end end -APT.rrd.graph('results/speed.png', '--start', 'now-1w', '--end', 'now', '-t', 'Speed', '-v', 'bytes per second', '-w', '900', '-h', '400', '-Z', +APT.rrd.graph('results/speed.png', '--start', 'now-2w', '--end', 'now', '-t', 'Speed', '-v', 'bytes per second', '-w', '900', '-h', '400', '-Z', '-c', 'BACK#000000', '-c', 'CANVAS#000000', '-c', 'FONT#FFFFFF', '-c', 'AXIS#FFFFFF', '-c', 'FRAME#FFFFFF', '-c', 'ARROW#FFFFFF', unpack(g)) -- cgit v1.1