Skip to main content

Interface: MonitorDownEventData

Defined in: src/types/events.ts:24

Event data when a monitor goes down

Propertiesโ€‹

error?โ€‹

readonly optional error: string

Defined in: src/types/events.ts:26

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error message if available


monitorโ€‹

readonly monitor: Monitor

Defined in: src/types/events.ts:28

Monitor that went down


siteโ€‹

readonly site: Site

Defined in: src/types/events.ts:30

Site containing the monitor


siteIdโ€‹

readonly siteId: string

Defined in: src/types/events.ts:32

Site identifier


timestampโ€‹

readonly timestamp: number

Defined in: src/types/events.ts:34

Timestamp when the event occurred