An object containing service check and status.

Hierarchy

  • ServiceCheck

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
check: string

The check.

hostName: string

The host name correlated with the check.

message?: string

Message containing check status.

The status of a service check. Set to 0 for OK, 1 for warning, 2 for critical, and 3 for unknown.

tags: string[]

Tags related to a check.

timestamp?: number

Time of check.

Generated using TypeDoc