mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
Do not use MAD on example dashboard
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3a6c0a7901
commit
21e57d0bd9
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue