Merge pull request #638 from hnyman/statping
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 2 Feb 2016 13:05:43 +0000 (15:05 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 2 Feb 2016 13:05:43 +0000 (15:05 +0200)
luci-app-statistics: Remove usually empty std.dev. graph from ping page

applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua

index f0a5948..6ecdb5c 100644 (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