ThresholdCheck: CheckBase & {
    every?: string;
    offset?: string;
    statusMessageTemplate?: string;
    tags?: { key?: string; value?: string }[];
    thresholds?: Threshold[];
    type: "threshold";
}

Type declaration

  • Optionalevery?: string

    Check repetition interval.

  • Optionaloffset?: string

    Duration to delay after the schedule, before executing check.

  • OptionalstatusMessageTemplate?: string

    The template used to generate and write a status message.

  • Optionaltags?: { key?: string; value?: string }[]

    List of tags to write to each status.

  • Optionalthresholds?: Threshold[]
  • type: "threshold"
MMNEPVFCICPMFPCPTTAAATR