1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prometheus_ynh.git synced 2024-09-03 20:16:01 +02:00
Monitoring system and time series database, packaged for YunoHost
Find a file
2024-08-28 10:56:22 +02:00
.github Port to manifestv2 2024-01-03 22:02:22 +01:00
conf Port to manifestv2 2024-01-03 22:02:22 +01:00
doc doc manifestv2 2024-01-05 18:59:36 +01:00
scripts [autopatch] Do not delete logs on app removal 2024-06-23 18:59:31 +02:00
.gitignore Initial commit 2021-06-23 22:40:37 +02:00
ALL_README.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
LICENSE Initial commit 2021-06-23 22:40:37 +02:00
manifest.toml Upgrade sources 2024-08-28 03:47:19 +02:00
README.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_es.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_eu.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_fr.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_gl.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_id.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_it.md Auto-update README 2024-03-29 07:19:29 +01:00
README_ru.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
README_zh_Hans.md Auto-update READMEs 2024-08-28 01:47:22 +00:00
tests.toml Update tests.toml 2024-04-16 21:19:01 +02:00

Prometheus for YunoHost

Integration level Working status Maintenance status

Install Prometheus with YunoHost

Read this README in other languages.

This package allows you to install Prometheus quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.

It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.

Shipped version: 2.54.1~ynh1

Demo: https://demo.do.prometheus.io

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
or
sudo yunohost app upgrade prometheus -u https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps