* luci/statistics: implement initial i18n support, added first translations, removed...
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / ping / ping.lua
1 module("luci.statistics.rrdtool.definitions.ping.ping", package.seeall)
2
3 function rrdargs( graph, plugin, plugin_instance, dtype )
4
5 return {
6 data = {
7 sources = {
8 ping = { "ping" }
9 }
10 }
11 }
12 end