logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kopano-monitor - Start the Kopano monitor.

Author

       Written by Kopano.

Description

       The monitor checks user mailbox sizes. When the quota is reached the monitor sends a quota email. When
       started, the program will keep running.

       The defaults can be overwritten in the config file.

       The default settings of the monitor program are defined in kopano-monitor.cfg(5).

Name

       kopano-monitor - Start the Kopano monitor.

Options

       Various options are possible. None of these options are required.

       --config, -cmonitor.cfg
           Specify the location of the monitor.cfg file. If the monitor.cfg file is not specified, the monitor
           will try to load /etc/kopano/monitor.cfg. If that file is not present, it will continue using its
           default settings.

           Default: /etc/kopano/monitor.cfg--dump-config
           Displays the values of gateway.cfg configuration parameters and the implied defaults.

       --host, -hpath
           Connect to the storage server through path, e.g.  file:///path/to/socket. Default:
           file:///var/run/kopano/server.sock.

       --foreground, -F
           Run in the foreground. Normally the monitor will daemonize and run in the background.

See Also

kopano-monitor.cfg(5), kopano-server(8)

Kopano 8                                          November 2016                                KOPANO-MONITOR(8)

Signals

       The following signals can be sent to the kopano-monitor process:

       HUP
           When the HUP signal is received, some options from the configuration file are reloaded. The
           reloadable options are listed in the kopano-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.

Synopsis

kopano-monitor [OPTION...] [SERVERNAME]

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/kopano-monitor [start| stop| restart]

See Also