Uptime

Uptime monitoring and availability tracking for Tasmanian Cloud

Coming Soon

Uptime monitoring features are currently under development. This page outlines our planned offerings.


Overview

We're working on providing uptime monitoring to help you track the availability of your services. This will enable you to know when your applications are up and running, and get alerted when they're not.


Planned Features

Monitoring Capabilities

We're planning to support:

Check TypeDescription
HTTP/HTTPSVerify web services are responding
TCPCheck TCP ports are open
ICMP (Ping)Basic connectivity checks
DNSVerify DNS resolution
CustomApplication-specific health checks

Features

Planned capabilities include:

  • HTTP status checks — Verify expected response codes
  • Response time tracking — Measure latency
  • SSL certificate monitoring — Expiry alerts
  • Check frequency — Configurable check intervals
  • Alert notifications — Email, webhook, and other integrations
  • Uptime reports — Historical availability statistics

Monitoring Flow

graph LR
    subgraph "Tasmanian Cloud"
        CHECKER[Uptime Checker]
    end

    subgraph "Your Services"
        WEB[Web Service<br/>10.0.40.10]
        API[API Service<br/>10.0.40.11]
        DB[Database<br/>10.0.40.12]
    end

    CHECKER -->|HTTP GET| WEB
    CHECKER -->|HTTP GET| API
    CHECKER -->|TCP 5432| DB

    WEB -->|200 OK| USERS[You]
    API -->|200 OK| USERS
    DB -->|Up| USERS

What We're Solving

  • Availability tracking — Know your service is running
  • Fast incident detection — Get alerted quickly
  • Historical reporting — Understand uptime trends
  • SLA compliance — Prove availability metrics

Timeline

We're actively working on this feature. If you're interested in early access or have specific requirements, please contact hello@tasmanian.cloud.