1 title: NetApp Filers: Used Space in Filesystems
3 catalog: hw/storagehw/netapp
7 This check measures the usage of aggregates and volumes in a NetAPP filer.
8 The usage is checked against a warning and a critical level.
9 If a snapshot reserve is configured, snapshot growth will affect
10 the volume usage just like normal data.
11 Snapshots will also be listed, if their size is non-zero.
13 As of version {1.1.9i9} Check_MK supports {trends}. This means that
14 the {df} check is now able to compute the {change} of the used space
15 over the time and can make a forecast into the future. It can estimate
16 the point of time where the filesystem will be full.
18 In the default configuration the check will compute the trend based on the
19 data of the last 24 hours. Similar like the CPU load this is done with
20 a logarithmic average that weights the more recent time more than time
21 farer away. Also data beyond the 24 hours will to some small degree be
22 reflected in the computation. The advantage of this algorithm is a more
23 precise prediction and a simpler implementation, which does not need any
24 access to any RRDs or similar storage.
26 Please note, that when a volume is started being monitored, then
27 the trend of the past is unknown and will be assumed to be {zero}. That means
28 that it will take at least one trend range of time until the trend approximately
32 The name of the aggregate or volume on the NetAPP filer.
35 df supports inventory. All filesystem the agent reports
36 will be inventorized except mount points listed in
37 {inventory_df_exclude_mountpoints} and filesystem types
38 listed in {inventory_df_exclude_fs}. The Windows agent
39 only reports fixed disks. The Linux agent reports filesystems
40 that have a size and are not of type smbfs, tmpfs, cifs or nfs.