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 Type | Description |
|---|---|
| HTTP/HTTPS | Verify web services are responding |
| TCP | Check TCP ports are open |
| ICMP (Ping) | Basic connectivity checks |
| DNS | Verify DNS resolution |
| Custom | Application-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.
Related Documentation
- Monitoring — Resource observability
- Projects — Resource organization
- DDoS Protection — Attack mitigation