ipahealthcheckconf(5) | FreeIPA Manual Pages | ipahealthcheckconf(5) |
NAME¶
ipahealthcheck.conf - ipa-healthcheck configuration file
SYNOPSIS¶
/etc/ipahealthcheck/ipahealthcheck.conf
DESCRIPTION¶
The ipahealthcheck.conf configuration file is used to set the defaults when running ipa-healthcheck.
SYNTAX¶
The configuration options are not case sensitive. The values may be case sensitive, depending on the option.
Blank lines are ignored. Lines beginning with # are comments and are ignored.
Valid lines consist of an option name, an equals sign and a value. Spaces surrounding equals sign are ignored. An option terminates at the end of a line.
Values should not be quoted, the quotes will not be stripped.
# Wrong - don't include quotes
verbose = "True"
# Right - Properly formatted options
verbose = True
verbose=True
Options must appear in the section named [default]. There are no other sections defined or used currently.
Options may be defined that are not used. Be careful of misspellings, they will not be rejected.
OPTIONS¶
The following options are relevant for the server:
- cert_expiration_days
- The number of days left before a certificate expires to start displaying a warning. The default is 28.
FILES¶
- /etc/ipahealthcheck/ipahealthcheck.conf
- configuration file
EXAMPLES¶
- 7 days left before a certificate expires to start displaying a warning:
-
[default]
cert_expiration_days=7
SEE ALSO¶
Apr 5 2019 | FreeIPA |