From: Benjamin Oechslein <benjamin.oechslein@informatik.uni-erlangen.de>
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/refs/heads/minmax?ds=inline

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' ],
 				},
 			},
 		}