You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Currently, SolStatus only supports HTTP endpoint monitoring with status code validation. This limits its usefulness for modern applications that use WebSocket connections and require content-based validation.
The use cases I have in mind:
Monitoring WebSocket-based APIs and real-time services
Validating API responses contain expected data structures
Ensuring JSON APIs return correct values for health checks
Testing RPC endpoints that use WebSocket transport
What would need to be implemented:
WebSocket :
Support connection establishment and message exchange validation
Handle WebSocket-specific success/failure criteria (beyond HTTP status codes)
JSON Response Content Validation:
Store validation results alongside existing uptime metrics
JSONPath or similar syntax for checking specific keys/values