diff options
| author | Vincent Brillault | 2014-06-23 19:42:56 +0200 |
|---|---|---|
| committer | Vincent Brillault | 2014-06-23 20:19:42 +0200 |
| commit | a2e8e9941a6de02b8738254436dec57821bde6c2 (patch) | |
| tree | 843b19ec841484b6ac8f5097c7af9092ab67bced /plugin | |
| parent | plugin/tcpconns: fix missing port number in rrd title (diff) | |
| download | apt-panopticon_cgp-a2e8e9941a6de02b8738254436dec57821bde6c2.zip apt-panopticon_cgp-a2e8e9941a6de02b8738254436dec57821bde6c2.tar.gz apt-panopticon_cgp-a2e8e9941a6de02b8738254436dec57821bde6c2.tar.bz2 apt-panopticon_cgp-a2e8e9941a6de02b8738254436dec57821bde6c2.tar.xz | |
Add LVM plugin
Diffstat (limited to 'plugin')
| -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 | } | ||
