Subversion Repositories configs

Rev

Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
##############################################################
2
# ZARAFA MONITOR SETTINGS
3
 
4
# Server unix socket location
5
server_socket	=	file:///var/run/zarafa
6
 
7
# in a multi-server environment, which servers to monitor (default all)
8
servers =
9
 
10
# drop privileges and run the process as this user
11
run_as_user =
12
 
13
# drop privileges and run the process as this group
14
run_as_group =
15
 
16
# create a pid file for stopping the service via the init.d scripts
17
pid_file = /var/run/zarafa-monitor.pid
18
 
19
# run server in this path (when not using the -F switch)
20
running_path = /
21
 
22
##############################################################
23
# ZARAFA MONITOR LOG SETTINGS
24
 
25
# Logging method (syslog, file)
26
log_method	=	file
27
 
28
# Loglevel (0=no logging, 5=full logging)
29
log_level	=	2
30
 
31
# Logfile for log_method = file, use '-' for stderr
32
log_file	=	/var/log/zarafa/monitor.log
33
 
34
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
35
log_timestamp	=	1
36
 
43 - 37
# Buffer logging in what sized blocks.
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
44
 
4 - 45
##############################################################
46
# MONITOR SSL LOGIN SETTINGS
47
#
48
# Note: server_socket must be set to https://servername:portname/zarafa
49
#       to use this type of login method
50
 
51
# Login to the Zarafa server using this SSL Key
23 - 52
#sslkey_file = /etc/zarafa/ssl/monitor.pem
4 - 53
 
54
# The password of the SSL Key
23 - 55
#sslkey_pass = replace-with-monitor-cert-password
4 - 56
 
57
##############################################################
58
# ZARAFA MONITOR INTERVAL SETTINGS
59
 
60
# Quota check interval (in minutes)
61
quota_check_interval = 15
62
 
63
##############################################################
64
# ZARAFA MONITOR MAIL QUOTA SETTINGS
65
 
66
# Quota mail interval in days
67
mailquota_resend_interval = 1
68
 
23 - 69
# Template to be used for quota emails which are send to the user
4 - 70
# when the various user quota levels have been exceeded.
23 - 71
userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail
4 - 72
 
73
# Templates to be used for quota emails which are send to the company administrators
74
# when the company quota level has been exceeded.
23 - 75
companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail