ProbeStatusLabels class
Provides string constants for well-known probe statuses that dynamic scripts may return. These values are used when converting script outputs into ProbeResult statuses.
public static class ProbeStatusLabels
Public Members
| name | description |
|---|---|
| const STATUS_DEGRADED | Represents the “degraded” status. |
| const STATUS_FAIL | Represents the short “fail” status. |
| const STATUS_FAILED | Represents the “failed” status. |
| const STATUS_HEALTHY | Represents the “healthy” status. |
| const STATUS_OK | Represents the “ok” status. |
| const STATUS_UNHEALTHY | Represents the “unhealthy” status. |
| const STATUS_WARN | Represents the short “warn” status. |
| const STATUS_WARNING | Represents the “warning” status. |
See Also
- namespace Kestrun.Health