[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] Request for get data from Oracle database.
- To: "xymon (at) xymon.com" <xymon (at) xymon.com>
- Subject: Re: [xymon] Request for get data from Oracle database.
- From: "Ryan Novosielski" <novosirj (at) umdnj.edu>
- Date: Mon, 3 Jan 2011 09:32:09 -0500
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:reply-to:subject:in-reply-to:mime-version:content-type; s=smtpout; bh=yv5uFTJ/IZagsbafU/qSm58gFBs=; b=mqsCRdxucq5suQvda8juhLbQ62nTCcyQZDh04bm5Knm5DXMFLtO+Dr11XOwQdU/mHdhS3oloYETOCPEe1/gM8IB7El+li3L7HdWUnYBEmNQXXep+Vz124jA+/H0VG3uWPXpvjpJngf8zJmej0ne+Ybk/SlLJMAtLi8cyn4rlAts=
Seems you'd need to create an external script/test that will do this. I believe there is a sample that comes with the distribution, but I'm not certain. In any case, looking at the scripts on xymonton.trantor.org would be instructive. These are launched by adding them to clientlaunch.cfg on a client if I am not mistaken, and probably hobbitlaunch.cfg on a server. Take a look at the documentation.
-- Sent from my Palm Pre
On Jan 3, 2011 5:11, Jayanta Kundu <jayantak007 (at) gmail.com> wrote:
Hi All,
I would like
get data from oracle database on a particular table.
For example:
SELECT
count(1) from emp;
I want to
display the result of the above query into my xymon page.
Kindly let
me know what the steps are for do the same. Which files need to modify/configure
etc.
With
Regards,
Jay.