Skip to main content

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

TypeDescription
deploymentCoolify deployment started/completed
health_checkService health status change
devlogDevlog created
ticketTicket created/updated
api_callAPI request logged
errorError occurred
configConfiguration changed
syncData 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

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_list
  • janus_console_search
  • janus_console_errors