aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/iptables.json
blob: 5e942392ba3666668900d6acc1381d2398e008a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"ipt_bytes": {
		"title": "IP-Tables Traffic on {{HOST}}",
		"vertical": "{{ND}}",
		"type": "stacked",
		"legend_format": "%5.1lf%s",
		"datasize": true
	},
	"ipt_packets": {
		"title": "IP-Tables Packets on {{HOST}}",
		"vertical": "Packets",
		"type": "stacked",
		"legend_format": "%5.1lf%s"
	}
}