summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-29 03:32:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-29 03:32:06 +0000
commitae8769ce7b7c5af48aebfe100503eb64581d3c1b (patch)
tree2c678ffb6fefca58907c99ae06ffe40ed6309a95 /applications/luci-statistics/luasrc
parenta707d2cb84459d8f92eebadec86eeefb16c0548e (diff)
po: sync radvd translations
Diffstat (limited to 'applications/luci-statistics/luasrc')
-rw-r--r--applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua
index 6a3bd5e14..48b7e5b35 100644
--- a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua
+++ b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping/ping.lua
@@ -21,6 +21,13 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
data = {
sources = {
ping = { "ping" }
+ },
+
+ options = {
+ ping__ping = {
+ overlay = true,
+ noarea = true
+ }
}
}
}