title: FAST LTA Storage Systems: Capacity of Volumes
agents: snmp
catalog: hw/storagehw/fastlta
license: GPL
distribution: check_mk
description:
 Displays the total / used capacity for volumes of FAST LTA Storage Systems.

 Returns {WARN} or {CRIT} if usage is above given levels.

 It uses the check logic of the {df} check, so for configuration
 parameters and examples please refer to the man page of {df}.

item:
 The volumeID as returned by SNMP.

perfdata:
 Three values: The first value is the used space. Also the minimum (0 MB), maximum
 and the warning and critical levels in MB are provided.
 The second is the change of the usage in MB per range since the last check
 (e.g. in MB per 24 hours) and the 3rd is the averaged change (so called
 trend), also in MB per range. Please note, that performance data for
 trends is enabled per default. You can globally disable that in {main.mk}
 with {filesystem_default_levels["trend_perfdata"] = False}.

inventory:
 Finds one check for each volume on a FAST LTA Storage System.

[parameters]
parameters (dict): See man page of {df}.

[configuration]
filesystem_default_levels: And other, see man page of {df}.
