zarafa-monitor (1) - Linux Manuals
zarafa-monitor: Start the Zarafa monitor.
NAME
zarafa-monitor - Start the Zarafa monitor.
SYNOPSIS
- zarafa-monitor [OPTION...] [SERVERNAME]
DESCRIPTION
The defaults can be overwritten in the config file.
The default settings of the monitor program are defined in zarafa-monitor.cfg(5).
OPTIONS
Various options are possible. None of these options are required.
--config, -c monitor.cfg
-
Specify the location of the monitor.cfg file. If the monitor.cfg file is not specified, the monitor will try to load
/etc/zarafa/monitor.cfg. If that file is not present, it will continue using it's default settings.
Default: /etc/zarafa/monitor.cfg
--host, -h path
- Connect to the Zarafa server through path, e.g. file:///path/to/socket. Default: file:///var/run/zarafa.
--foreground, -F
- Run in the foreground. Normally the monitor will daemonize and run in the background.
--ignore-unknown-config-options
- When unknown options exists in the configuration file the monitor service will report an error and shutdown. Pass this option to ignore unknown options so the monitor service will start.
SIGNALS
The following signals can be sent to the zarafa-monitor process:
HUP
-
When the HUP signal is received, some options from the configuration file are reloaded. The reloadable options are listed in the
zarafa-monitor.cfg(5)
manual page.
Also, when using log_method = file, the logfile will be closed and a new logfile will be opened. You can use this signal in your logrotate system.
TERM
- To gracefully let the service exit, the normal TERM signal is used.
USAGE
The monitor checks user mailbox sizes. The monitor sends a quota email when the warning quota limit is reached. When started, the program will keep running. You may also use the init.d scripts:
/etc/init.d/zarafa-monitor [start| stop| restart]