-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathtimer_agent.4gx
31 lines (31 loc) · 1006 Bytes
/
timer_agent.4gx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" SPDX-License-Identifier: CC-BY-SA-4.0 or-later
.\" SPDX-FileCopyrightText: 2020-2022 grommunio GmbH
.TH timer_agent 4gx "" "Gromox" "Gromox admin reference"
.SH Name
timer_agent \(em Service plugin for deferred command execution with timer(8gx)
.SH Description
timer_agent connects to a remote timer(8gx) daemon and locally installs two
service functions, "add_timer" and "cancel_timer", which can be used to set up
and rescind, respectively, jobs for later execution.
.PP
In practice, this is used by exchange_emsmdb(4gx) and zcore(8gx) to implement
delayed sending of messages.
.SH Configuration directives
The usual config file location is /etc/gromox/timer_agent.cfg.
.TP
\fBconnection_num\fP
Number of connections to keep active.
.br
Default: \fI8\fP
.TP
\fBtimer_host\fP
The hostname/IP address for contacting the timer daemon.
.br
Default: \fI::1\fP
.TP
\fBtimer_port\fP
The TCP port number for contacting the timer daemon.
.br
Default: \fI6666\fP
.SH See also
\fBgromox\fP(7), \fBtimer\fP(8gx)