DeadmanCheck: CheckBase & {
    every?: string;
    level?: CheckStatusLevel;
    offset?: string;
    reportZero?: boolean;
    staleTime?: string;
    statusMessageTemplate?: string;
    tags?: { key?: string; value?: string }[];
    timeSince?: string;
    type: "deadman";
}

Type declaration

  • Optionalevery?: string

    Check repetition interval.

  • Optionallevel?: CheckStatusLevel
  • Optionaloffset?: string

    Duration to delay after the schedule, before executing check.

  • OptionalreportZero?: boolean

    If only zero values reported since time, trigger an alert

  • OptionalstaleTime?: string

    String duration for time that a series is considered stale and should not trigger deadman.

  • 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.

  • OptionaltimeSince?: string

    String duration before deadman triggers.

  • type: "deadman"
MMNEPVFCICPMFPCPTTAAATR