1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
{
"charge": {
"title": "UPS Charge on {{HOST}}",
"vertical": "Ampere hours",
"legend": {
"value": {
"name": "Charge",
"color": "0000f0"
}
},
"legend_format": "%5.1lf%s"
},
"frequency": {
"title": "UPS Input Frequency on {{HOST}}",
"vertical": "Hertz",
"legend": {
"value": {
"name": "Frequency",
"color": "0000f0"
}
},
"legend_format": "%5.1lf%s"
},
"percent": {
"title": "UPS Load on {{HOST}}",
"vertical": "Load",
"legend": {
"value": {
"name": "Percent",
"color": "0000f0"
}
},
"legend_format": "%5.1lf%s"
},
"temperature": {
"title": "UPS Temperature on {{HOST}}",
"vertical": "Celsius",
"legend": {
"value": {
"name": "Temperature",
"color": "0000f0"
}
}
},
"timeleft": {
"title": "UPS Time Left on {{HOST}}",
"vertical": "Seconds",
"legend": {
"value": {
"name": "Time Left",
"color": "0000f0"
}
},
"legend_format": "%5.1lf%s"
},
"voltage": {
"title": "UPS Voltage {{TI}} on {{HOST}}",
"vertical": "Volt",
"legend": {
"value": {
"name": "Voltage",
"color": "0000f0"
}
},
"legend_format": "%5.1lf%s"
}
}
|