https://github.com/jtyr/prometheus-deb
DEB packages for tools from prometheus.io.
https://github.com/jtyr/prometheus-deb
deb package prometheus
Last synced: about 1 year ago
JSON representation
DEB packages for tools from prometheus.io.
- Host: GitHub
- URL: https://github.com/jtyr/prometheus-deb
- Owner: jtyr
- License: mit
- Created: 2017-11-24T21:55:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T02:56:11.000Z (over 7 years ago)
- Last Synced: 2025-03-30T11:26:39.422Z (over 1 year ago)
- Topics: deb, package, prometheus
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
prometheus-deb
===============
DEB packages for tools from [prometheus.io](https://prometheus.io/).
[](https://travis-ci.org/jtyr/prometheus-deb)
[](https://packagecloud.io/prometheus-deb/release)
Packages
--------
Packages are built for the following products:
- [Prometheus](https://github.com/prometheus/prometheus)
- [Alertmanager](https://github.com/prometheus/alertmanager)
- [Pushgateway](https://github.com/prometheus/pushgateway)
Usage
-----
DEB packages created from this Git repository are hosted by
[Packagecloud](https://packagecloud.io/prometheus-deb/release). You can add the
APT repository like this:
```shell
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:
```shell
apt-get install prometheus
apt-get install prometheus-alertmanager
apt-get install prometheus-pushgateway
...
```
Author
------
Jiri Tyr
License
-------
MIT