title: Linux File System Quotas
agents: linux
catalog: os/storage
license: GPL
distribution: check_mk
description:
  This check monitors filesystems where linux quotas has been configured
  for users or groups which exceed their space and file quotas.

  The check uses information provided by the Check_MK linux agent which is
  available when the agent has been extended with the {lnx_quota} agent plugin.

item:
  The mountpoint of the filesystem

perfdata:
  Two values per user. {<user>_blocks} reports the currently allocated space
  of the user in bytes and {<user>_files} reports the number of files currently
  owned by user.
  Two values per group. {group_<group>_blocks} reports the currently allocated space
  of the group in bytes and {group_<group>_files} reports the number of files currently
  owned by group.

inventory:
  Creates one check for each filesystem with enabled quotas
