aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/processes.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/processes.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/processes.json')
-rw-r--r--plugin/processes.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugin/processes.json b/plugin/processes.json
index d97d6af..9e1ccd4 100644
--- a/plugin/processes.json
+++ b/plugin/processes.json
@@ -1,6 +1,6 @@
1{ 1{
2 "ps_state": { 2 "ps_state": {
3 "title": "Processes", 3 "title": "Processes on {{HOST}}",
4 "vertical": "Processes", 4 "vertical": "Processes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -40,7 +40,7 @@
40 "legend_format": "%5.1lf%s" 40 "legend_format": "%5.1lf%s"
41 }, 41 },
42 "fork_rate": { 42 "fork_rate": {
43 "title": "Fork rate", 43 "title": "Fork rate on {{HOST}}",
44 "vertical": "forks/s", 44 "vertical": "forks/s",
45 "type": "stacked", 45 "type": "stacked",
46 "legend": { 46 "legend": {
@@ -52,7 +52,7 @@
52 "legend_format": "%5.1lf%s" 52 "legend_format": "%5.1lf%s"
53 }, 53 },
54 "ps_code": { 54 "ps_code": {
55 "title": "Text Resident Set ({{PI}})", 55 "title": "Text Resident Set ({{PI}}) on {{HOST}}",
56 "vertical": "Bytes", 56 "vertical": "Bytes",
57 "type": "stacked", 57 "type": "stacked",
58 "legend": { 58 "legend": {
@@ -64,7 +64,7 @@
64 "legend_format": "%5.1lf%s" 64 "legend_format": "%5.1lf%s"
65 }, 65 },
66 "ps_count": { 66 "ps_count": {
67 "title": "Number of Processes/Threads ({{PI}})", 67 "title": "Number of Processes/Threads ({{PI}}) on {{HOST}}",
68 "vertical": "Amount", 68 "vertical": "Amount",
69 "type": "stacked", 69 "type": "stacked",
70 "legend": { 70 "legend": {
@@ -80,7 +80,7 @@
80 "legend_format": "%5.1lf%s" 80 "legend_format": "%5.1lf%s"
81 }, 81 },
82 "ps_cputime": { 82 "ps_cputime": {
83 "title": "CPU time ({{PI}})", 83 "title": "CPU time ({{PI}}) on {{HOST}}",
84 "vertical": "CPU time [s]", 84 "vertical": "CPU time [s]",
85 "type": "stacked", 85 "type": "stacked",
86 "legend": { 86 "legend": {
@@ -96,7 +96,7 @@
96 "legend_format": "%5.1lf%s" 96 "legend_format": "%5.1lf%s"
97 }, 97 },
98 "ps_disk_octets": { 98 "ps_disk_octets": {
99 "title": "Disk Traffic ({{PI}})", 99 "title": "Disk Traffic ({{PI}}) on {{HOST}}",
100 "vertical": "Bytes per second", 100 "vertical": "Bytes per second",
101 "type": "io", 101 "type": "io",
102 "legend": { 102 "legend": {
@@ -112,7 +112,7 @@
112 "legend_format": "%5.1lf%s" 112 "legend_format": "%5.1lf%s"
113 }, 113 },
114 "ps_disk_ops": { 114 "ps_disk_ops": {
115 "title": "Disk Operations ({{PI}})", 115 "title": "Disk Operations ({{PI}}) on {{HOST}}",
116 "vertical": "Ops per second", 116 "vertical": "Ops per second",
117 "type": "io", 117 "type": "io",
118 "legend": { 118 "legend": {
@@ -128,7 +128,7 @@
128 "legend_format": "%5.1lf%s" 128 "legend_format": "%5.1lf%s"
129 }, 129 },
130 "ps_data": { 130 "ps_data": {
131 "title": "Data Resident Set ({{PI}})", 131 "title": "Data Resident Set ({{PI}}) on {{HOST}}",
132 "vertical": "Bytes", 132 "vertical": "Bytes",
133 "type": "stacked", 133 "type": "stacked",
134 "legend": { 134 "legend": {
@@ -140,7 +140,7 @@
140 "legend_format": "%5.1lf%s" 140 "legend_format": "%5.1lf%s"
141 }, 141 },
142 "ps_pagefaults": { 142 "ps_pagefaults": {
143 "title": "PageFaults ({{PI}})", 143 "title": "PageFaults ({{PI}}) on {{HOST}}",
144 "vertical": "Pagefaults", 144 "vertical": "Pagefaults",
145 "type": "stacked", 145 "type": "stacked",
146 "legend": { 146 "legend": {
@@ -156,7 +156,7 @@
156 "legend_format": "%5.1lf%s" 156 "legend_format": "%5.1lf%s"
157 }, 157 },
158 "ps_rss": { 158 "ps_rss": {
159 "title": "Resident Segment Size ({{PI}})", 159 "title": "Resident Segment Size ({{PI}}) on {{HOST}}",
160 "vertical": "Bytes", 160 "vertical": "Bytes",
161 "type": "stacked", 161 "type": "stacked",
162 "legend": { 162 "legend": {
@@ -168,7 +168,7 @@
168 "legend_format": "%5.1lf%s" 168 "legend_format": "%5.1lf%s"
169 }, 169 },
170 "ps_stacksize": { 170 "ps_stacksize": {
171 "title": "Stacksize ({{PI}})", 171 "title": "Stacksize ({{PI}}) on {{HOST}}",
172 "vertical": "Bytes", 172 "vertical": "Bytes",
173 "type": "stacked", 173 "type": "stacked",
174 "legend": { 174 "legend": {
@@ -180,7 +180,7 @@
180 "legend_format": "%5.1lf%s" 180 "legend_format": "%5.1lf%s"
181 }, 181 },
182 "ps_vm": { 182 "ps_vm": {
183 "title": "Virtual Memory ({{PI}})", 183 "title": "Virtual Memory ({{PI}}) on {{HOST}}",
184 "vertical": "Bytes", 184 "vertical": "Bytes",
185 "type": "stacked", 185 "type": "stacked",
186 "legend": { 186 "legend": {