diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/vserver.json | 10 |
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" |
