aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/vserver.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/vserver.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/vserver.json')
-rw-r--r--plugin/vserver.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/vserver.json b/plugin/vserver.json
index 7366693..503e7ca 100644
--- a/plugin/vserver.json
+++ b/plugin/vserver.json
@@ -1,6 +1,6 @@
1{ 1{
2 "load": { 2 "load": {
3 "title": "System load", 3 "title": "System load on {{HOST}}",
4 "vertical": "System load", 4 "vertical": "System load",
5 "type": "default", 5 "type": "default",
6 "legend": { 6 "legend": {
@@ -20,7 +20,7 @@
20 "legend_format": "%.2lf" 20 "legend_format": "%.2lf"
21 }, 21 },
22 "vs_memory": { 22 "vs_memory": {
23 "title": "Memory utilization ({{PI}})", 23 "title": "Memory utilization ({{PI}}) on {{HOST}}",
24 "vertical": "Bytes", 24 "vertical": "Bytes",
25 "type": "stacked", 25 "type": "stacked",
26 "legend": { 26 "legend": {
@@ -44,7 +44,7 @@
44 "legend_format": "%5.1lf%s" 44 "legend_format": "%5.1lf%s"
45 }, 45 },
46 "vs_threads": { 46 "vs_threads": {
47 "title": "Threads ({{PI}})", 47 "title": "Threads ({{PI}}) on {{HOST}}",
48 "type": "stacked", 48 "type": "stacked",
49 "legend": { 49 "legend": {
50 "running": { 50 "running": {
@@ -67,13 +67,13 @@
67 "legend_format": "%5.1lf%s" 67 "legend_format": "%5.1lf%s"
68 }, 68 },
69 "if_octets": { 69 "if_octets": {
70 "title": "Interface Traffic ({{PI}})", 70 "title": "Interface Traffic ({{PI}}) on {{HOST}}",
71 "vertical": "{{ND}} per second", 71 "vertical": "{{ND}} per second",
72 "legend_format": "%5.1lf%s", 72 "legend_format": "%5.1lf%s",
73 "datasize": true 73 "datasize": true
74 }, 74 },
75 "vs_processes": { 75 "vs_processes": {
76 "title": "Processes ({{PI}})", 76 "title": "Processes ({{PI}}) on {{HOST}}",
77 "legend": { 77 "legend": {
78 "value": { 78 "value": {
79 "name": "Processes" 79 "name": "Processes"