# boundary-camel-components **Repository Path**: mirrors_boundary/boundary-camel-components ## Basic Information - **Project Name**: boundary-camel-components - **Description**: Camel component that implements ping, http testing, and port testing - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Boundary Camel Components ========================= Camel components for: - Ping - Port - SSH - URL Ping ---- Uses platform ping to determine a hosts availability Port ---- Tests a TCP Socket to determine the network service availability SSH --- Extends the Camel SSH component to remove limitations on being a consumer. Used to test if service is available on host by running a defined command on the host via SSH. URL --- Tests an arbitrary URL to determine the network service availability