1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/watchdog_ynh.git synced 2024-06-22 05:42:53 +02:00
watchdog_ynh/README_fr.md

47 lines
2.3 KiB
Markdown
Raw Normal View History

2024-02-02 20:08:14 +01:00
<!--
2024-05-28 23:31:25 +02:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2024-02-02 20:08:14 +01:00
-->
# Watchdog pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/watchdog.svg)](https://dash.yunohost.org/appci/app/watchdog) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/watchdog.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/watchdog.maintain.svg)
[![Installer Watchdog avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=watchdog)
2024-03-29 07:27:34 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2024-02-02 20:08:14 +01:00
2024-03-29 07:27:34 +01:00
> *Ce package vous permet dinstaller Watchdog rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2024-02-02 20:08:14 +01:00
## Vue densemble
2024-02-21 04:40:54 +01:00
Un service de surveillance *watchdog* s'assure que votre serveur tourne toujours, et le redémarre si nécessaire.
Il tournera préférentiellement (uniquement?) si votre serveur est équipé d'un [*watchdog*](https://fr.wikipedia.org/wiki/Chien_de_garde_(informatique)) matériel.
2024-02-02 20:08:14 +01:00
2024-02-02 20:18:40 +01:00
Le service inclut ira régulièrement écrire dans `/dev/watchdog`. S'il s'arrête, le plantage est alors détecté et résolu par un redémarrage du système.
Cette application n'a été testée que sur Raspberry Pi.
2024-02-02 20:08:14 +01:00
2024-05-28 23:31:25 +02:00
**Version incluse:** 5.16~ynh2
2024-02-02 20:08:14 +01:00
## Documentations et ressources
2024-03-29 07:27:34 +01:00
- Dépôt de code officiel de lapp: <https://sourceforge.net/projects/watchdog/>
- YunoHost Store: <https://apps.yunohost.org/app/watchdog>
- Signaler un bug: <https://github.com/YunoHost-Apps/watchdog_ynh/issues>
2024-02-02 20:08:14 +01:00
## Informations pour les développeurs
2024-03-29 07:27:34 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/watchdog_ynh/tree/testing).
2024-02-02 20:08:14 +01:00
2024-03-29 07:27:34 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2024-02-02 20:08:14 +01:00
2024-03-29 07:27:34 +01:00
```bash
2024-02-02 20:08:14 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/watchdog_ynh/tree/testing --debug
ou
sudo yunohost app upgrade watchdog -u https://github.com/YunoHost-Apps/watchdog_ynh/tree/testing --debug
```
2024-03-29 07:27:34 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>