[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] How to get the Absolutely essential result "PS".
- To: stef.coene (at) docum.org
- Subject: Re: [xymon] How to get the Absolutely essential result "PS".
- From: Jayanta Kundu <jayantak007 (at) gmail.com>
- Date: Fri, 24 Dec 2010 14:06:33 +0530
- Cc: xymon (at) xymon.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=VlbGWGdA2TAxB4HoE0A1aYHgZs2XFaivv/uETHnEhHs=; b=xkGnLHGE2rQK+Pvz3M5Yv4t2MdT9M44BqpeP+Bzu93cYaQr8vYceHhhtIKsTHJxzfG U0YbPjIMqe52pzZ9DMrRd+WcrKk5S2bVgbEB8cxJZKI1Pj8MTV44gfISeTY5BV4gGtiA J9hy0IUcd+NJ3rWeIz9AqnuVB/lH1FGAZ82O8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CpPzXqqHfDV0m6uZMCPoV6TbHtWqcGeCBdHJz50Fzeptyy0SxQjqAtOzEYmoGJHb/8 Om+DJL6oYl84zro5Vaai6dSoTwTyA8i0NCzDF7KXGsPzk46Vnr5dpku/UZfE81coxkzX oW6/51chCBSYh91ckIFT4PzqUOXoP8z2fqmlM=
- References: <AANLkTimNfY=9mAFp_+WeyF7=Zh+zG8JwiNv5P75pM-c9 (at) mail.gmail.com> <201012240756.43355.stef.coene (at) docum.org>
Hi Stef,
Thanks for your valuable suggestion. It is working fine.
With Regards,
Jayanta.
On Fri, Dec 24, 2010 at 12:26 PM, Stef Coene <stef.coene (at) docum.org> wrote:
> On Friday 24 December 2010, Jayanta Kundu wrote:
> > Hi All,
> >
> > I configured in Server side : "hobbitserver.cfg" as follows:
> > PS="ps -aef | egrep "process1 | process2""
> >
> > Also i configured in Client side : "hobbitclient.cfg" as follows:
> > PS="ps -aef | egrep "process1 | process2""
> >
> > After that i restart xymon client and server both.
> >
> > But still i got the result of:
> > PS="ps ax"
> >
> > I am unable to get the result of:
> > PS="ps -aef | egrep "process1 | process2""
> >
> > Kindly provide solution regarding this.
> From hobbitserver.cfg:
> "# DF,DFCMD and PS are for compatibility only, NOT USED by the Hobbit
> client"
>
> The client is actually a script. 1 script / platform. You have to edit
> that
> script. For linux, the script is hobbitclient-linux.sh in the client/bin
> directory.
>
>
> Stef
>
> To unsubscribe from the xymon list, send an e-mail to
> xymon-unsubscribe (at) xymon.com
>
>
>