mirror of
https://github.com/YunoHost-Apps/prometheus_ynh.git
synced 2024-09-03 20:16:01 +02:00
47 lines
2.8 KiB
Markdown
47 lines
2.8 KiB
Markdown
<!--
|
||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||
-->
|
||
|
||
# Prometheus для YunoHost
|
||
|
||
[![Уровень интеграции](https://dash.yunohost.org/integration/prometheus.svg)](https://ci-apps.yunohost.org/ci/apps/prometheus/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/prometheus.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/prometheus.maintain.svg)
|
||
|
||
[![Установите Prometheus с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=prometheus)
|
||
|
||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||
|
||
> *Этот пакет позволяет Вам установить Prometheus быстро и просто на YunoHost-сервер.*
|
||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||
|
||
## Обзор
|
||
|
||
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.
|
||
|
||
|
||
**Поставляемая версия:** 2.54.1~ynh1
|
||
|
||
**Демо-версия:** <https://demo.do.prometheus.io>
|
||
## Документация и ресурсы
|
||
|
||
- Официальный веб-сайт приложения: <https://prometheus.io>
|
||
- Официальная документация администратора: <https://prometheus.io/docs>
|
||
- Репозиторий кода главной ветки приложения: <https://github.com/prometheus/prometheus>
|
||
- Магазин YunoHost: <https://apps.yunohost.org/app/prometheus>
|
||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/prometheus_ynh/issues>
|
||
|
||
## Информация для разработчиков
|
||
|
||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing).
|
||
|
||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
|
||
или
|
||
sudo yunohost app upgrade prometheus -u https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|