aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/df.json
blob: 8820b8950672fac2a94f110a8776e03aace99ef8 (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
33
34
35
36
37
38
39
40
41
42
{
	"df_complex": {
		"title": "Free space ({{PI}})",
		"vertical": "Bytes",
		"type": "stacked",
		"legend": {
			"reserved": {
				"name": "Reserved",
				"color": "aaaaaa"
			},
			"free": {
				"name": "Free",
				"color": "00ff00"
			},
			"used": {
				"name": "Used",
				"color": "ff0000"
			}
		},
		"legend_format": "%5.1lf%sB"
	},
	"df_inodes": {
		"title": "Free inodes ({{PI}})",
		"vertical": "Inodes",
		"type": "stacked",
		"legend": {
			"reserved": {
				"name": "Reserved",
				"color": "aaaaaa"
			},
			"free": {
				"name": "Free",
				"color": "00ff00"
			},
			"used": {
				"name": "Used",
				"color": "ff0000"
			}
		},
		"legend_format": "%5.1lf%s"
	}
}