Skip to content

Website Monitoring

This guide covers everything about managing monitored websites, configuring checks, and viewing results.


Adding a Website

Steps

  1. Go to the Sites tab
  2. Tap the + button in the top-right corner
  3. Fill in the form:
FieldRequiredDescription
NameYesA friendly name for the website
DomainYesThe domain to monitor (e.g., example.com)
ProtocolYesChoose http or https
PortNoCustom port (leave blank for default: 80/443)
Auto QueryYesEnable automatic cloud-based monitoring
  1. Tap Save

Tips

  • Do not include http:// or https:// 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:

MetricDescription
Health StateColor-coded status (Green = Healthy, Yellow = Warning, Red = Critical)
SSL DaysDays until SSL certificate expires
StatusLast HTTP status code (200, 404, 500, etc.)
TimeLast response time in milliseconds
Auto IndicatorShows if automatic cloud checking is enabled
Last CheckRelative time since last check

Filtering

  1. Tap the filter icon in the top-left corner
  2. 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

ElementDescription
Website NameDisplay name of the website
Health State TagCurrent health status with color
Last Check TimeWhen the last check was performed

Action Buttons

ButtonDescription
CheckTrigger a manual remote check (consumes one manual check)
PingOpen the network ping tool
Open in SafariOpen the website in Safari

Results Section

Result CardShows
Basic CheckHTTP status code, response duration, actual URL, actual port, client IP, retry count
SSL ResultCertificate issuer, expiration date, remaining days, encryption algorithm
Response HeadersKey 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:

  1. Open the website detail page
  2. Tap Check button
  3. 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

  1. Open the website detail page
  2. Tap the edit button (top-right)
  3. Modify any field:
    • Name
    • Domain
    • Protocol (http/https)
    • Port
    • Auto Query toggle
  4. 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 Accept headers
  • Cookie headers

Managing Headers

  1. Open a website detail page
  2. Scroll to the Custom Headers section
  3. View, add, or delete headers

Adding a Header

  1. Tap Add Header
  2. Choose from presets or enter custom key:
PresetDescription
AuthorizationAuthentication credentials
X-API-KeyAPI key for protected endpoints
AcceptContent type preference
Accept-LanguageLanguage preference
Content-TypeRequest body type
Cache-ControlCaching directives
X-Requested-WithAJAX identifier
X-CSRF-TokenCSRF protection token
RefererReferrer URL
OriginRequest origin
CookieCookie data
  1. Enter the header value
  2. Tap Save

Deleting a Header

  1. Find the header in the list
  2. Tap the delete icon
  3. Confirm deletion