ipahealthcheckconf(5) | FreeIPA Manual Pages | ipahealthcheckconf(5) |
ipahealthcheck.conf - ipa-healthcheck configuration file
/etc/ipahealthcheck/ipahealthcheck.conf
The ipahealthcheck.conf configuration file is used to set the defaults when running ipa-healthcheck.
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.
There may be reasons that a user will want to suppress some results. One example is a customer certificate that is generating a warning because it is unknown to IPA. Excluding a result key does not prevent it from running, it is filtered from the reported results. Excluding by source or check will prevent it from running at all. Services will not be excluded because other checks may rely on them (ipahealthcheck.meta.services).
Each excludes type may be listed multiple times. Invalid sources, checks and/or keys will not be flagged. These configuration options are only processed when found in the EXCLUDES section and are otherwise ignored.
Users are encouraged to annotate the reason for excluding the results so the reason is not lost.
Results can be suppressed or excluded in three ways:
The following options are relevant in each section.
[default]
cert_expiration_days=7
timeout=5
Exclude all certificate checks.
Don't warn about a custom certificate being tracked by certmonger:
Apr 5 2019 | FreeIPA |