Update README.md
This commit is contained in:
parent
7a6e19d563
commit
b3dcbb1bf6
29
README.md
29
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue