Monitor state for a single group.

Hierarchy

  • MonitorStateGroup

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
lastNodataTs?: number

Latest timestamp the monitor was in NO_DATA state.

lastNotifiedTs?: number

Latest timestamp of the notification sent for this monitor group.

lastResolvedTs?: number

Latest timestamp the monitor group was resolved.

lastTriggeredTs?: number

Latest timestamp the monitor group triggered.

name?: string

The name of the monitor.

The different states your monitor can be in.

Generated using TypeDoc