This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 48b4262 Update HC core docs
48b4262 is described below
commit 48b4262675551b91f17de9a70aca41ac997437a6
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Feb 18 08:31:39 2022 +0100
Update HC core docs
---
healthcheck/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/healthcheck/README.md b/healthcheck/README.md
index f1eb927..2f9a76a 100644
--- a/healthcheck/README.md
+++ b/healthcheck/README.md
@@ -276,6 +276,7 @@ Property | Type | Default | Description
`treatWarnAsHealthy` | boolean | true | `WARN` usually means [the system is
usable](#semantic-meaning-of-health-check-results), hence WARN is treated as
healthy by default. When set to false `WARN` is treated as `Unhealthy`
`sendEvents` | enum `NONE`, `STATUS_CHANGES`, `STATUS_CHANGES_OR_NOT_OK` or
`ALL` | `STATUS_CHANGES` | Whether to send events for health check status
changes. See [below](#osgi-events-for-health-check-status-changes) for details.
`logResults` | enum `NONE`, `STATUS_CHANGES`, `STATUS_CHANGES_OR_NOT_OK` or
`ALL` | `NONE ` | Whether to log the result of the monitor to the regular log
file
+`logAllResultsAsInfo` | boolean | false | If `logResults` is enabled and this
is enabled, all results will be logged with INFO log level. Otherwise WARN and
INFO are used depending on the health state.
`isDynamic` | boolean | false | In dynamic mode all checks for names/tags are
monitored individually (this means events are sent/services registered for name
only, never for given tags). This mode allows to use `*` in tags to query for
all health checks in system. It is also possible to query for all except
certain tags by using `-`, e.g. by configuring the values `*`, `-tag1` and
`-tag2` for `tags`.
### Marker Service to depend on a health status in SCR Components