mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
52 lines
No EOL
2.3 KiB
Markdown
52 lines
No EOL
2.3 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# NetData pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/netdata)  
|
||
|
||
[](https://install-app.yunohost.org/?app=netdata)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer NetData rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
NetData is a system for **distributed real-time performance and health monitoring**.
|
||
It provides **unparalleled insights, in real-time**, of everything happening on the
|
||
system it runs (including applications such as web and database servers), using
|
||
**modern interactive web dashboards**.
|
||
|
||
_netdata is **fast** and **efficient**, designed to permanently run on all systems
|
||
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
|
||
disrupting their core function._
|
||
|
||
|
||
**Version incluse :** 1.44.3~ynh1
|
||
|
||
**Démo :** https://learn.netdata.cloud/docs/agent/demo-sites/
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <http://my-netdata.io>
|
||
* Documentation officielle de l’admin : <https://learn.netdata.cloud/docs>
|
||
* Dépôt de code officiel de l’app : <https://github.com/netdata/netdata>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/netdata>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/netdata_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/netdata_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/netdata_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade netdata -u https://github.com/YunoHost-Apps/netdata_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |