aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/df.json
blob: 2570163ec27357ba83868d262dafe354c4eb10b1 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
	"df_complex": {
		"title": "Free space ({{PI}}) on {{HOST}}",
		"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",
		"base": "1024"
	},
	"df_inodes": {
		"title": "Free inodes ({{PI}}) on {{HOST}}",
		"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"
	},
	"percent_bytes": {
		"title": "Free space percentage ({{PI}}) on {{HOST}}",
		"vertical": "Percent",
		"type": "stacked",
		"legend": {
			"reserved": {
				"name": "Reserved",
				"color": "aaaaaa"
			},
			"free": {
				"name": "Free",
				"color": "00ff00"
			},
			"used": {
				"name": "Used",
				"color": "ff0000"
			}
		},
		"legend_format": "%5.1lf%%"
	}
}