summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99bd3da)
raw | patch | inline | side by side (parent: 99bd3da)
author | Florian Forster <ff@octo.it> | |
Wed, 7 Jul 2010 16:02:36 +0000 (18:02 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 7 Jul 2010 16:02:36 +0000 (18:02 +0200) |
share/collection.conf | patch | blob | history |
diff --git a/share/collection.conf b/share/collection.conf
index deeef1f6f195246d772b059c7fecd7f5d0238176..5ae61c2ce0c19302bcc9eaae06e3a7d337de8510 100644 (file)
--- a/share/collection.conf
+++ b/share/collection.conf
</DEF>
</Graph>
+<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"