#!/bin/bash
###########################################################################
# Eole NG - 2007
# Copyright Pole de Competence Eole  (Ministere Education - Academie Dijon)
# Licence CeCill  cf /root/LicenceEole.txt
# eole@ac-dijon.fr
#
# 15-ZephirServices
#
# diagnostiques spécifiques au module Zephir NG
#
###########################################################################
. /usr/lib/eole/diagnose.sh

EchoGras "*** Services Zéphir"
if [ "$(CreoleGet activer_web_zephir)" == 'oui' ];then
    TestService "Application web" $adresse_ip_eth0:8070
fi
TestService "Backend HTTP" $(CreoleGet adresse_ip_eth0):8090
TestService "Backend XMLRPC" $(CreoleGet adresse_ip_eth0):7080
echo
exit 0
