Comprehensive guides to help you get the most out of MySitesAlive's monitoring features.
Create your account and set up your first website monitoring
How to add and manage website monitoring
How to monitor your VoIP and SIP servers
How to set up and manage keyword presence monitoring
Configure email and SMS alerts for your monitors
How to work with multiple organizations and users
Getting started with our REST API
Before you can start monitoring websites, you'll need to create an account:
Once registered, you'll be automatically assigned as the administrator of your tenant.
A tenant is an isolated workspace for your organization. Each tenant has its own monitored websites, users, and settings. As an administrator, you can invite other users to your tenant and assign them roles.
After logging in, you'll be taken to your dashboard. Here's what you'll find:
To start monitoring a website:
Once added, the system will immediately perform an initial check of the website.
When you add a website, MySitesAlive automatically monitors its SSL certificate status and expiration date. You'll be notified of certificates that are expiring soon or invalid.
Each website in your monitoring list will show one of the following statuses:
For SSL certificates, the following statuses are used:
From the Sites page, you can manage your websites using these options:
MySitesAlive can monitor SIP (Session Initiation Protocol) servers, which are commonly used for VoIP services:
A SIP URI typically follows this format: sip:hostname:port. The default SIP port is 5060 for non-secure connections and 5061 for TLS-secured connections.
Our system monitors SIP servers by:
SIP monitoring does not attempt to register or make calls, so it's a non-intrusive way to verify your telephony infrastructure.
Keyword monitoring allows you to check if specific important words or phrases appear on your website:
For reliable keyword monitoring:
The keyword monitoring status will be displayed as:
Keyword monitoring is particularly valuable for:
MySitesAlive can notify you when issues are detected with your websites or servers:
SMS alerts require purchasing an SMS bundle. You can add an SMS bundle to your account from the pricing page. Each bundle provides 600 SMS alerts.
From the Alerts page, you can:
Alert notifications include:
As a tenant administrator, you can customize your tenant settings:
You can invite other users to access your tenant with different permission levels:
Follow the principle of least privilege when assigning roles. Only give users the level of access they need for their responsibilities. Regularly review user access and remove accounts for individuals who no longer need access.
If you belong to multiple tenants (organizations), you can easily switch between them:
MySitesAlive offers a REST API that allows you to integrate monitoring data into your own applications:
Your API key provides access to your monitoring data. Keep it secure and never expose it in client-side code. If you suspect your key has been compromised, immediately regenerate it from the API Docs page.
The API documentation page provides detailed information about all available endpoints, including:
Each endpoint is documented with example requests, required parameters, and response formats.
To authenticate API requests, include your API key in the request header:
X-API-Key: your_api_key_here
Here's an example of how to get a list of your monitored websites using cURL:
curl -H "X-API-Key: your_api_key_here" https://api.mysitesalive.com/v1/websites
For complete documentation and more examples, refer to the API Documentation page.
Check frequency depends on your subscription plan:
You can also customize the check interval for individual websites within the limits of your plan.
MySitesAlive can only monitor websites and services that are publicly accessible from the internet. To monitor internal services, you would need to:
SMS alerts are sold in bundles of 600 messages for £50. You can purchase multiple bundles if needed. Email alerts are unlimited and included with all plans at no additional cost.
MySitesAlive checks your websites from multiple global locations to provide accurate uptime data. Our monitoring nodes are distributed across North America, Europe, Asia, and Australia. This ensures that we can detect if a website is only down in specific regions.