Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Prometheus Package Installation

Each BindPlane OP 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.

1curl -L \
2  -o bindplane-prometheus.deb \
3  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.

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

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

bash
1sudo systemctl enable --now prometheus

Configuration

See the configuration documentation for configuration details.

Uninstall

The package can be removed using the package manager.

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