22 lines
1002 B
Markdown
22 lines
1002 B
Markdown
# Readme
|
|
|
|
[](https://jenkins.confdroid.com/job/confdroid-prometheus-rpms/)
|
|
[](https://sonarqube.confdroid.com/dashboard?id=confdroid-prometheus-rpms)
|
|
|
|
## Purpose
|
|
|
|
This repository aims to provide prometheus RPMs based on the officially released tarballs for easier installations. Any credit for creating the source code etc. goes fully to the Prometheus Team, he we created only the rpms.
|
|
|
|
## Configuring the repo file
|
|
|
|
The following repo config is required:
|
|
```bash
|
|
[gitea-confdroid-pm]
|
|
name=confdroid-prometheus
|
|
baseurl=https://gitea.confdroid.com/api/packages/confdroid/rpm
|
|
enabled=1
|
|
gpgcheck=1
|
|
gpgkey=https://gitea.confdroid.com/confdroid/confdroid-package-management/raw/branch/master/keys/RPM-GPG-KEY-public.asc
|
|
```
|
|
|