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

Enhance description

This commit is contained in:
tituspijean 2024-02-02 20:17:28 +01:00
parent bf8c49bc80
commit c4d26c0305
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 11 additions and 3 deletions

View file

@ -1,4 +1,6 @@
A Watchdog device makes sure that your server is still running. A watchdog service makes sure your server is still running and reboots it if necessary.
The included service will regularly write to that watchdog device. If it stops doing so, most likely due to a freeze, then the server will be rebooted. It better (only?) works if your server has a hardware watchdog device.
This Watchdog better (only?) works if you have a hardware watchdog integrated in your server. It has only been tested on Raspberry Pi so far. The included sercice will regularly write to `/dev/watchdog`. If it stops, then the freeze is detected and server rebooted.
This app has only been tested on Raspberry Pi.

6
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,6 @@
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* matériel.
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.