forked from dago/check_mk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
defaults
30 lines (29 loc) · 1.22 KB
/
defaults
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
# These defaults are used for running check_mk directly
# from the source directory without installing it.
default_config_dir = '.'
check_mk_configdir = 'conf.d'
checks_dir = 'checks'
notifications_dir = 'notifications'
check_manpages_dir = 'checkman'
agents_dir = 'agents'
modules_dir = 'modules'
var_dir = 'var'
log_dir = 'var/log'
autochecksdir = 'var/autochecks'
precompiled_hostchecks_dir = 'var/precompiled'
counters_directory = 'var/counters'
tcp_cache_dir = 'var/cache'
rrd_path = 'var/rrd'
nagios_command_pipe_path = 'nagios/nagios.cmd'
nagios_conf_dir = ''
nagios_objects_file = 'var/check_mk_objects.cfg'
nagios_user = 'nagios'
web_dir = 'web'
lib_dir = 'livestatus'
apache_config_dir = '/etc/apache2/conf.d/'
nagios_status_file = '/var/lib/nagios/status.dat'
htpasswd_file = 'webusers'
livestatus_unix_socket = 'nagios/live'
web_dir = 'web'
pnp_templates_dir = 'pnp-templates'
doc_dir = 'checkman'