Hi,
Because i'm using xymon also in the master host in lxc (with debian), so "ps" show all xymonlaunch used inside containers.
start-stop-daemon answer "already running"
Is it possible to change /etc/init.d/xymon-client, like that :
22a23
DAEMONNAME=xymonhyperv 51c52 < start-stop-daemon --exec $DAEMON --chuid xymon --umask 022 --start \
start-stop-daemon --name $DAEMONNAME --exec $DAEMON --chuidxymon --umask 022 --start --pidfile=$PIDFILE \
and the man say " Veuillez noter qu'à moins d'utiliser --pid ou --pidfile, le programme start-stop-daemon se comporte comme killall(1). start-stop-daemon recherche dans le tableau des processus tout pro‐ cessus qui correspond au nom, pid parent, uid et/ou gid du processus (si indiqué). Toute correspondance empêchera --start de démarrer le démon. Tous les processus qui correspondent recevront le signal TERM (ou le signal indiqué par --signal ou --retry) "