aboutsummaryrefslogtreecommitdiffstats
path: root/coreupdownd.conf.5
blob: 2c60d033d694a76c96e92dd7592071fa9dff4d1c (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.TH COREUPDOWND 5 COREUPDOWN
.SH NAME
coreupdownd.conf - Configurations for coreupdownd(1)
.SH SYNOPSIS
/etc/coreupdownd.conf
.SH DESCRIPTION
The
.B coreupdownd.conf
configuration file is a plain line-based
configuration file for the
.BR coreupdownd (1)
daemon.
.PP
Any hash
.RB ( # )
character starts comment that ends of the
end of the line.
Comments and otherwise blank lines are ignored.
Apart from this, each line must be a configuration
name, followed by an equals sign
.RB ( = ),
followed by the value for the configuration.
Spaces may be added around the equals sign and
around the line.
.PP
The following configurations are recognised,
refer to the OPTIONS section in
.BR coreupdownd (1)
for interpretation of them:
.PP
.TP
*
coreup-cpu-usage-threshold
.TP
*
coredown-cpu-usage-threshold
.TP
*
coreup-cpu-usage-time-consistency-threshold
.TP
*
coredown-cpu-usage-time-consistency-threshold
.TP
*
coreup-cooldown-time
.TP
*
coredown-cooldown-time
.TP
*
check-interval
.TP
*
post-coreup-command
.TP
*
post-coredown-command
.SH NOTES
None.
.SH SEE ALSO
.BR coreupdownd (1),
.BR coreup (1),
.BR coredown (1)