[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] How to get the Absolutely essential result "PS".
- To: xymon (at) xymon.com
- Subject: Re: [xymon] How to get the Absolutely essential result "PS".
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Fri, 24 Dec 2010 07:56:43 +0100
- References: <AANLkTimNfY=9mAFp_+WeyF7=Zh+zG8JwiNv5P75pM-c9 (at) mail.gmail.com>
- User-agent: KMail/1.13.5 (Linux/2.6.35-23-generic; KDE/4.5.1; i686; ; )
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