File: check-diskfree.conf

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 (21 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#   This is the configuration file for the disk space check
# which checksecurity will perform via the 'check-diskfree' plugin.
#
#  To disable this series of tests edit /etc/checksecurity.conf
# and set 'check-diskspace="FALSE"'.
#
##


##
#  If the disk usage of any partition becomes more than 70% full
# then we will generate an alert.
#
#  Valid values or "0" - "100"
#
##
CHECK_DISK_PERCENT="70"