Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / netapp_api_qtree_quota
blobc8bf6bad15cbf78218e7acbdbda62c36364ed110
1 title: NetApp Filers: Used space of qtrees in volumes
2 agents: netapp
3 catalog: hw/storagehw/netapp
4 license: GPL
5 distribution: check_mk
6 description:
7  This check measures the disk usage of qtrees. The usage
8  is checked against a warning and a critical level, which
9  can be specified in numerous ways.
11  {Trends:} This checks supports aggregation {trends}. This means that the {netapp_api_qtree_quota} check
12  is able to compute the {change} of the used space over the time and can
13  make a forecast into the future. It can estimate the time when
14  the aggregation will be full.
16  In the default configuration the check will compute the trend based on the
17  data of the last 24 hours using a logarithmic average that gives more recent
18  data a higher weight. Also data beyond the 24 hours will to some small degree be
19  reflected in the computation. The advantage of this algorithm is a more
20  precise prediction and a simpler implementation, which does not need any
21  access to any RRDs or similar storage.
23  Please note that when a aggregation is started to be monitored,
24  the trend of the past is unknown and is assumed to be {zero}.
25  It will take at least one trend range of time until the trend
26  approximately reflects the reality.
28 item:
29  Name of the qtree as defined in the system
31 inventory:
32  All qtrees with the quota-type {tree} are detected upon inventory.
33  {User} and {group} quota types are not shown.