Rev 23 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
############################################################### ZARAFA MONITOR SETTINGS# Server unix socket locationserver_socket = file:///var/run/zarafa# in a multi-server environment, which servers to monitor (default all)servers =# drop privileges and run the process as this userrun_as_user =# drop privileges and run the process as this grouprun_as_group =# create a pid file for stopping the service via the init.d scriptspid_file = /var/run/zarafa-monitor.pid# run server in this path (when not using the -F switch)running_path = /############################################################### ZARAFA MONITOR LOG SETTINGS# Logging method (syslog, file)log_method = file# Loglevel (0=no logging, 5=full logging)log_level = 2# Logfile for log_method = file, use '-' for stderrlog_file = /var/log/zarafa/monitor.log# Log timestamp - prefix each log line with timestamp in 'file' logging modelog_timestamp = 1# Buffer logging in what sized blocks.# Bigger buffers is better for the performance but it gives lag# when running e.g. multitail or 'tail -f' on the log-file. If# you want to directly see what is happing, set this to e.g. 1.# So when debugging: make it a small value, else set it to# 4096 or more.log_buffer_size = 4096############################################################### MONITOR SSL LOGIN SETTINGS## Note: server_socket must be set to https://servername:portname/zarafa# to use this type of login method# Login to the Zarafa server using this SSL Key#sslkey_file = /etc/zarafa/ssl/monitor.pem# The password of the SSL Key#sslkey_pass = replace-with-monitor-cert-password############################################################### ZARAFA MONITOR INTERVAL SETTINGS# Quota check interval (in minutes)quota_check_interval = 15############################################################### ZARAFA MONITOR MAIL QUOTA SETTINGS# Quota mail interval in daysmailquota_resend_interval = 1# Template to be used for quota emails which are send to the user# when the various user quota levels have been exceeded.userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail# Templates to be used for quota emails which are send to the company administrators# when the company quota level has been exceeded.companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail