monitor.cfg 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ##############################################################
  2. # KOPANO MONITOR SETTINGS
  3. # Server Unix socket location
  4. #server_socket = file:///var/run/kopano/server.sock
  5. # in a multi-server environment, which servers to monitor (default all)
  6. servers =
  7. # drop privileges and run the process as this user
  8. #run_as_user = kopano
  9. # drop privileges and run the process as this group
  10. #run_as_group = kopano
  11. # create a pid file for stopping the service via the init.d scripts
  12. #pid_file = /var/run/kopano/monitor.pid
  13. # run server in this path (when not using the -F switch)
  14. #running_path = /var/lib/kopano
  15. ##############################################################
  16. # KOPANO MONITOR LOG SETTINGS
  17. # Logging method (syslog, file)
  18. log_method = file
  19. # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
  20. #log_level = 3
  21. # Logfile for log_method = file, use '-' for stderr
  22. log_file = /var/log/kopano/monitor.log
  23. # Log timestamp - prefix each log line with timestamp in 'file' logging mode
  24. log_timestamp = 1
  25. # Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
  26. #log_buffer_size = 0
  27. ##############################################################
  28. # MONITOR SSL LOGIN SETTINGS
  29. #
  30. # Note: server_socket must be set to https://servername:portname/
  31. # to use this type of login method
  32. # Login to the storage server using this SSL Key
  33. #sslkey_file = /etc/kopano/ssl/monitor.pem
  34. # The password of the SSL Key
  35. #sslkey_pass = replace-with-monitor-cert-password
  36. ##############################################################
  37. # KOPANO MONITOR INTERVAL SETTINGS
  38. # Quota check interval (in minutes)
  39. quota_check_interval = 15
  40. ##############################################################
  41. # KOPANO MONITOR MAIL QUOTA SETTINGS
  42. # Quota mail interval in days
  43. mailquota_resend_interval = 1
  44. # Template to be used for quota emails which are send to the user
  45. # when the various user quota levels have been exceeded.
  46. userquota_warning_template = /etc/kopano/quotamail/userwarning.mail
  47. # Templates to be used for quota emails which are send to the company administrators
  48. # when the company quota level has been exceeded.
  49. companyquota_warning_template = /etc/kopano/quotamail/companywarning.mail