Console
Real-time event stream from all services.
Overview
The console displays live events from across the infrastructure - deployments, health checks, errors, API calls, and more.
URL: https://argus.meetrhea.com/console
Event Types
| Type | Description |
|---|---|
| deployment | Coolify deployment started/completed |
| health_check | Service health status change |
| devlog | Devlog created |
| ticket | Ticket created/updated |
| api_call | API request logged |
| error | Error occurred |
| config | Configuration changed |
| sync | Data synchronization event |
Severity Levels
- trace - Detailed debugging
- debug - Development info
- info - Normal activity
- warning - Potential issue
- error - Problem occurred
- critical - Urgent attention
Features
Live Streaming
Events appear in real-time via SSE.
Filtering
Filter by:
- Service
- Event type
- Severity
- Time range
Search
Full-text search across event titles and messages.
Source Views
View events from specific sources:
/console/janus- Janus events/console/coolify- Deployment events/console/browser- Frontend errors
API
# List events
GET /api/console/events?limit=100
# Stream events (SSE)
GET /api/console/stream
# Search events
GET /api/console/search?q=error
# Get stats
GET /api/console/stats?hours=24
Janus Integration
Query via MCP:
janus_console_listjanus_console_searchjanus_console_errors