Variable: BASE_MONITOR_TYPES
const BASE_MONITOR_TYPES: readonly [
"cdn-edge-consistency",
"dns",
"http",
"http-header",
"http-json",
"http-keyword",
"http-latency",
"http-status",
"ping",
"port",
"replication",
"server-heartbeat",
"ssl",
"websocket-keepalive",
];
Defined in: shared/types.ts:158
Base monitor types - source of truth for type safety.
Remarksโ
Used to enumerate all supported monitor types in the system.