mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Create app_prometheus.md
This commit is contained in:
parent
d814292296
commit
fd593a0f1c
1 changed files with 28 additions and 0 deletions
28
pages/04.applications/10.docs/prometheus/app_prometheus.md
Normal file
28
pages/04.applications/10.docs/prometheus/app_prometheus.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: Prometheus
|
||||
template: docs
|
||||
taxonomy:
|
||||
category: docs, apps
|
||||
routes:
|
||||
default: '/app_prometheus'
|
||||
---
|
||||
|
||||
[![Installer Prometheus with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=prometheus) [![Integration level](https://dash.yunohost.org/integration/prometheus.svg)](https://dash.yunohost.org/appci/app/prometheus)
|
||||
|
||||
### Index
|
||||
|
||||
- [Useful links](#useful-links)
|
||||
|
||||
*Prometheus* is a monitoring system and time series database.
|
||||
|
||||
### Disclaimers / important information
|
||||
|
||||
* Port assigned to the app can be read in `/etc/yunohost/apps/prometheus/settings.yml` or within CLI with `yunohost app info prometheus --full`
|
||||
* The app is configurable within the file `/opt/yunohost/prometheus/prometheus.yml`, then reboot the app service.
|
||||
|
||||
## Useful links
|
||||
|
||||
+ Website: [prometheus.io](https://prometheus.io/)
|
||||
+ Demonstration: [Demo](https://demo.do.prometheus.io/)
|
||||
+ Application software repository: [github.com - YunoHost-Apps/prometheus](https://github.com/YunoHost-Apps/prometheus_ynh)
|
||||
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/prometheus/issues](https://github.com/YunoHost-Apps/prometheus_ynh/issues)
|
Loading…
Reference in a new issue