diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-25 11:19:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-25 11:19:34 +0100 |
commit | 1c222c0991ab816f0c8dca32407801ce2525e885 (patch) | |
tree | f865f8feef05ad9a85875c09a875ed52696d2e1e /coreupdownd.conf.5 | |
parent | Prepare for configurability (diff) | |
download | coreupdown-1.0.tar.gz coreupdown-1.0.tar.bz2 coreupdown-1.0.tar.xz |
Add coreupdownd: and configurations and daemonisation1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'coreupdownd.conf.5')
-rw-r--r-- | coreupdownd.conf.5 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/coreupdownd.conf.5 b/coreupdownd.conf.5 new file mode 100644 index 0000000..3e8759c --- /dev/null +++ b/coreupdownd.conf.5 @@ -0,0 +1,57 @@ +.TH COREUPDOWND 5 COREUPDOWN +.SH MAME +coreupdownd.conf - Configurations for coreupdownd(1) +.SH SYNPOSIS +/etc/coreupdownd.conf +.SH DESCRIPTION +The +.B coreupdownd.conf +configuration files is a plain line based +configuration file for the +.BR coreupdownd (1) +daemon. +.PP +Any hash +.RB ( # ) +character starts comment that end of the +end of the cline. +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 +.SH NOTES +None. +.SH SEE ALSO +.BR coreupdownd (1), +.BR coreup (1), +.BR coredown (1) |