public class DiskSpaceHealthIndicator extends AbstractHealthIndicator
HealthIndicator
that checks available disk space and reports a status of
Status.DOWN
when it drops below a configurable threshold.Constructor and Description |
---|
DiskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties properties)
Create a new
DiskSpaceHealthIndicator . |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
health
@Autowired public DiskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties properties)
DiskSpaceHealthIndicator
.properties
- the disk space propertiesprotected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
builder
- the Health.Builder
to report health status and detailsException
- any Exception
that should create a Status.DOWN
system status.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.