Prerequisites

Pre-Deployment Checklist

Collectors must be able to initiate connections to Bindplane for OpAMP (websocket) and throughput measurements (HTTP). Bindplane will never initiate connections to the collector. The firewall can be configured to prevent Bindplane from reaching the collector networks, however, collector networks must be able to reach Bindplane on the configured port.

Collector Updates

Bindplane will reach out to github.com/observIQ/bindplane-agent/releases to detect new collector releases. This feature is optional.

You can disable GitHub polling by setting agentVersions.syncInterval to 0 in your Bindplane configuration.

agentVersions:
  syncInterval: 0

Last updated

Was this helpful?