Xymon Mailing List Archive search

xymon graphs are not visible

list Ashwin Agarwal
Mon, 17 Dec 2012 21:30:27 -0800
Message-Id: <user-a478e6a2461a@xymon.invalid>

I am sorry about that ryan. Actually i didn't installed xymon. The team who
installed xymon for us i already sent those questions to them and awaiting
for their response.

I guess they installed xymon using tarball. That's all i know.

Thanks,
Ashwin.

On Mon, Dec 17, 2012 at 7:02 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
My advice to you is that if you want help, you should answer the questions
that people ask you.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Monday, December 17, 2012 07:15 PM
*To*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>
*Cc*: Novosielski, Ryan; Xymon Email List <xymon at xymon.com>
*Subject*: Re: [Xymon] xymon graphs are not visible

Thank you for the showgraph.sh file. I will also need showgraph.cgi file.
Can anybody please provide me that file in a zipped format.

Ashwin.

On Mon, Dec 17, 2012 at 2:53 PM, <user-87556346d4af@xymon.invalid> wrote:
How did you install Xymon?

On 12/17/2012 05:23 PM, Ashwin Agarwal wrote:
Actually i checked that /xymon-cgi directory. Found that
"showgraph.sh " is missing there.  Can anybody please give me what
is mentioned in that script. I will copy it and see if it works.

Thank you, Ashwin.
Yeah, sounds like there may have been an issue on install. FWIW,
showgraph.sh is just a wrapper for showgraph.cgi. On my system it looks
like this, but adjust your paths as needed:

=== begin ====
#!/bin/sh

# This is the Xymon CGI script interface to showgraph.cgi
#
# Install this script in your webservers' cgi-bin directory

. /usr/share/xymon/server/etc/cgioptions.cfg
 exec /usr/share/xymon/server/bin/showgraph.cgi $CGI_SHOWGRAPH_OPTS
=== end ====


HTH,
-jc