share/collection.conf: Add "df_complex" graph for the "NetApp" plugin.
authorFlorian Forster <ff@octo.it>
Wed, 7 Jul 2010 16:02:36 +0000 (18:02 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 7 Jul 2010 16:02:36 +0000 (18:02 +0200)
share/collection.conf

index deeef1f..5ae61c2 100644 (file)
 
 <Graph>
   Host "/any/"
+  Plugin "netapp"
+  PluginInstance "/any/"
+  Type "df_complex"
+  TypeInstance "/all/"
+
+  Title "Diskspace (NetApp)"
+  VerticalLabel "Bytes"
+  ShowZero true
+
+  <DEF>
+    TypeInstance "sis_saved"
+    DSName "value"
+    Legend "SIS saved         "
+    Color "00e0e0"
+    Area true
+    Stack true
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "free"
+    DSName "value"
+    Legend "Free              "
+    Color "00ff00"
+    Area true
+    Stack true
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "used"
+    DSName "value"
+    Legend "Used              "
+    Color "ff0000"
+    Area true
+    Stack true
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "snap_normal_used"
+    DSName "value"
+    Legend "Snap used (normal)"
+    Color "c10640"
+    Area true
+    Stack true
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "snap_reserved"
+    DSName "value"
+    Legend "Snap reserved     "
+    Color "f15aef"
+    Area true
+    Stack true
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "snap_reserve_used"
+    DSName "value"
+    Legend "Snap used (resv)  "
+    Color "820c81"
+    Area true
+    Stack true
+    Format "%5.1lf%s"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
   Plugin "df"
   PluginInstance "/any/"
   Type "df_inodes"