Skip to main content

Telegram

Receive alerts directly in Telegram.
1

Open Bot

2

Start

Send /start to the bot
3

Get Code

Copy the 6-digit connection code
4

Connect

In CatOps: Settings → Notifications → Telegram → Enter code

Available Commands

CommandDescription
/startGet connection code
/statusQuick status overview
/helpList all commands

Email

Email notifications work out of the box with your account email.

Customize

  1. Go to Settings → Notifications → Email
  2. Enable/disable email alerts
  3. Add additional email addresses (PRO)

Slack (Coming Soon)

Connect to receive alerts in your Slack channels.

Discord (Coming Soon)

Add the CatOps bot to your Discord server.

Webhooks (Coming Soon)

Send alerts to any URL for custom integrations.
{
  "event": "alert",
  "type": "health_check_down",
  "name": "Production API",
  "status": "down",
  "timestamp": "2024-01-15T10:30:00Z"
}

API Access

The CatOps API allows you to:
  • Get current metrics
  • List servers and health checks
  • View alert history
API documentation coming soon.

Prometheus Export (CLI)

Export metrics in Prometheus format:
catops prometheus
Or run continuously:
catops prometheus --serve --port 9090
Then add to your Prometheus config:
scrape_configs:
  - job_name: 'catops'
    static_configs:
      - targets: ['localhost:9090']