aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/openvpn.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/openvpn.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/openvpn.json')
-rw-r--r--plugin/openvpn.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/openvpn.json b/plugin/openvpn.json
index aa731c4..0a5b26c 100644
--- a/plugin/openvpn.json
+++ b/plugin/openvpn.json
@@ -1,6 +1,6 @@
1{ 1{
2 "if_octets": { 2 "if_octets": {
3 "title": "Traffic ({{PI}})", 3 "title": "Traffic ({{PI}}) on {{HOST}}",
4 "vertical": "{{ND}} per second", 4 "vertical": "{{ND}} per second",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
@@ -17,7 +17,7 @@
17 "datasize": true 17 "datasize": true
18 }, 18 },
19 "users": { 19 "users": {
20 "title": "Users ({{PI}})", 20 "title": "Users ({{PI}}) on {{HOST}}",
21 "vertical": "Users", 21 "vertical": "Users",
22 "legend": { 22 "legend": {
23 "value": { 23 "value": {