Skip to content

jtyr/prometheus-deb

Repository files navigation

prometheus-deb

DEB packages for tools from prometheus.io.

Build Status Packagecloud

Packages

Packages are built for the following products:

Usage

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
...

Author

Jiri Tyr

License

MIT