From a2e8e9941a6de02b8738254436dec57821bde6c2 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Mon, 23 Jun 2014 19:42:56 +0200 Subject: Add LVM plugin --- plugin/lvm.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugin/lvm.json 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 @@ +{ + "df_complex": { + "title": "Logical volumes for {{PI}})", + "vertical": "Bytes", + "type": "stacked", + "legend": { + "free": { + "name": "Free", + "color": "00ff00" + } + }, + "legend_format": "%5.1lf%sB", + "base": "1024" + } +} -- cgit v1.1