Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtyr/prometheus-deb
DEB packages for tools from prometheus.io.
https://github.com/jtyr/prometheus-deb
deb package prometheus
Last synced: 22 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T02:56:11.000Z (almost 6 years ago)
- Last Synced: 2024-12-06T19:53:55.598Z (27 days ago)
- Topics: deb, package, prometheus
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 4
- 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/).
[![Build Status](https://travis-ci.org/jtyr/prometheus-deb.svg?branch=master)](https://travis-ci.org/jtyr/prometheus-deb)
[![Packagecloud](https://img.shields.io/badge/%E2%98%81-Packagecloud-707aed.svg)](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