blob: c6c2417537ccdcd7088327d60382df3327fcc06b (
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
|
{
"bytes": {
"title": "Filecount: size ({{PI}}) on {{HOST}}",
"vertical": "Bytes",
"type": "stacked",
"legend": {
"value": {
"name": "Size",
"color": "0000ff"
}
},
"legend_format": "%5.1lf%s"
},
"files": {
"title": "Filecount: number of files ({{PI}}) on {{HOST}}",
"vertical": "Files",
"type": "stacked",
"legend": {
"value": {
"name": "Files",
"color": "f0a000"
}
},
"legend_format": "%5.1lf%s"
}
}
|