HomeAdmin ManualSystem AdministrationViewing and Tracking System Health

4.1. Viewing and Tracking System Health

Updated: Jul 15 2026, 05:57 PM

The System Health page (Admin > System > System Health) System Health runs a full set of diagnostic checks against your installation and reports an overall status. 

It gives administrators a single place to confirm that HelpSpot's core services and dependencies are healthy and functioning correctly, and it proactively alerts administrators when it detects a serious issue, so problems are surfaced automatically rather than requiring someone to watch the page.

Administrators can download a system health report by clicking the Download report for support button at the top of the page, which exports a .txt file that mirrors the page.

Note: System Health was introduced in HelpSpot 5.8.2. It replaces the former standalone System Information page, whose details are now shown at the bottom of this page (see System Information below).

Status Levels

Each check reports one of four statuses:

Check results adapt to how your installation is deployed — self-hosted versus Cloud, Windows versus Linux, and MySQL versus SQL Server — so the exact checks and remediation text you see will depend on your environment. On HelpSpot Cloud, checks managed by a self-hosting infrastructure are hidden from the page.

For Warning and Critical results, the System Health page will display a brief explanation of the issue and where/how to fix it (if applicable).

Checks

Checks are grouped by severity into three tiers.

Tier 1 – Critical Systems

Tier 2 – Mail Health

Tier 3 – System Information

This section shows key facts about your installation as informational rows, including HelpSpot version, PHP version, database, active mailbox count, and default email sending method.

As noted above, some of this information (PHP version, PHP extensions, PHP upload limits, Database Version) are specific to self-hosted (on-premise) Help Spot instances.

Proactive Alerting

System Health displays a banner with a link to the System Health page on every admin page when it detects a critical issue that needs attention. The banner is not dismissible and clears on its own once the issue is resolved.

Additionally, administrators receive an in-app notification linking to the System Health page when critical issues are detected, followed by a resolution notification when the issue clears.

Running System Health from the Command Line

A companion CLI command runs the same set of checks:

php hs health

The command exits with a non-zero status when any check is critical, so it can be wired into your own monitoring or deployment scripts. On Windows, run the command using the PHP that ships with HelpSpot, as described in HelpSpot Command Line Tool.

Knowledge Tags

This page was: Helpful | Not Helpful