diff options
Diffstat (limited to 'plugin/virt.json')
| -rw-r--r-- | plugin/virt.json | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/plugin/virt.json b/plugin/virt.json new file mode 100644 index 0000000..9c1d1d0 --- /dev/null +++ b/plugin/virt.json | |||
| @@ -0,0 +1,117 @@ | |||
| 1 | { | ||
| 2 | "disk_octets": { | ||
| 3 | "title": "Disk Traffic ({{TI}}) on {{HOST}}", | ||
| 4 | "vertical": "Bytes per second", | ||
| 5 | "type": "io", | ||
| 6 | "legend": { | ||
| 7 | "read": { | ||
| 8 | "name": "Read", | ||
| 9 | "color": "0000ff" | ||
| 10 | }, | ||
| 11 | "write": { | ||
| 12 | "name": "Write", | ||
| 13 | "color": "00b000" | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | "legend_format": "%5.1lf%s" | ||
| 17 | }, | ||
| 18 | "disk_ops": { | ||
| 19 | "title": "Disk Operations ({{TI}}) on {{HOST}}", | ||
| 20 | "vertical": "Ops per second", | ||
| 21 | "type": "io", | ||
| 22 | "legend": { | ||
| 23 | "read": { | ||
| 24 | "name": "Read", | ||
| 25 | "color": "0000ff" | ||
| 26 | }, | ||
| 27 | "write": { | ||
| 28 | "name": "Write", | ||
| 29 | "color": "00b000" | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | "legend_format": "%5.1lf%s" | ||
| 33 | }, | ||
| 34 | "if_dropped": { | ||
| 35 | "title": "Interface Packets Dropped ({{TI}}) on {{HOST}}", | ||
| 36 | "vertical": "Packets/s", | ||
| 37 | "type": "io", | ||
| 38 | "legend": { | ||
| 39 | "rx": { | ||
| 40 | "name": "Receive", | ||
| 41 | "color": "0000ff" | ||
| 42 | }, | ||
| 43 | "tx": { | ||
| 44 | "name": "Transmit", | ||
| 45 | "color": "00b000" | ||
| 46 | } | ||
| 47 | }, | ||
| 48 | "legend_format": "%5.1lf%s" | ||
| 49 | }, | ||
| 50 | "if_errors": { | ||
| 51 | "title": "Interface Errors ({{TI}}) on {{HOST}}", | ||
| 52 | "vertical": "Errors/s", | ||
| 53 | "type": "io", | ||
| 54 | "legend": { | ||
| 55 | "rx": { | ||
| 56 | "name": "Receive", | ||
| 57 | "color": "0000ff" | ||
| 58 | }, | ||
| 59 | "tx": { | ||
| 60 | "name": "Transmit", | ||
| 61 | "color": "00b000" | ||
| 62 | } | ||
| 63 | }, | ||
| 64 | "legend_format": "%5.1lf%s" | ||
| 65 | }, | ||
| 66 | "if_octets": { | ||
| 67 | "title": "Interface Traffic ({{TI}}) on {{HOST}}", | ||
| 68 | "vertical": "{{ND}} per second", | ||
| 69 | "type": "io", | ||
| 70 | "legend": { | ||
| 71 | "rx": { | ||
| 72 | "name": "Receive", | ||
| 73 | "color": "0000ff" | ||
| 74 | }, | ||
| 75 | "tx": { | ||
| 76 | "name": "Transmit", | ||
| 77 | "color": "00b000" | ||
| 78 | } | ||
| 79 | }, | ||
| 80 | "legend_format": "%5.1lf%s", | ||
| 81 | "datasize": true | ||
| 82 | }, | ||
| 83 | "if_packets": { | ||
| 84 | "title": "Interface Packets ({{TI}}) on {{HOST}}", | ||
| 85 | "vertical": "Packets per second", | ||
| 86 | "type": "io", | ||
| 87 | "legend": { | ||
| 88 | "rx": { | ||
| 89 | "name": "Receive", | ||
| 90 | "color": "0000ff" | ||
| 91 | }, | ||
| 92 | "tx": { | ||
| 93 | "name": "Transmit", | ||
| 94 | "color": "00b000" | ||
| 95 | } | ||
| 96 | }, | ||
| 97 | "legend_format": "%5.1lf%s" | ||
| 98 | }, | ||
| 99 | "virt_cpu_total": { | ||
| 100 | "title": "CPU usage on {{HOST}}", | ||
| 101 | "vertical": "Milliseconds", | ||
| 102 | "legend": { | ||
| 103 | "value": { | ||
| 104 | "name": "CPU time", | ||
| 105 | "color": "0000ff" | ||
| 106 | } | ||
| 107 | }, | ||
| 108 | "legend_format": "%5.1lf", | ||
| 109 | "scale": 0.000001 | ||
| 110 | }, | ||
| 111 | "virt_vcpu": { | ||
| 112 | "title": "vCPU usage on {{HOST}}", | ||
| 113 | "vertical": "Milliseconds", | ||
| 114 | "legend_format": "%5.1lf", | ||
| 115 | "scale": 0.000001 | ||
| 116 | } | ||
| 117 | } | ||
