diff options
| author | Ćukasz Kostka | 2014-08-15 00:13:54 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-08-25 23:32:22 +0200 |
| commit | 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch) | |
| tree | 78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/iptables.json | |
| parent | fix rrd_escape() not escaping colons (diff) | |
| download | apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.zip apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.gz apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.bz2 apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.xz | |
move " on <HOSTNAME>" suffix in graph title to JSON
Closes #101
Diffstat (limited to 'plugin/iptables.json')
| -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" |
