[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to get the Absolutely essential result "PS".
- To: xymon (at) xymon.com
- Subject: How to get the Absolutely essential result "PS".
- From: Jayanta Kundu <jayantak007 (at) gmail.com>
- Date: Fri, 24 Dec 2010 10:45:24 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=dIeEqsLi6H5H7Nv6TBjMFre7TqtVGBo1KODkREPmDWg=; b=CT1XcmnTXCYyXFkkfu2DQX/oKSS+yVTqozhBOT+WFik7ju6hxW+cxgwV5ylYsnyEQ0 VQBqO5kSumUxc5oWAMO5WztgMD7exoNiKVNtER0oVTiikLUh/P1zN8ec0fYfPcmGvQnA mnGl25hLibyRyAKYbL3mk6SEkcaCDRg7QWlRU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=v2z2hsg/6DOuypATcQiSQ1Waz4BJYioYd227ZcOYZxW74vLJf/eyN1nFx4QxxG0etO ObRQGnbKmrnoaIgRrRPYGH2jpadm8C284KNI0nJvGnAaeb2v0CYkCCcrbPzA0g7ajg+S 9vyFh8WSJD8KTf/0hlV81QKh+UeyvPjDUK+fc=
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.
With Regards,
Jayanta.