Skip to main content

AlertPayload

Defined in: watch-types.ts:51

Alert payload passed to notification channels.

Properties

agentId

readonly agentId: string

Defined in: watch-types.ts:52


condition

readonly condition: string

Defined in: watch-types.ts:53


currentStatus

readonly currentStatus: string

Defined in: watch-types.ts:55


detail

readonly detail: string

Defined in: watch-types.ts:56


dirs

readonly dirs: readonly string[]

Defined in: watch-types.ts:59


file

readonly file: string

Defined in: watch-types.ts:57


previousStatus

readonly previousStatus: string

Defined in: watch-types.ts:54


timestamp

readonly timestamp: number

Defined in: watch-types.ts:58