Installation

Each Bindplane release includes a matching version of Prometheus that can be used to deploy a dedicated Prometheus server. The package simplifies installation because it handles user creation and configuration management. If you wish to configure install and configure Prometheus on your own, you can follow the manual installation documentation. The recommended approach is to use the provided Linux package.

Download

Each Bindplane release includes packages for Debian and RHEL based distributions.

curl -L \
  -o bindplane-prometheus.deb \
  https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-prometheus_linux_amd64.deb

NOTE

Ubuntu and CentOS users should use the deb and rpm packages, respectively.

Install

Install the package with your package manager.

sudo apt-get install -f ./bindplane-prometheus.deb

Once the package is installed, it must be enabled and started.

sudo systemctl enable --now prometheus

Configuration

See the configuration documentation for configuration details.

Uninstall

The package can be removed using the package manager.

sudo apt-get remove bindplane-prometheus
sudo apt-get purge bindplane-prometheus

Last updated

Was this helpful?