Xymon Mailing List Archive search

hobbit client init script

list T.J. Yang
Fri, 06 Oct 2006 16:30:39 -0500
Message-Id: <user-6dc3305fb175@xymon.invalid>

From: Nicolas Dorfsman <user-0b8cdfcc881d@xymon.invalid>
Reply-To: user-ae9b8668bcde@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] hobbit client init script
Date: Fri, 6 Oct 2006 15:27:43 +0200


Le 6 oct. 06 � 15:24, T.J. Yang a �crit :
One way is to modify/enhance hobbit init script to kill  processes  own by 
hobbit after the stop.


In Solaris, ie. kill `ps -u hobbit | grep -v PID|  awk '{print $1}'`

pkill -u hobbit
Much elegant solution for solaris hobbit init script.
Thanks for the tip.

tj