po: sync radvd translations
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / ping / ping.lua
index 6a3bd5e..48b7e5b 100644 (file)
@@ -21,6 +21,13 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
                data = {
                        sources = {
                                ping = { "ping" }
+                       },
+
+                       options = {
+                               ping__ping = {
+                                       overlay = true,
+                                       noarea  = true
+                               }
                        }
                }
        }