Class | Description |
---|---|
CompositeHealthCheck |
HealthCheck that executes a number of other HealthChecks,
selected by their tags, and merges their Results. |
CompositeResult | |
JmxAdjustableStatusForTesting |
Allows to dynamically add a health check that returns WARN or CRITICAL for certain tags for testing purposes.
|
JmxAttributeHealthCheck |
HealthCheck that checks a single JMX attribute |
JmxScriptBindingsProvider |
The JmxBinding is meant to be bound as "jmx" global variables
in scripted rules, to allow for writing scripted expressions
like jmx.attribute("java.lang:type=ClassLoading", "LoadedClassCount") > 100
|
JmxScriptBindingsProvider.AttributeBinding | |
ScriptableHealthCheck |
HealthCheck that checks a scriptable expression |
Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.