DEB packages for tools from prometheus.io.
Packages are built for the following products:
DEB packages created from this Git repository are hosted by Packagecloud. You can add the APT repository like this:
curl -L https://packagecloud.io/prometheus-deb/release/gpgkey | apt-key add -
echo 'deb https://packagecloud.io/prometheus-deb/release/ubuntu/ xenial main' > /etc/apt/sources.list.d/prometheus.list
apt-get update
Then you can install individual packages:
apt-get install prometheus
apt-get install prometheus-alertmanager
apt-get install prometheus-pushgateway
...
Jiri Tyr
MIT