#!/usr/bin/ksh
# ESOT3Proc
# Surveillance du process Transmitter
# systeme : solaris 2.5
#
# 23/11/97	ISD-12153/Y.Le Cornec
#
if [ -f /logiciel/castanet/transmitter/transmitter.lock ]
then 
	/logiciel/OpC/opcmon ESO_TransProc=`/usr/bin/ps -afe | /usr/bin/grep ms3M | /usr/bin/grep -vc grep`
else
	/logiciel/OpC/opcmon ESO_TransProc=1
fi
