From 5a03626e4573ac5ae91f4188c80628794315c846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bousqui=C3=A9?= Date: Thu, 29 Nov 2018 16:41:45 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- admin/winlog_admin_conf.php.example | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b946c29..29247dd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Les connexions sont archivées dans une base de données et peuvent faire l'obje Voir la [documentation](https://github.com/jbousquie/winlog/wiki) -version : 1.4.0 _([Change Log](https://github.com/jbousquie/winlog/wiki/Change-Log))_ +version : 1.5.0 _([Change Log](https://github.com/jbousquie/winlog/wiki/Change-Log))_ note : depuis la version 1.4.0 proposant la fonctionnalité de démarrer un script sur une machine distante, Winlog se nomme Winlog-R (remote) pour le différentier des versions précédentes. *Licence [CeCILL-B](http://www.cecill.info/)* @@ -17,7 +17,14 @@ php-http-request2 pour les fonctionnalités externes (contrôle Web, contrôle ``` pear install http_request2 ``` - + +bash et fping pour le démon ping +``` +// bash est présent par défaut sur les système Linux +// debian / ubuntu : installation de fping +sudo apt install fping +``` + Pour le contrôle Web : * Squid + SquidGuard diff --git a/admin/winlog_admin_conf.php.example b/admin/winlog_admin_conf.php.example index 71a2910..411c057 100644 --- a/admin/winlog_admin_conf.php.example +++ b/admin/winlog_admin_conf.php.example @@ -138,7 +138,7 @@ $trombino_defaut_url = "http://lamp.iut.rdz/trombi/vr_tn_IUT_Rodez.jpg"; $trombino_extension_fichier = ".jpg"; // Ping : s'appuie sur la commande système fping -// NOTE : tous les chemins doivent être absolus ! +// NOTE : tous les chemins doivent être absolus ! l'utilisateur apache www-data ne connait pas forcément l'environnement. // fichier de la liste d'adresses IP à pinger (fichierIN), doit être accessible en lecture/écriture $fichier_liste_ip = "/var/www/html/admin/ping/liste_ip.txt"; // ficher de la liste des adresses ayant répondu au ping (fichierOUT), doit être accessible en lecture/écriture