aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/disk.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/disk.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/disk.json')
-rw-r--r--plugin/disk.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/disk.json b/plugin/disk.json
index 2d14715..37e7e8b 100644
--- a/plugin/disk.json
+++ b/plugin/disk.json
@@ -1,6 +1,6 @@
1{ 1{
2 "disk_merged": { 2 "disk_merged": {
3 "title": "Disk Merged Operations ({{PI}})", 3 "title": "Disk Merged Operations ({{PI}}) on {{HOST}}",
4 "vertical": "Merged operations/s", 4 "vertical": "Merged operations/s",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
@@ -16,7 +16,7 @@
16 "legend_format": "%5.1lf%s" 16 "legend_format": "%5.1lf%s"
17 }, 17 },
18 "disk_octets": { 18 "disk_octets": {
19 "title": "Disk Traffic ({{PI}})", 19 "title": "Disk Traffic ({{PI}}) on {{HOST}}",
20 "vertical": "Bytes per second", 20 "vertical": "Bytes per second",
21 "type": "io", 21 "type": "io",
22 "legend": { 22 "legend": {
@@ -32,7 +32,7 @@
32 "legend_format": "%5.1lf%s" 32 "legend_format": "%5.1lf%s"
33 }, 33 },
34 "disk_ops": { 34 "disk_ops": {
35 "title": "Disk Operations ({{PI}})", 35 "title": "Disk Operations ({{PI}}) on {{HOST}}",
36 "vertical": "Ops per second", 36 "vertical": "Ops per second",
37 "type": "io", 37 "type": "io",
38 "legend": { 38 "legend": {
@@ -48,7 +48,7 @@
48 "legend_format": "%5.1lf%s" 48 "legend_format": "%5.1lf%s"
49 }, 49 },
50 "disk_time": { 50 "disk_time": {
51 "title": "Disk time per operation ({{PI}})", 51 "title": "Disk time per operation ({{PI}}) on {{HOST}}",
52 "vertical": "Avg. Time/Op", 52 "vertical": "Avg. Time/Op",
53 "type": "io", 53 "type": "io",
54 "legend": { 54 "legend": {