Subversion Repositories configs

Rev

Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 59
Line 4... Line 4...
4
# Server unix socket location
4
# Server unix socket location
5
server_socket	=	file:///var/run/zarafa
5
#server_socket = file:///var/run/zarafad/server.sock
6
 
6
 
7
# in a multi-server environment, which servers to monitor (default all)
7
# in a multi-server environment, which servers to monitor (default all)
8
servers =
8
servers =
9
 
9
 
10
# drop privileges and run the process as this user
10
# drop privileges and run the process as this user
11
run_as_user = 
11
#run_as_user = zarafa
12
 
12
 
13
# drop privileges and run the process as this group
13
# drop privileges and run the process as this group
14
run_as_group = 
14
#run_as_group = zarafa
15
 
15
 
16
# create a pid file for stopping the service via the init.d scripts
16
# create a pid file for stopping the service via the init.d scripts
17
pid_file = /var/run/zarafa-monitor.pid
17
#pid_file = /var/run/zarafad/monitor.pid
18
 
18
 
19
# run server in this path (when not using the -F switch)
19
# run server in this path (when not using the -F switch)
20
running_path = /
20
#running_path = /var/lib/zarafa
21
 
21
 
22
##############################################################
22
##############################################################
23
# ZARAFA MONITOR LOG SETTINGS
23
# ZARAFA MONITOR LOG SETTINGS
24
 
24
 
25
# Logging method (syslog, file)
25
# Logging method (syslog, file)
26
log_method	=	file
26
log_method	=	file
27
 
27
 
28
# Loglevel (0=no logging, 5=full logging)
28
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
29
log_level	=	2
29
#log_level	=	3
30
 
30
 
31
# Logfile for log_method = file, use '-' for stderr
31
# Logfile for log_method = file, use '-' for stderr
32
log_file	=	/var/log/zarafa/monitor.log
32
log_file	=	/var/log/zarafa/monitor.log
33
 
33
 
34
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
34
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
35
log_timestamp	=	1
35
log_timestamp	=	1
36
 
36
 
37
# Buffer logging in what sized blocks.
37
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
38
# Bigger buffers is better for the performance but it gives lag
-
 
39
# when running e.g. multitail or 'tail -f' on the log-file. If
-
 
40
# you want to directly see what is happing, set this to e.g. 1.
-
 
41
# So when debugging: make it a small value, else set it to
-
 
42
# 4096 or more.
-
 
43
log_buffer_size  = 4096
38
#log_buffer_size = 0
44
 
39
 
45
##############################################################
40
##############################################################
46
# MONITOR SSL LOGIN SETTINGS
41
# MONITOR SSL LOGIN SETTINGS
47
# 
42
# 
48
# Note: server_socket must be set to https://servername:portname/zarafa
43
# Note: server_socket must be set to https://servername:portname/zarafa