1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00

Do not use MAD on example dashboard

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-11-22 22:08:29 +01:00
parent 3a6c0a7901
commit 21e57d0bd9
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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,