diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-02-02 15:05:43 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-02-02 15:05:43 +0200 |
commit | 1adf81aa776a56e84c151a616ff8df895572d81b (patch) | |
tree | 8f7831dc0885d91c93a8d85ed3fd93f4c8db81aa /applications | |
parent | d65235f64a83ee5ebb54c5e6f97689c8ae5dcba9 (diff) | |
parent | 8f8957f90f2c593e233d867cab48519a2215b8a0 (diff) |
Merge pull request #638 from hnyman/statping
luci-app-statistics: Remove usually empty std.dev. graph from ping page
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua index f0a594816..6ecdb5c8a 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua @@ -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 |