File: check-diskfree.8

package info (click to toggle)
checksecurity 2.0.13
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 260 kB
  • ctags: 4
  • sloc: sh: 283; perl: 116; makefile: 72
file content (35 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.\" -*- nroff -*-
.TH CHECK-DISKFREE 8 "2 February 1997" "Debian Linux"
.SH NAME
check-free \- check for mounted filesystems nearing capacity
.SH SYNOPSIS
.B check-diskfree
.SH DESCRIPTION
The
.B check-diskfree
command scans mounted filesystems and allows alerts to be sent when 
usage exceeds a given threshold.
This is a plugin which is invoked by
.B checksecurity (8)
if enabled.

.SH CONFIGURATION
The
.B check-diskfree.conf
file defines the configuration variable:
.BR CHECK_DISK_PERCENT
which is described below.
.PP
The 
.B CHECK_DISK_PERCENT
variable is the percentage full the filesystem must be before an alert is
sent.
Valid values are any numerical value between 1 and 100.

.SH FILES
.TP
.I /etc/checksecurity.conf
Specifies whether this script is invoked
.TP
.I /etc/checksecurity/check-diskfree.conf
The configuration file.