aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nut.json
blob: accbeca743191e385b6e119564e850ac2d37a033 (plain)
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
{
	"frequency": {
		"title": "Frequency ({{PI}}) on {{HOST}}",
		"vertical": "Hz",
		"legend_format": "%5.1lf%s"
	},
	"percent": {
		"title": "Charge & load ({{PI}}) on {{HOST}}",
		"vertical": "Percent",
		"legend_format": "%5.1lf"
	},
	"power": {
		"title": "Power ({{PI}}) on {{HOST}}",
		"vertical": "VA",
		"legend_format": "%5.1lf%s"
	},
	"temperature": {
		"title": "Temperature ({{PI}}) on {{HOST}}",
		"vertical": "°C",
		"legend_format": "%5.1lf%s"
	},
	"timeleft": {
		"title": "Time Left ({{PI}}) on {{HOST}}",
		"vertical": "Seconds",
		"legend_format": "%5.1lf"
	},
	"voltage": {
		"title": "Voltage {{PI}} on {{HOST}}",
		"vertical": "Voltage",
		"legend_format": "%5.1lf"
	}
}