#!/bin/bash
. /usr/lib/eole/diagnose.sh

EchoGras "*** Eole-Client"
if [ $(CreoleGet activer_esu) = 'oui' ];then
    container_ip_fichier=$(CreoleGet container_ip_fichier)
    TestService Eole-Client $container_ip_fichier:8789
    TestService Eole-Client\ \(Web\) $container_ip_fichier:8790
else
    Inactif
fi
echo
exit 0
