diff options
author | Pim van den Berg | 2014-06-24 12:44:56 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-06-24 12:44:56 +0200 |
commit | 036a4ecdeb979f7ba38949438883871f3f73a7e9 (patch) | |
tree | 38e24f8629f1678f160764758e343e05e0834a8e | |
parent | add percentile support to network traffic graphs (diff) | |
parent | Add LVM plugin (diff) | |
download | apt-panopticon_cgp-036a4ecdeb979f7ba38949438883871f3f73a7e9.zip apt-panopticon_cgp-036a4ecdeb979f7ba38949438883871f3f73a7e9.tar.gz apt-panopticon_cgp-036a4ecdeb979f7ba38949438883871f3f73a7e9.tar.bz2 apt-panopticon_cgp-036a4ecdeb979f7ba38949438883871f3f73a7e9.tar.xz |
Merge remote-tracking branch 'feandil/for_upstream_lvm'
-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 | } | ||