diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/iptables.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/iptables.json b/plugin/iptables.json index ba2945f..5e94239 100644 --- a/plugin/iptables.json +++ b/plugin/iptables.json | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "ipt_bytes": { | 2 | "ipt_bytes": { |
| 3 | "title": "IP-Tables Traffic", | 3 | "title": "IP-Tables Traffic on {{HOST}}", |
| 4 | "vertical": "{{ND}}", | 4 | "vertical": "{{ND}}", |
| 5 | "type": "stacked", | 5 | "type": "stacked", |
| 6 | "legend_format": "%5.1lf%s", | 6 | "legend_format": "%5.1lf%s", |
| 7 | "datasize": true | 7 | "datasize": true |
| 8 | }, | 8 | }, |
| 9 | "ipt_packets": { | 9 | "ipt_packets": { |
| 10 | "title": "IP-Tables Packets", | 10 | "title": "IP-Tables Packets on {{HOST}}", |
| 11 | "vertical": "Packets", | 11 | "vertical": "Packets", |
| 12 | "type": "stacked", | 12 | "type": "stacked", |
| 13 | "legend_format": "%5.1lf%s" | 13 | "legend_format": "%5.1lf%s" |
