diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/lvm.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugin/lvm.json b/plugin/lvm.json new file mode 100644 index 0000000..e19ff1c --- /dev/null +++ b/plugin/lvm.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "df_complex": { | ||
3 | "title": "Logical volumes for {{PI}})", | ||
4 | "vertical": "Bytes", | ||
5 | "type": "stacked", | ||
6 | "legend": { | ||
7 | "free": { | ||
8 | "name": "Free", | ||
9 | "color": "00ff00" | ||
10 | } | ||
11 | }, | ||
12 | "legend_format": "%5.1lf%sB", | ||
13 | "base": "1024" | ||
14 | } | ||
15 | } | ||