Skip to main content

Interface: MonitorStatusConstants

Defined in: shared/types.ts:182

Interface for monitor status constants.

Propertiesโ€‹

DEGRADEDโ€‹

DEGRADED: "degraded";

Defined in: shared/types.ts:183


DOWNโ€‹

DOWN: "down";

Defined in: shared/types.ts:184


PAUSEDโ€‹

PAUSED: "paused";

Defined in: shared/types.ts:185


PENDINGโ€‹

PENDING: "pending";

Defined in: shared/types.ts:186


UPโ€‹

UP: "up";

Defined in: shared/types.ts:187