From fbcd7ba4615dacf77f201c3e82e164341a8c98f1 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 7 Jul 2010 18:02:36 +0200 Subject: [PATCH] share/collection.conf: Add "df_complex" graph for the "NetApp" plugin. --- share/collection.conf | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/share/collection.conf b/share/collection.conf index deeef1f..5ae61c2 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -124,6 +124,73 @@ Host "/any/" + Plugin "netapp" + PluginInstance "/any/" + Type "df_complex" + TypeInstance "/all/" + + Title "Diskspace (NetApp)" + VerticalLabel "Bytes" + ShowZero true + + + TypeInstance "sis_saved" + DSName "value" + Legend "SIS saved " + Color "00e0e0" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00ff00" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "snap_normal_used" + DSName "value" + Legend "Snap used (normal)" + Color "c10640" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "snap_reserved" + DSName "value" + Legend "Snap reserved " + Color "f15aef" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "snap_reserve_used" + DSName "value" + Legend "Snap used (resv) " + Color "820c81" + Area true + Stack true + Format "%5.1lf%s" + + + + + Host "/any/" Plugin "df" PluginInstance "/any/" Type "df_inodes" -- 2.11.0