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.debcurl -L \
-o bindplane-prometheus.deb \
https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-prometheus_linux_arm64.debcurl -L \
-o bindplane-prometheus.rpm \
https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-prometheus_linux_amd64.rpmcurl -L \
-o bindplane-prometheus.rpm \
https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-prometheus_linux_arm64.rpmInstall
Install the package with your package manager.
sudo apt-get install -f ./bindplane-prometheus.debsudo yum install bindplane-prometheus.rpmOnce the package is installed, it must be enabled and started.
sudo systemctl enable --now prometheusConfiguration
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-prometheussudo yum remove bindplane-prometheusLast updated
Was this helpful?