aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/libvirt.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/libvirt.json')
-rw-r--r--plugin/libvirt.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugin/libvirt.json b/plugin/libvirt.json
index af3c46c..9c1d1d0 100644
--- a/plugin/libvirt.json
+++ b/plugin/libvirt.json
@@ -1,6 +1,6 @@
1{ 1{
2 "disk_octets": { 2 "disk_octets": {
3 "title": "Disk Traffic ({{TI}})", 3 "title": "Disk Traffic ({{TI}}) on {{HOST}}",
4 "vertical": "Bytes per second", 4 "vertical": "Bytes per second",
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_ops": { 18 "disk_ops": {
19 "title": "Disk Operations ({{TI}})", 19 "title": "Disk Operations ({{TI}}) on {{HOST}}",
20 "vertical": "Ops per second", 20 "vertical": "Ops 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 "if_dropped": { 34 "if_dropped": {
35 "title": "Interface Packets Dropped ({{TI}})", 35 "title": "Interface Packets Dropped ({{TI}}) on {{HOST}}",
36 "vertical": "Packets/s", 36 "vertical": "Packets/s",
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 "if_errors": { 50 "if_errors": {
51 "title": "Interface Errors ({{TI}})", 51 "title": "Interface Errors ({{TI}}) on {{HOST}}",
52 "vertical": "Errors/s", 52 "vertical": "Errors/s",
53 "type": "io", 53 "type": "io",
54 "legend": { 54 "legend": {
@@ -64,7 +64,7 @@
64 "legend_format": "%5.1lf%s" 64 "legend_format": "%5.1lf%s"
65 }, 65 },
66 "if_octets": { 66 "if_octets": {
67 "title": "Interface Traffic ({{TI}})", 67 "title": "Interface Traffic ({{TI}}) on {{HOST}}",
68 "vertical": "{{ND}} per second", 68 "vertical": "{{ND}} per second",
69 "type": "io", 69 "type": "io",
70 "legend": { 70 "legend": {
@@ -81,7 +81,7 @@
81 "datasize": true 81 "datasize": true
82 }, 82 },
83 "if_packets": { 83 "if_packets": {
84 "title": "Interface Packets ({{TI}})", 84 "title": "Interface Packets ({{TI}}) on {{HOST}}",
85 "vertical": "Packets per second", 85 "vertical": "Packets per second",
86 "type": "io", 86 "type": "io",
87 "legend": { 87 "legend": {
@@ -97,7 +97,7 @@
97 "legend_format": "%5.1lf%s" 97 "legend_format": "%5.1lf%s"
98 }, 98 },
99 "virt_cpu_total": { 99 "virt_cpu_total": {
100 "title": "CPU usage", 100 "title": "CPU usage on {{HOST}}",
101 "vertical": "Milliseconds", 101 "vertical": "Milliseconds",
102 "legend": { 102 "legend": {
103 "value": { 103 "value": {
@@ -109,7 +109,7 @@
109 "scale": 0.000001 109 "scale": 0.000001
110 }, 110 },
111 "virt_vcpu": { 111 "virt_vcpu": {
112 "title": "vCPU usage", 112 "title": "vCPU usage on {{HOST}}",
113 "vertical": "Milliseconds", 113 "vertical": "Milliseconds",
114 "legend_format": "%5.1lf", 114 "legend_format": "%5.1lf",
115 "scale": 0.000001 115 "scale": 0.000001