14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
|
# Setup some basic values for startup
|
||
|
|
||
|
# Do you want to use the ramdisk
|
||
|
USE_RAMDISK=0
|
||
|
|
||
|
# How big (in MB) should the ramdisk be
|
||
|
RAMDISK_SIZE=256
|
||
|
|
||
|
# Ramdisk Location
|
||
|
RAMDISK_DIR="/var/nagios/ramcache"
|
||
|
|
||
|
# Should the process be niced
|
||
|
NICELEVEL=-15
|