From 429c33df9e4264344f669e061163d1ef22f43574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bousqui=C3=A9?= Date: Wed, 5 Dec 2018 10:31:22 +0100 Subject: [PATCH] stop ping --- README.md | 2 +- admin/get_ping.php | 19 ++++++++++ admin/index.php | 5 +-- admin/ping/winlog_ping.sh | 4 +-- admin/ping/winlog_start_ping.sh | 8 ++--- admin/ping/winlog_stop_ping.sh | 23 ++++++++++++ admin/recup_salles.php | 2 +- admin/stop_ping.php | 54 +++++++++++++++++++++++++++++ admin/winlog_admin_conf.php.example | 5 +-- 9 files changed, 110 insertions(+), 12 deletions(-) create mode 100644 admin/get_ping.php create mode 100755 admin/ping/winlog_stop_ping.sh create mode 100644 admin/stop_ping.php diff --git a/README.md b/README.md index 29247dd..c149dea 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.5.0 _([Change Log](https://github.com/jbousquie/winlog/wiki/Change-Log))_ +version : 1.6 _([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/)* diff --git a/admin/get_ping.php b/admin/get_ping.php new file mode 100644 index 0000000..2ef6238 --- /dev/null +++ b/admin/get_ping.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/admin/index.php b/admin/index.php index 029b5bb..a5f38f8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -80,9 +80,10 @@ if ($profil == $niveaux[$roles[3]]) { ?> - + +
- +

-

WINLOG

+

WINLOG-R

Récupération des machines et des salles

Ce traitement vient de récupérer les machines et les salles depuis le serveur Active Directory.
/dev/null'; + if ($winlog_ping_debug) { + $redirect = ' >> '. $winlog_ping_error; + } + + $command = $winlog_stop_ping . ' ' . $winlog_ping_conf . $redirect . ' 2>&1'; + //echo $command; + exec($command); +}; + +// Arrêt du démon +Stop_demon_ping(); + +?> + + + + + Winlog + + + + +

WINLOG-R

+

Arrêt Ping

+

Le démon ping qui tournait éventuellement en arrière-plan vient d'être stoppé.

+ +

Si besoin, le démon ping peut être maintenant relancé à la demande en récupérant les salles. + +

Retour menu principal

+ + + \ No newline at end of file diff --git a/admin/winlog_admin_conf.php.example b/admin/winlog_admin_conf.php.example index 84af407..d9c08d2 100644 --- a/admin/winlog_admin_conf.php.example +++ b/admin/winlog_admin_conf.php.example @@ -1,6 +1,6 @@