aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/vmem.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/vmem.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/vmem.json')
-rw-r--r--plugin/vmem.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/vmem.json b/plugin/vmem.json
index 14d214e..8374ed8 100644
--- a/plugin/vmem.json
+++ b/plugin/vmem.json
@@ -1,6 +1,6 @@
1{ 1{
2 "vmpage_faults": { 2 "vmpage_faults": {
3 "title": "Page faults", 3 "title": "Page faults on {{HOST}}",
4 "type": "stacked", 4 "type": "stacked",
5 "legend": { 5 "legend": {
6 "minflt": { 6 "minflt": {
@@ -15,12 +15,12 @@
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "vmpage_io": { 17 "vmpage_io": {
18 "title": "Page IO ({{TI}})", 18 "title": "Page IO ({{TI}}) on {{HOST}}",
19 "type": "stacked", 19 "type": "stacked",
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s"
21 }, 21 },
22 "vmpage_number": { 22 "vmpage_number": {
23 "title": "Pages", 23 "title": "Pages on {{HOST}}",
24 "type": "stacked", 24 "type": "stacked",
25 "legend_format": "%5.1lf%s" 25 "legend_format": "%5.1lf%s"
26 } 26 }