Appearance
Website Monitoring
This guide covers everything about managing monitored websites, configuring checks, and viewing results.
Adding a Website
Steps
- Go to the Sites tab
- Tap the + button in the top-right corner
- Fill in the form:
| Field | Required | Description |
|---|---|---|
| Name | Yes | A friendly name for the website |
| Domain | Yes | The domain to monitor (e.g., example.com) |
| Protocol | Yes | Choose http or https |
| Port | No | Custom port (leave blank for default: 80/443) |
| Auto Query | Yes | Enable automatic cloud-based monitoring |
- Tap Save
Tips
- Do not include
http://orhttps://in the domain field - For non-standard ports, specify the port number (e.g.,
8080) - Auto Query should typically be enabled for regular monitoring
Website List
List Overview
The Sites tab displays all your monitored websites with key metrics at a glance:
| Metric | Description |
|---|---|
| Health State | Color-coded status (Green = Healthy, Yellow = Warning, Red = Critical) |
| SSL Days | Days until SSL certificate expires |
| Status | Last HTTP status code (200, 404, 500, etc.) |
| Time | Last response time in milliseconds |
| Auto Indicator | Shows if automatic cloud checking is enabled |
| Last Check | Relative time since last check |
Filtering
- Tap the filter icon in the top-left corner
- Select a health state to filter by:
- All - Show all websites
- Healthy - Only healthy sites
- Warning - Sites with warnings (e.g., SSL expiring soon)
- Critical - Down or error sites
Searching (iOS 26+)
Use the Search tab to quickly find websites by name.
Pull to Refresh
Pull down on the list to refresh all website statuses.
Deletion
- Swipe left on a website card and tap Delete
- Or long-press the card and select Delete
- Confirm the deletion in the dialog
Website Detail
Accessing Detail
Tap any website card in the list to open its detail page.
Detail Page Sections
Header Section
| Element | Description |
|---|---|
| Website Name | Display name of the website |
| Health State Tag | Current health status with color |
| Last Check Time | When the last check was performed |
Action Buttons
| Button | Description |
|---|---|
| Check | Trigger a manual remote check (consumes one manual check) |
| Ping | Open the network ping tool |
| Open in Safari | Open the website in Safari |
Results Section
| Result Card | Shows |
|---|---|
| Basic Check | HTTP status code, response duration, actual URL, actual port, client IP, retry count |
| SSL Result | Certificate issuer, expiration date, remaining days, encryption algorithm |
| Response Headers | Key HTTP response headers |
Custom Headers
Tap to manage custom HTTP headers for this website's checks (see Custom Headers).
Manual Check
You can trigger an immediate check from the cloud:
- Open the website detail page
- Tap Check button
- Confirm the action
Note: Manual checks consume one of your daily manual check quota. The system performs automatic checks at regular intervals, so manual checks are usually unnecessary.
Editing a Website
- Open the website detail page
- Tap the edit button (top-right)
- Modify any field:
- Name
- Domain
- Protocol (http/https)
- Port
- Auto Query toggle
- Tap Save
Custom Headers
Add custom HTTP headers to your monitoring requests. Useful for:
- Authentication tokens (
Authorization: Bearer <token>) - API keys (
X-API-Key: <key>) - Custom
Acceptheaders Cookieheaders
Managing Headers
- Open a website detail page
- Scroll to the Custom Headers section
- View, add, or delete headers
Adding a Header
- Tap Add Header
- Choose from presets or enter custom key:
| Preset | Description |
|---|---|
Authorization | Authentication credentials |
X-API-Key | API key for protected endpoints |
Accept | Content type preference |
Accept-Language | Language preference |
Content-Type | Request body type |
Cache-Control | Caching directives |
X-Requested-With | AJAX identifier |
X-CSRF-Token | CSRF protection token |
Referer | Referrer URL |
Origin | Request origin |
Cookie | Cookie data |
- Enter the header value
- Tap Save
Deleting a Header
- Find the header in the list
- Tap the delete icon
- Confirm deletion
