Health Check
Health Check Extension Extension
The Health Check Extension enables an HTTP URL that can be probed to check the status of the Bindplane Collector.
Configuration Table
listen_address
string
0.0.0.0
Hostname or IP address where the collector will publish the health check status.
listen_port
int
13133
HTTP port on which to publish the health check status.
path
string
/
the path to be configured for the health check server
healthy_response_body
string
A static body that overrides the default response returned by health check service when the collector is healthy.
unhealthy_response_body
string
A static body that overrides the default response returned by the health check service when the collector is unhealthy.
enable_tls
bool
false
Whether or not to use TLS.
cert_file
string
A TLS certificate used for authentication.
key_file
Private Key File
A TLS private key used for authentication.
mutual_tls
bool
false
Whether or not to use mutual TLS authentication
client_ca_file
string
Certificate authority used to validate the client TLS certificates.
Example Configuration
Basic Configuration
For a basic configuration, we need to specify the listen_address, listen_port, and path parameters.
Web Interface

Standalone Extension
Configuration with Embedded Extension
// cspell:ignore 01HKZCF76TEYBEGHY0DZR040EQ
Last updated
Was this helpful?