# Configuration file for fs-check # This file tells the program fs-check # 1. what filesystems are checked/excluded. Included filesystems # are specified with OWNER and excluded filesystems are # specified with EXCLUDE or EXCLUDE_PAT with optionally a DEFAULT prefix. # 2. at what point to start to complain. A threshold is specified with # LIMIT for filesystem space or ILIMIT for inode space with optionally # a DEFAULT prefix. # 3. who to send mail when there is trouble. A mail contact is specified # with OWNER with possibly a DEFAULT prefix. # 4. what program to run when there is trouble. A mail contact is specified # with ACTION with possibly a DEFAULT prefix. # 5. the shortest interval between which we send notifications. # This is specified via MIN_INTERVAL with optionally a DEFAULT prefix. # Lines with # in column 1 or blank lines are ignored. Actually, any line # that doesn't match a valid line is ignored. # So what *isn't* ignored? Lines that begin in column 1 with # EXCLUDE # EXCLUDE_PAT # OWNER # OWNER # LIMIT # ILIMIT # ACTION