Interface: StrategyEntry
Defined in: electron/services/monitoring/strategies/MonitorStrategyRegistry.ts:26
Registry entry describing how to execute a monitor strategy.
Properties
getService
readonly getService: () => IMonitorService;
Defined in: electron/services/monitoring/strategies/MonitorStrategyRegistry.ts:27
Returns
type
readonly type:
| "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: electron/services/monitoring/strategies/MonitorStrategyRegistry.ts:28