| Class | Description |
|---|---|
| CountMonitor |
A monitor that can be used as a counting monitor to check if any countable entity breaches a threashhold
Eg:
1.
|
| DiskSpaceMonitor |
A simple monitor to keep track of the disk space in a partition
|
| PingCheckMonitor |
A Ping checking monitor, which executes a
HttpRequest at regular intervals
Maintains every healthcheck in a RollingWindowHealthQueue to prevent continuous flaps of health |
| RotationStatusMonitor |
This is a simple service in/out rotation check monitor
Initialize this class with a filePath (location of the file)
This monitor then:
Marks service as unhealthy when the file does not exist
Marks service as healthy when the file exists
|
| Enum | Description |
|---|---|
| CountMonitor.CheckSign |
Copyright © 2015–2023. All rights reserved.