From 21e57d0bd94bc82a4b072528f1a0de3b7e81681a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 22 Nov 2017 22:08:29 +0100 Subject: [PATCH] Do not use MAD on example dashboard Signed-off-by: Knut Ahlers --- welcome_runner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/welcome_runner.go b/welcome_runner.go index a104341..2bcc3c9 100644 --- a/welcome_runner.go +++ b/welcome_runner.go @@ -32,6 +32,7 @@ func runWelcomePage(cfg *config.Config) { beer := dashboardMetric{ Title: "Amount of beer in the fridge", Description: fmt.Sprintf("Currently there are %d bottles of beer in the fridge", beers), + IgnoreMAD: true, Status: status, Expires: 86400, Freshness: 120,