status/README.md

35 lines
799 B
Markdown
Raw Normal View History

2022-10-05 15:27:03 +02:00
# Service STATUS
2022-10-05 15:34:19 +02:00
Équipe : neox + Cpm.
2022-10-05 15:27:03 +02:00
2022-10-05 15:33:16 +02:00
Date création : octobre 2022.
2022-10-05 18:34:38 +02:00
# 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
```