From: Benjamin Oechslein Date: Mon, 12 Jan 2015 22:09:07 +0000 (+0100) Subject: Update test.conf to include daily average graphs X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/upsgraph/commitdiff_plain/7aaba73e6fd5024e0116b14f196f52b93cfb6b4f?hp=45bf98526bea58d37fbb30b4152dd1041ccb93be Update test.conf to include daily average graphs --- diff --git a/test.conf b/test.conf index c4e7955..59bd28e 100644 --- a/test.conf +++ b/test.conf @@ -31,11 +31,11 @@ $hosts = [ 'name' => 'Außentemperatur', 'port' => '31338', 'proto' => 'tcp', - 'max' => '50', + 'max' => '30', 'graph' => { 'day' => [ 'avg' ], - 'week' => [ 'avg', 'day-max', 'day-min' ], - 'year' => [ 'day-max', 'day-min' ], + 'week' => [ 'day-avg', 'avg', 'day-max', 'day-min' ], + 'year' => [ 'day-max', 'day-avg', 'day-min' ], }, }, }