Merge pull request #3310 from TDT-AG/pr/20191114-luci-app-statistics
luci-app-statistics: update misleading load view
This commit is contained in:
commit
c1f41f2919
1 changed files with 18 additions and 3 deletions
|
@ -19,9 +19,24 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
|
|||
},
|
||||
|
||||
options = {
|
||||
load__shortterm = { color = "ff0000", title = "1 minute", noarea = true },
|
||||
load__midterm = { color = "ff6600", title = "5 minutes", noarea = true },
|
||||
load__longterm = { color = "ffaa00", title = "15 minutes", noarea = true }
|
||||
load__shortterm = {
|
||||
color = "ff0000",
|
||||
title = "1 minute",
|
||||
noarea = true,
|
||||
weight = 3
|
||||
},
|
||||
load__midterm = {
|
||||
color = "ff6600",
|
||||
title = "5 minutes",
|
||||
overlay = true,
|
||||
weight = 1
|
||||
},
|
||||
load__longterm = {
|
||||
color = "ffaa00",
|
||||
title = "15 minutes",
|
||||
overlay = true,
|
||||
weight = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue