aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/netlink.json
diff options
context:
space:
mode:
authorƁukasz Kostka2014-08-15 00:13:54 +0200
committerPim van den Berg2014-08-25 23:32:22 +0200
commit2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch)
tree78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/netlink.json
parentfix rrd_escape() not escaping colons (diff)
downloadapt-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/netlink.json')
-rw-r--r--plugin/netlink.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugin/netlink.json b/plugin/netlink.json
index 79fbd8e..51c1d9d 100644
--- a/plugin/netlink.json
+++ b/plugin/netlink.json
@@ -1,6 +1,6 @@
1{ 1{
2 "if_collisions": { 2 "if_collisions": {
3 "title": "Collisions ({{PI}})", 3 "title": "Collisions ({{PI}}) on {{HOST}}",
4 "vertical": "Collisions/s", 4 "vertical": "Collisions/s",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -11,7 +11,7 @@
11 "legend_format": "%5.1lf%s" 11 "legend_format": "%5.1lf%s"
12 }, 12 },
13 "if_dropped": { 13 "if_dropped": {
14 "title": "Dropped Packets ({{PI}})", 14 "title": "Dropped Packets ({{PI}}) on {{HOST}}",
15 "vertical": "Packets/s", 15 "vertical": "Packets/s",
16 "type": "io", 16 "type": "io",
17 "legend": { 17 "legend": {
@@ -27,7 +27,7 @@
27 "legend_format": "%5.1lf%s" 27 "legend_format": "%5.1lf%s"
28 }, 28 },
29 "if_errors": { 29 "if_errors": {
30 "title": "Interface Errors ({{PI}})", 30 "title": "Interface Errors ({{PI}}) on {{HOST}}",
31 "vertical": "Errors/s", 31 "vertical": "Errors/s",
32 "type": "io", 32 "type": "io",
33 "legend": { 33 "legend": {
@@ -43,7 +43,7 @@
43 "legend_format": "%5.1lf%s" 43 "legend_format": "%5.1lf%s"
44 }, 44 },
45 "if_multicast": { 45 "if_multicast": {
46 "title": "Multicast Packets ({{PI}})", 46 "title": "Multicast Packets ({{PI}}) on {{HOST}}",
47 "vertical": "Packets/s", 47 "vertical": "Packets/s",
48 "type": "stacked", 48 "type": "stacked",
49 "legend": { 49 "legend": {
@@ -55,7 +55,7 @@
55 "legend_format": "%5.1lf%s" 55 "legend_format": "%5.1lf%s"
56 }, 56 },
57 "if_octets": { 57 "if_octets": {
58 "title": "Interface Traffic ({{PI}})", 58 "title": "Interface Traffic ({{PI}}) on {{HOST}}",
59 "vertical": "{{ND}}/second", 59 "vertical": "{{ND}}/second",
60 "type": "io", 60 "type": "io",
61 "legend": { 61 "legend": {
@@ -72,7 +72,7 @@
72 "datasize": true 72 "datasize": true
73 }, 73 },
74 "if_packets": { 74 "if_packets": {
75 "title": "Interface Packets ({{PI}})", 75 "title": "Interface Packets ({{PI}}) on {{HOST}}",
76 "vertical": "Packets/s", 76 "vertical": "Packets/s",
77 "type": "io", 77 "type": "io",
78 "legend": { 78 "legend": {
@@ -88,7 +88,7 @@
88 "legend_format": "%5.1lf%s" 88 "legend_format": "%5.1lf%s"
89 }, 89 },
90 "if_rx_errors": { 90 "if_rx_errors": {
91 "title": "Interface receive errors ({{PI}})", 91 "title": "Interface receive errors ({{PI}}) on {{HOST}}",
92 "vertical": "Errors/s", 92 "vertical": "Errors/s",
93 "type": "stacked", 93 "type": "stacked",
94 "legend": { 94 "legend": {
@@ -120,7 +120,7 @@
120 "legend_format": "%5.1lf%s" 120 "legend_format": "%5.1lf%s"
121 }, 121 },
122 "if_tx_errors": { 122 "if_tx_errors": {
123 "title": "Interface transmit errors ({{PI}})", 123 "title": "Interface transmit errors ({{PI}}) on {{HOST}}",
124 "vertical": "Errors/s", 124 "vertical": "Errors/s",
125 "type": "stacked", 125 "type": "stacked",
126 "legend": { 126 "legend": {