Merge pull request #638 from hnyman/statping

luci-app-statistics: Remove usually empty std.dev. graph from ping page
This commit is contained in:
Hannu Nyman 2016-02-02 15:05:43 +02:00
commit 1adf81aa77

View file

@ -23,16 +23,6 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
types = { "ping_droprate" },
options = { ping_droprate = {
noarea = true, overlay = true, title = "%di" } }
} },
-- Ping standard deviation
{ title = "%H: ICMP Standard Deviation",
vlabel = "ms",
number_format = "%5.2lf ms",
data = {
types = { "ping_stddev" },
options = { ping_stddev = {
noarea = true, overlay = true, title = "%di" } }
} },
} }
}
end