Module sources

Module sources 

Source
Expand description

Connector health and status listing.

Reports which connectors are configured and healthy. Used by both the ctx sources CLI command and the GET /tools/sources HTTP endpoint.

§Health Checks

Each connector performs a lightweight health check:

ConnectorHealthy When
filesystemConfigured root directory exists
gitgit --version succeeds (binary is on PATH)
s3Always true if configured (credentials checked at sync time)
slack, jiraPlaceholder — always NOT CONFIGURED

Structs§

SourceStatus
Health and configuration status of a single connector.

Functions§

get_sources
Returns the configuration and health status of all known connectors.
list_sources
CLI entry point for ctx sources.