4551073225e843a4d46809e1f382a7ee3c69b820
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / iptables / ipt_packets.lua
1 module("luci.statistics.rrdtool.definitions.iptables.ipt_packets", package.seeall)
2
3 function rrdargs( graph, plugin, plugin_instance, dtype )
4
5         return {
6                 title  = "Firewall",
7                 vlabel = "Pakete/s",
8
9                 data   = { 
10                         options = {
11                                 ipt_packets = { total = true }
12                         }
13                 }
14         }
15 end