Skip to content

Statuses and Health States

TermMeaningWhere you see it
ConnectedThe site or plugin is communicating normally with TMXIO.Site overview, plugin connection panel
PendingA setup, sync, or migration step has started but not finished.Site list, migration progress, plugin setup
ErrorThe last operation did not finish successfully.Site overview, deploy log, plugin status
Not detectedTMXIO could not confirm the expected runtime or configuration.External site overview, plugin diagnostics
DisconnectedThe site or plugin is no longer connected to TMXIO.Site list, external site overview
HealthyThe site is responding correctly and recent checks have passed.Monitoring panel, site overview
DegradedThe site is still responding but recent checks are slow or intermittent.Monitoring panel, uptime history
SuspendedThe site has been paused by an administrative action.Workspace settings, site overview

Most sites move between a small number of states over their lifetime. The diagram below shows the transitions that happen most often, and what triggers each one.

stateDiagram-v2
  [*] --> Healthy
  Healthy --> Degraded: heartbeat slow
  Degraded --> Healthy: recovers
  Degraded --> Disconnected: heartbeat stops
  Disconnected --> Healthy: reconnect
  Healthy --> Suspended: admin action
  Suspended --> Healthy: resume

A few notes on the transitions:

  • Healthy to Degraded is a leading indicator. It does not mean the site is down; it means the signals TMXIO uses to confirm health are slower than usual or arriving intermittently.
  • Degraded to Disconnected happens when the heartbeat stops entirely. For external sites, the most common cause is the plugin losing the ability to reach TMXIO.
  • Suspended is an administrative state and does not happen automatically. Resuming it returns the site to its previous behavior once the underlying issue is cleared.

Use this page when a support guide references a status and you need the short definition fast. For longer narrative explanations, follow the cross-link above into the matching workflow page.