Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# prometheus3
# Prometheus3

[![RPM builds for EL8, EL9 and EL10](https://github.com/cloudox-org/prometheus3/actions/workflows/rpm-build.yml/badge.svg?branch=main)](https://github.com/cloudox-org/prometheus3/actions/workflows/rpm-build.yml)

Prometheus3 RPM builds for EL8,EL9 and EL10

RPM repo available here:

https://rpms.cloudox.org/prometheus/
<https://rpms.cloudox.org/prometheus/>

This repo prioritizes LTS releases and overall stability for EL releases

Setup:

* Add the following to `/etc/yum.repos.d/prometheus.repo` for the desired platform, example:

This repo prioritizes LTS releases and overall stability for EL
```
[prometheus-10]
name=prometheus 10
baseurl=https://rpms.cloudox.org/prometheus/el10/
gpgcheck=1
enabled=1
gpgkey=https://rpms.cloudox.org/prometheus/gpgkeys/RPM-GPG-KEY-prometheus-rpm
```
Loading