GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / mgmt_hr_fs
blob89229ec0adf2a0e70e9e424b3eabc6ae6fa7ca2b
1 title: SNMP Management Board: Used space in filesystems
2 agents: snmp
3 catalog: os/storage
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the usage of filesystems using SNMP and
8  the {HOST-RESOURCES-MIB}, which is supported by many SNMP
9  agents - especially those on full operating systems.
11  For configuration parameters and examples please refer to the man page
12  of {df}.
14  Please note, that due to the fact that Linux usually reserves 5% of
15  the filesystem for root, the amount of used space output by this
16  check and the native {df} check of Linux differs by up to 5%. The
17  {df} check accounts the reserved space as used, as this is a safer
18  assumption. Whereas the SNMP agent accounts it as free. There is no
19  way to get the information about the reserved space via SNMP, so
20  there is no way to fix this, unfortunately.
22 item:
23  The description of the filesystem as in {hrStorageDescr}. For
24  Linux SNMP agents this is the mount point.
26 inventory:
27  For each fixed disk one service is generated - if the description
28  of the filesystem in not listed in {inventory_df_exclude_mountpoints}.