Update README.md

This commit is contained in:
Christian P. MOMON 2022-10-05 16:34:38 +00:00
parent 7a6e19d563
commit b3dcbb1bf6
1 changed files with 29 additions and 0 deletions

View File

@ -3,3 +3,32 @@
Équipe : neox + Cpm. Équipe : neox + Cpm.
Date création : octobre 2022. Date création : octobre 2022.
# Installation
Prodécure de référence : https://github.com/bderenzo/tinystatus#setup
Créer le dossier web cible :
```
mkdir -p /var/www/status.chalec.org/
chown www-data /var/www/status.chalec.org/
```
Récupérer l'application :
```
cd /srv/
git clone https://github.com/bderenzo/tinystatus.git
```
Paramétrer les éléments à surveiller, en éditant le fichier `checks.csv` :
```
http, 200, Chalec website, https://www.chalec.org/
http4, 200, Chalec website, https://www.chalec.org/
http6, 200, Chalec website, https://www.chalec.org/
```
Programmer un cron dans /etc/cron.d/tinystatus:
```
1 * * * * root /srv/tinystatus/tinystatus > /var/www/status.chalec.org/index.html
```