File: nagios.sysconfig

package info (click to toggle)
nagios4 4.4.6-4.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,336 kB
  • sloc: ansic: 97,631; sh: 12,619; javascript: 5,483; perl: 2,624; makefile: 1,265; php: 381; ruby: 95
file content (13 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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