X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.conf;h=5ae61c2ce0c19302bcc9eaae06e3a7d337de8510;hp=deeef1f6f195246d772b059c7fecd7f5d0238176;hb=fbcd7ba4615dacf77f201c3e82e164341a8c98f1;hpb=99bd3da9d9029e2288df1cf5ded1d5755266143d 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"