cc-connect

Mobile bridge operational status

up down
{#if health?.container_status === "running"} {:else} {/if}
{#if requestError}

cc-connect action failed

{requestError}

{/if}
{#if loading && !health}
{#each Array(8) as _}
{/each}
{:else if health}

Health Status

{valueOrDash(health.status)}

OK

{String(Boolean(health.ok))}

Source

{valueOrDash(health.source)}

Container

{valueOrDash(health.container_name)}

Container Status

{valueOrDash(health.container_status)}

Endpoint

{valueOrDash(health.endpoint)}

HTTP Status

{valueOrDash(health.http_status)}

Latency

{health.latency_ms === null || health.latency_ms === undefined ? "—" : `${health.latency_ms} ms`}

Error

{valueOrDash(health.error)}

{:else}

No health data available.

{/if}