aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/sensors.json
blob: 1ec3cb75e1593842f45d752bd36ed6624bd73609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"fanspeed": {
		"title": "Fanspeed ({{PI}}) on {{HOST}}",
		"vertical": "RPM",
		"legend_format": "%5.1lf"
	},
	"temperature": {
		"title": "Temperature ({{PI}}) on {{HOST}}",
		"vertical": "Celsius",
		"legend_format": "%5.1lf%s"
	},
	"voltage": {
		"title": "Voltage ({{PI}}) on {{HOST}}",
		"vertical": "Volt",
		"legend_format": "%5.1lf"
	}
}