8

PricingBlog

Stop Losing Revenue to Silent Failures.

Pulsar monitors your online store 24/7 — uptime, page checks, and smart alerting for any commerce platform. Install the optional Magento extension to unlock health collectors, checkout flow testing, and deep store insights.

P

Pulsar

Overview

Sites

Alerts

4

Settings

Guard Plan

Sites

8/10

Browser

1/2

Dashboard

Sites Monitored

8

Sites Up

8

Sites Down

0

Alerts Today

2

Recent Alerts

View All

WARN

Spark Fashion

Response time > 2000ms

INFO

Nordic Outdoors

SSL cert expires in 14 days

INFO

Acme Store

Health: cron (degraded)

INFO

Demo Wholesale

Health: upload_endpoint (degraded)

Sites Status

Manage Sites

Acme Store

acme-store.com

Nordic Outdoors

nordic-outdoors.com

Spark Fashion

sparkfashion.co

Demo Wholesale

demo-wholesale.com

Luxe Beauty

luxebeauty.com

+3 more sites

Recent Activity

Acme Store

UP

245ms

just now

Nordic Outdoors

UP

189ms

just now

Spark Fashion

UP

312ms

just now

Demo Wholesale

UP

156ms

just now

Magento monitoring, explained

What is Magento monitoring?

Magento monitoring is the practice of continuously checking that a Magento store is not just online but actually working for shoppers — that category pages have products, search returns results, checkout completes, and background jobs (cron, indexers, queues) are keeping up. The hard part is that most Magento failures still return HTTP 200, so a generic uptime monitor reports the store as healthy while customers can't buy.

Pulsar covers this in two layers. From outside, global probes run sub-minute HTTP checks and a real Chromium browser walks the full Product → Cart → Checkout flow (with Luma and Hyvä presets) to catch front-end and payment regressions. From inside, an optional read-only Magento extension exposes 20 health collectors — indexer drift, cron heartbeat, queue backlog, OpenSearch cluster state, Redis evictions, PHP-FPM saturation, stuck pending_payment orders, SSL expiry, admin 2FA gaps, and more — surfacing internal state nothing external can see. Alerts route to Slack, Discord, email, or PagerDuty with per-collector noise controls.

The silent-failure gap

HTTP 200 is the most expensive false positive in commerce

Generic uptime tools watch status codes. Pulsar watches whether customers can actually buy — and maps every failure mode to a specific Magento collector or browser signal.

Silent-Failure Detection

Most outages return HTTP 200. Empty categories from a drifted indexer, cron processes that died at 3 a.m., add-to-cart buttons broken by a JS error, zero-result searches from a red OpenSearch cluster — Pulsar maps each scenario to a specific collector and flags it the moment it starts. The thing Pingdom and Uptime Robot can't see is the thing Pulsar is built to catch.

External Synthetic Uptime

Sub-minute HTTP checks from global probes — works with any commerce platform, runs from outside your firewall so we don't go dark when your server does. Response times, status codes, SSL expiry, content substring matching, configurable redirects, and per-site basic-auth + custom headers. Browser-based checks load the page in real Chromium and capture `console.error` and unhandled exceptions before customers see them.

Checkout Flow Testing — Luma & Hyvä Presets

A real Chromium browser walks Product → Add to Cart → Cart → Shipping → Payment, every 5 or 15 minutes depending on your plan. Selectors ship preconfigured for Luma and Hyvä; custom themes drop in their own CSS selectors via the dashboard. Each step is timed independently — when a deploy breaks payment, the alert names the exact step and the JS error caught during the run.

20 Magento Health Collectors

The optional `byte8/module-pulsar` extension exposes `/pulsar/health` with twenty collectors covering cron heartbeat, indexer drift, queue backlog, OpenSearch cluster state, Redis memory + evictions, PHP-FPM pool saturation, SSL expiry, admin 2FA coverage, config hygiene, stuck `pending_payment` orders, media integrity (webshell detection), Varnish reachability, and more. Each collector has a per-site mute and a Critical-only override.

Alert Routing With Real Noise Controls

Route alerts to Slack, Discord, email, or PagerDuty (Fortress). Each collector has individual override modes — Off, Critical only, or normal — so a flapping cron consumer can't drown the channel. Confirmation thresholds make sites alert only after N consecutive failures; site-level mute handles maintenance windows; auto-resolve fires when the run goes green again.

Supercharge with the Magento extension

$composer require byte8/module-pulsar
$bin/magento setup:upgrade
$bin/magento pulsar:configure --key=YOUR_KEY

Optional — uptime monitoring and page checks work out of the box for any store. The extension unlocks 20 health collectors, checkout flow testing, and deep Magento insights.

20 health collectors shipped in v1.5

The Magento extension surfaces internal state nothing external can see

Each collector has an admin toggle, a per-site override (Off / Critical-only / normal), and a documented threshold. Available on Guard and Fortress tiers; the extension itself is MIT-licensed.

Pipeline & async

Where orders, indexes, and queues silently fall behind.

Cron

heartbeat, stuck jobs, queue depth

Indexer

invalid + stuck reindex states

Queue

MySQL + AMQP, pending + error counts

Orders

stuck pending_payment, 24h failure rate

Log Errors

exception.log spike detection

Search & cache

Where the catalog quietly stops being browsable.

Search

OpenSearch / Elasticsearch cluster health

Cache

type status + Varnish reachability

Redis

memory %, evicted keys, per-instance

Database

connectivity, threads, response time

Database Size

growth + table-level tracking

Runtime

Where infrastructure quietly saturates.

PHP-FPM

pool saturation vs pm.max_children

System

PHP + Magento version, disk, memory

Deploy

mode, maintenance, DI, static version

Log

log file sizes, debug flag, error reports

SSL

certificate expiry + issuer

Security & compliance

Where compromise + config drift hide in plain sight.

Admin Security

failed logins, 2FA gap, locked accounts

Config Hygiene

template hints, minify, signing, rewrites

Integration

broken integrations + revoked OAuth

Media Integrity

pub/media .htaccess + webshell detection

Upload Endpoint

suspicious POSTs to file uploaders

How Pulsar compares

Pulsar vs New Relic, Datadog & Uptime Robot

These tools watch different layers of the stack. APM (New Relic, Datadog) watches server health; uptime monitors (Uptime Robot, Pingdom) watch whether the URL responds; Pulsar watches whether customers can actually buy. Most teams run one of the first two and still miss the Magento-specific failures below.

CapabilityPulsarMagento-aware monitoringNew Relic / DatadogInfra & APMUptime Robot / PingdomHTTP uptime
What it actually watches

Can customers buy?

Server health & traces

Does the URL respond?

Catches silent failures (HTTP 200 but broken)

Partial (exceptions only)

Reads Magento internal state

20 health collectors

Real-browser checkout-flow testing

Luma & Hyvä presets

Scriptable add-on

External synthetic uptime from global probes

Add-on

JavaScript error capture (console.error, exceptions)

Browser-RUM add-on

Magento security & config drift
Setup

URL + optional extension

Agent on every host

URL only

Cost model

Flat monthly

Per-host, metered

Free / low-cost

doesn't mean working

Time to first alert

Magento health collectors

Checkout-flow interval on Fortress

How it works

1
Add your store

Enter your store URL in the Pulsar dashboard. Works with Magento, Shopify, WooCommerce, BigCommerce — any platform.

2
Get monitoring instantly

Uptime checks, page monitoring, and smart alerts start immediately. No code changes required.

3
Unlock deep insights

Running Magento? Install the optional extension to add health collectors, checkout flow testing, and store-level diagnostics.

Pulsar Pricing

Monthly pricing shown. Billed monthly or save with annual.

Sentry

/mo

10 HTTP sites · 1-min checks

Email + Slack + Discord alerts

Start 14-Day Free Trial
Most popular
Guard

/mo

25 sites · 10 checkout flows

20 health collectors · 30-day retention

Start 14-Day Free Trial
Fortress

/mo

100 sites · 25 flows @ 5-min

PagerDuty · 1-year retention

Start 14-Day Free Trial

Frequently asked questions

What's a “silent failure”?

Does Pulsar work with platforms other than Magento?

What Magento versions does the extension support?

I have a custom Magento theme — does checkout-flow monitoring still work?

How do I keep alert noise under control?

Does Pulsar pair with Orbit?

How is Pulsar different from New Relic, Datadog, or Uptime Robot?

Can I self-host Pulsar?

Start monitoring your store in 60 seconds

Start your 14-day free trial on the Guard plan. Cancel anytime before billing starts.