Open Issues Need Help
View All on GitHubMonitor configurable endpoints through Kubernetes CRD config.
AI Summary: Implement a Redis driver for the Endpoint Monitoring Operator that connects to a Redis instance, sends a PING command, and verifies a PONG response. This involves creating a new driver module conforming to the existing Factory Pattern, handling connection logic, command execution, and response validation.
Monitor configurable endpoints through Kubernetes CRD config.
AI Summary: Implement an Elasticsearch driver for the Endpoint Monitoring Operator, mirroring the existing OpenSearch driver's functionality to alert based on cluster health status (red/yellow/green). This involves creating a new driver module that interacts with the Elasticsearch API to retrieve cluster health information and integrating it into the operator's existing alert mechanism.
Monitor configurable endpoints through Kubernetes CRD config.