Adding Sites
Learn how to add and configure sites in Pulsar.
Creating a New Site
- Go to Sites in the left-hand menu
- Click Add Site button (top right)
- Fill in the required fields and click Create
Required Fields
| Field | Description |
|---|---|
| Name | A friendly name for your site (e.g., "Production Store") |
| URL | The base URL of your Magento store |
| Check Interval | How often to run health checks (depends on your plan tier) |
Optional Settings
| Setting | Description | Default |
|---|---|---|
| Browser Checks | Enable JavaScript error detection | Disabled |
| Checkout Flows | Enable synthetic checkout testing | Disabled |
| Basic Auth | Username/password for protected sites | None |
Site Configuration
After creating a site, click on it to access the site detail page where you can configure additional settings.
Monitored Pages
By default, Pulsar monitors your homepage. You can add additional pages to monitor:
- In the site detail page, find the Monitored Pages section
- Click Add Page
- Fill in the form:
- Page Name - A descriptive name for the page
- Path - The URL path relative to your site (e.g.,
/checkout/cart) - Check Interval - How often to check this page
- Use Browser Check - Enable to detect JavaScript errors
- Click Save
Basic Auth Configuration
If your site is protected behind HTTP Basic Authentication:
- In the site settings, find the Basic Auth section
- Enter the Username and Password
- Save the configuration
See Basic Auth for more details.
Managing Sites
Pause Monitoring
Temporarily stop all checks for a site:
- Open the site detail page
- Click Pause Monitoring
- Checks will stop until you resume
This is useful during planned maintenance or migrations.
Muting Alerts
Temporarily disable alerting while keeping checks running:
- Open the site detail page
- Click Mute
- Checks continue but alerts are suppressed
- Click Unmute when ready to receive alerts again
tip
Use Mute during deployments when you expect brief downtime. Use Pause Monitoring for extended maintenance.
Deleting a Site
- Open the site detail page
- Go to site settings
- Scroll to the bottom
- Click Delete Site
- Confirm the deletion
warning
Deleting a site removes all historical check data and cannot be undone.