Xymon Mailing List Archive search

xymon graphs are not visible

28 messages in this thread

list Ashwin Agarwal · Mon, 17 Dec 2012 09:41:56 -0600 ·
Hi,

Xymon graphs are not visible.  Please check the attachment. Can some body
please advise on this.

Thank you,
Ashwin.
list Ashwin Agarwal · Mon, 17 Dec 2012 09:45:22 -0600 ·
Also  i am seeing below message when i click on graphs.

*The requested URL /xymon-cgi/showgraph.sh was not found on this server.*

Thank you,
Ashwin.
quoted from Ashwin Agarwal


On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi,

Xymon graphs are not visible.  Please check the attachment. Can some body
please advise on this.

Thank you,
Ashwin.

list Ashwin Agarwal · Mon, 17 Dec 2012 09:49:31 -0600 ·
I also would like to mention that our xymon server is on Linux box and
xymon client agents are W2K8 server.

Please let me know if you need any more information.
quoted from Ashwin Agarwal

Thank you,
Ashwin.


On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Also  i am seeing below message when i click on graphs.

*The requested URL /xymon-cgi/showgraph.sh was not found on this server.*

Thank you,
Ashwin.


On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi,

Xymon graphs are not visible.  Please check the attachment. Can some body
please advise on this.

Thank you,
Ashwin.

list Mike Burger · Mon, 17 Dec 2012 10:52:04 -0500 ·
What does your /etc/httpd/conf.d/xymon.conf (or xymon-apache.conf) look
like?

 
--

Mike Burger

AIX Administrator

  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX 

E-mail:  user-c26873f0522a@xymon.invalid

"Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of Ashwin Agarwal
Sent: Monday, December 17, 2012 10:50 AM
To: xymon at xymon.com
Subject: Re: [Xymon] xymon graphs are not visible
quoted from Ashwin Agarwal

 
I also would like to mention that our xymon server is on Linux box and
xymon client agents are W2K8 server.

 
Please let me know if you need any more information.

 
Thank you,

Ashwin.


On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
quoted from Ashwin Agarwal
wrote:

Also  i am seeing below message when i click on graphs.

 
The requested URL /xymon-cgi/showgraph.sh was not found on this server.

 
Thank you,
Ashwin.

 

On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
quoted from Ashwin Agarwal
wrote:

Hi,

 
Xymon graphs are not visible.  Please check the attachment. Can some
body please advise on this.

 
Thank you,

Ashwin.

 

CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
the sole use of the intended recipient(s) and may contain confidential
information. Any unauthorized review, use, disclosure, alteration or
distribution is strictly prohibited and may violate state or federal law. If you
are not the intended recipient, please contact the sender by reply e-mail,
delete this email and destroy all copies of the message.
list Ashwin Agarwal · Mon, 17 Dec 2012 10:04:12 -0600 ·
Hi Mike,

Our xymon-apache.conf is in /home/xymon/server/etc directory. It looks like
below

# This file is for Apache 1.3.x and Apache 2.0.x
#
# Add this to your Apache configuration, it makes
# the Xymon webpages and cgi-scripts available in the
# "/xymon" and "/xymon-cgi" URLs.

# NB: The "Alias" line below must NOT be used if you have
#     the Xymon webfiles as the root URL. In that case,
#     you should instead set this:
#
#          DocumentRoot /home/xymon/server/www
Alias /xymon/  "/home/xymon/server/www/"
<Directory "/home/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>
ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>
ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
    # Password file where users with access to these scripts are kept.
    # Create it with "htpasswd -c /home/xymon/server/etc/xymonpasswd
USERNAME"
    # Add more users / change passwords with "htpasswd
/home/xymon/server/etc/xymonpasswd USERNAME"
    #
    # You can also use a group file to restrict admin access to members of a
    # group, instead of anyone who is logged in. In that case you must setup
    # the "xymongroups" file, and change the "Require" settings to require
    # a specific group membership. See the Apache docs for more details.
    AuthUserFile /home/xymon/server/etc/xymonpasswd
    AuthGroupFile /home/xymon/server/etc/xymongroups
    AuthType Basic
    AuthName "Xymon Administration"
    # "valid-user" restricts access to anyone who is logged in.
    Require valid-user
    # "group admins" restricts access to users who have logged in, AND
    # are members of the "admins" group in xymongroups.
    # Require group admins
</Directory>
# Rewrite-rules for migrating from the URL's used in Hobbit
RewriteEngine On
RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L]
RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L]
RewriteRule ^/xymon/bbnk.html /xymon/critical.html [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-eventlog.sh /xymon-cgi/eventlog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-snapshot.sh /xymon-cgi/snapshot.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/hobbitcolumn.sh /xymon-cgi/columndoc.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-hostsvc.sh /xymon-cgi/svcstatus.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-confreport-critical.sh
/xymon-cgi/confreport-critical.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-perfdata.sh /xymon-cgi/perfdata.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-enadis.sh /xymon-seccgi/enadis.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-nkedit.sh /xymon-seccgi/criticaleditor.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh
[R=permanent,L]

Thanks for your help.

Ashwin.


On Mon, Dec 17, 2012 at 9:52 AM, Mike Burger <
quoted from Mike Burger
user-c26873f0522a@xymon.invalid> wrote:
 What does your /etc/httpd/conf.d/xymon.conf (or xymon-apache.conf) look
like?****

** **

--****

*Mike Burger*****

*AIX Administrator*

*[image: cid:image001.gif at 01CC72C8.834C1990]*<http://freedomhome.fhmc.local/intranet/main.jsp>;
****

*Phone (XXX) XXX-XXXX**, **Fax** **(XXX) XXX-XXXX, Cell (XXX) XXX-XXXX ***

*E-mail:  **user-c26873f0522a@xymon.invalid*<user-9fdcca966073@xymon.invalid>
quoted from Mike Burger
****

"Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts****

** **

*From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On
Behalf Of *Ashwin Agarwal
*Sent:* Monday, December 17, 2012 10:50 AM
*To:* xymon at xymon.com
*Subject:* Re: [Xymon] xymon graphs are not visible****

** **

I also would like to mention that our xymon server is on Linux box and
xymon client agents are W2K8 server.****

 ****

Please let me know if you need any more information.****

 ****

Thank you,****

Ashwin.****


 ****

On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
wrote:****

Also  i am seeing below message when i click on graphs.****

 ****

*The requested URL /xymon-cgi/showgraph.sh was not found on this server.**
***

 ****

Thank you,
Ashwin.****

 ****


 ****

On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
wrote:****

Hi,****

 ****

Xymon graphs are not visible.  Please check the attachment. Can some body
please advise on this.****

 ****

Thank you,****

Ashwin.****

 ****

 ****

** **

** **

CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
the sole use of the intended recipient(s) and may contain confidential
information. Any unauthorized review, use, disclosure, alteration or
distribution is strictly prohibited and may violate state or federal law. If you
are not the intended recipient, please contact the sender by reply e-mail,
delete this email and destroy all copies of the message.

list Mike Burger · Mon, 17 Dec 2012 11:17:01 -0500 ·
How did you install Xymon (RPM on a Red Hat based system or from
tarball)?

 
If from tarball, did you create a symlink in /etc/httpd/conf.d (or, if
Ubuntu, /etc/apache2/conf.d), per the instructions, or did you, instead,
simply put Xymon in /var/www/html/xymon?

 
Apache looks at its own config file and, via include statement in that
config file, at the files in the conf.d directory. That file/symlink
causes Apache to read that config, which then tells it that /xymon is in
directory X and that /xymon-cgi is in directory Y. If Apache does not
source that configuration file, it will not know where the appropriate
scripts are supposed to be located and will throw up the not found
errors you're seeing.
quoted from Ashwin Agarwal

 
--

Mike Burger

AIX Administrator

  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX 

E-mail:  user-c26873f0522a@xymon.invalid

"Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts

 
From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid] 
Sent: Monday, December 17, 2012 11:04 AM
To: Mike Burger
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymon graphs are not visible

 
Hi Mike,

 
Our xymon-apache.conf is in /home/xymon/server/etc directory. It looks
like below

 
# This file is for Apache 1.3.x and Apache 2.0.x
#
# Add this to your Apache configuration, it makes
# the Xymon webpages and cgi-scripts available in the
# "/xymon" and "/xymon-cgi" URLs.


# NB: The "Alias" line below must NOT be used if you have
#     the Xymon webfiles as the root URL. In that case,
#     you should instead set this:
#
#          DocumentRoot /home/xymon/server/www

Alias /xymon/  "/home/xymon/server/www/"
<Directory "/home/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all

    # Password file where users with access to these scripts are kept.
    # Create it with "htpasswd -c /home/xymon/server/etc/xymonpasswd
USERNAME"
    # Add more users / change passwords with "htpasswd
/home/xymon/server/etc/xymonpasswd USERNAME"
    #
    # You can also use a group file to restrict admin access to members
of a
    # group, instead of anyone who is logged in. In that case you must
setup
    # the "xymongroups" file, and change the "Require" settings to
require
    # a specific group membership. See the Apache docs for more details.

    AuthUserFile /home/xymon/server/etc/xymonpasswd
    AuthGroupFile /home/xymon/server/etc/xymongroups
    AuthType Basic
    AuthName "Xymon Administration"

    # "valid-user" restricts access to anyone who is logged in.
    Require valid-user

    # "group admins" restricts access to users who have logged in, AND
    # are members of the "admins" group in xymongroups.
    # Require group admins

</Directory>

# Rewrite-rules for migrating from the URL's used in Hobbit
RewriteEngine On

RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L]
RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L]
RewriteRule ^/xymon/bbnk.html /xymon/critical.html [R=permanent,L]

RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-eventlog.sh /xymon-cgi/eventlog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-snapshot.sh /xymon-cgi/snapshot.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbitcolumn.sh /xymon-cgi/columndoc.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-hostsvc.sh /xymon-cgi/svcstatus.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-confreport-critical.sh
/xymon-cgi/confreport-critical.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-perfdata.sh /xymon-cgi/perfdata.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh
[R=permanent,L]

RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-enadis.sh /xymon-seccgi/enadis.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-nkedit.sh
/xymon-seccgi/criticaleditor.sh [R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh
[R=permanent,L]

 
Thanks for your help.

 
Ashwin.

 
On Mon, Dec 17, 2012 at 9:52 AM, Mike Burger <
user-c26873f0522a@xymon.invalid> wrote:

	What does your /etc/httpd/conf.d/xymon.conf (or
xymon-apache.conf) look like?

	 
	--

	Mike Burger

	AIX Administrator

	<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	E-mail:  user-c26873f0522a@xymon.invalid
<http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal

	"Once word leaks out that a pirate's gone soft, people begin to
disobey you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal

	From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com]
On Behalf Of Ashwin Agarwal
	Sent: Monday, December 17, 2012 10:50 AM
	To: xymon at xymon.com
	Subject: Re: [Xymon] xymon graphs are not visible

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal

	I also would like to mention that our xymon server is on Linux
box and xymon client agents are W2K8 server.

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Please let me know if you need any more information.
<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Thank you, <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Ashwin. <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	
	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal

	On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal
<user-25066da24861@xymon.invalid> wrote:

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Also  i am seeing below message when i click on graphs.
<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	The requested URL /xymon-cgi/showgraph.sh was not found on this
server. <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Thank you,
	Ashwin. <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	
	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal

	On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal
<user-25066da24861@xymon.invalid> wrote:

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Hi, <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal

	Xymon graphs are not visible.  Please check the attachment. Can
some body please advise on this.

<http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Thank you, <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	Ashwin. <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

	CONFIDENTIALITY NOTICE: This e-mail message, including all
attachments, is for <http://freedomhome.fhmc.local/intranet/main.jsp>; 
	the sole use of the intended recipient(s) and may contain
confidential <http://freedomhome.fhmc.local/intranet/main.jsp>; 
	information. Any unauthorized review, use, disclosure,
alteration or <http://freedomhome.fhmc.local/intranet/main.jsp>; 
	distribution is strictly prohibited and may violate state or
federal law. If you <http://freedomhome.fhmc.local/intranet/main.jsp>; 
	are not the intended recipient, please contact the sender by
reply e-mail, <http://freedomhome.fhmc.local/intranet/main.jsp>; 
	delete this email and destroy all copies of the message.
<http://freedomhome.fhmc.local/intranet/main.jsp>; 

  <http://freedomhome.fhmc.local/intranet/main.jsp>; 
quoted from Ashwin Agarwal


CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
the sole use of the intended recipient(s) and may contain confidential
information. Any unauthorized review, use, disclosure, alteration or
distribution is strictly prohibited and may violate state or federal law. If you
are not the intended recipient, please contact the sender by reply e-mail,
delete this email and destroy all copies of the message.
list Ashwin Agarwal · Mon, 17 Dec 2012 15:07:02 -0600 ·
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.


On Mon, Dec 17, 2012 at 10:17 AM, Mike Burger <
quoted from Mike Burger
user-c26873f0522a@xymon.invalid> wrote:
 How did you install Xymon (RPM on a Red Hat based system or from
tarball)?****

** **

If from tarball, did you create a symlink in /etc/httpd/conf.d (or, if
Ubuntu, /etc/apache2/conf.d), per the instructions, or did you, instead,
simply put Xymon in /var/www/html/xymon?****

** **

Apache looks at its own config file and, via include statement in that
config file, at the files in the conf.d directory. That file/symlink causes
Apache to read that config, which then tells it that /xymon is in directory
X and that /xymon-cgi is in directory Y. If Apache does not source that
configuration file, it will *not* know where the appropriate scripts are
supposed to be located and will throw up the not found errors you’re seeing.
****

** **

--****

*Mike Burger*****

*AIX Administrator*

*[image: cid:image001.gif at 01CC72C8.834C1990]*<http://freedomhome.fhmc.local/intranet/main.jsp>;
****

*Phone (XXX) XXX-XXXX**, **Fax** **(XXX) XXX-XXXX, Cell (XXX) XXX-XXXX ***

*E-mail:  **user-c26873f0522a@xymon.invalid*<user-9fdcca966073@xymon.invalid>
****

"Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts****

** **

*From:* Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent:* Monday, December 17, 2012 11:04 AM
*To:* Mike Burger
*Cc:* xymon at xymon.com

*Subject:* Re: [Xymon] xymon graphs are not visible****

** **

Hi Mike,****

 ****

Our xymon-apache.conf is in /home/xymon/server/etc directory. It looks
like below****

 ****

# This file is for Apache 1.3.x and Apache 2.0.x
#
# Add this to your Apache configuration, it makes
# the Xymon webpages and cgi-scripts available in the
# "/xymon" and "/xymon-cgi" URLs.****


# NB: The "Alias" line below must NOT be used if you have
#     the Xymon webfiles as the root URL. In that case,
#     you should instead set this:
#
#          DocumentRoot /home/xymon/server/www****

Alias /xymon/  "/home/xymon/server/www/"
<Directory "/home/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>****

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>****

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all****

    # Password file where users with access to these scripts are kept.
    # Create it with "htpasswd -c /home/xymon/server/etc/xymonpasswd
USERNAME"
    # Add more users / change passwords with "htpasswd
/home/xymon/server/etc/xymonpasswd USERNAME"
    #
    # You can also use a group file to restrict admin access to members of
a
    # group, instead of anyone who is logged in. In that case you must
setup
    # the "xymongroups" file, and change the "Require" settings to require
    # a specific group membership. See the Apache docs for more details.**
**

    AuthUserFile /home/xymon/server/etc/xymonpasswd
    AuthGroupFile /home/xymon/server/etc/xymongroups
    AuthType Basic
    AuthName "Xymon Administration"****

    # "valid-user" restricts access to anyone who is logged in.
    Require valid-user****

    # "group admins" restricts access to users who have logged in, AND
    # are members of the "admins" group in xymongroups.
    # Require group admins****

</Directory>****

# Rewrite-rules for migrating from the URL's used in Hobbit
RewriteEngine On****

RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L]
RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L]
RewriteRule ^/xymon/bbnk.html /xymon/critical.html [R=permanent,L]****

RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-eventlog.sh /xymon-cgi/eventlog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-snapshot.sh /xymon-cgi/snapshot.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/hobbitcolumn.sh /xymon-cgi/columndoc.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-hostsvc.sh /xymon-cgi/svcstatus.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-confreport-critical.sh
/xymon-cgi/confreport-critical.sh [R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-perfdata.sh /xymon-cgi/perfdata.sh
[R=permanent,L]
RewriteRule ^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh
[R=permanent,L]****

RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-enadis.sh /xymon-seccgi/enadis.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-nkedit.sh
/xymon-seccgi/criticaleditor.sh [R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh
[R=permanent,L]
RewriteRule ^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh
[R=permanent,L]****

 ****

Thanks for your help.****

 ****

Ashwin.****

 ****

 ****

 ****

 ****

 ****

 ****

 ****

On Mon, Dec 17, 2012 at 9:52 AM, Mike Burger <
user-c26873f0522a@xymon.invalid> wrote:****

  What does your /etc/httpd/conf.d/xymon.conf (or xymon-apache.conf) look
like?****

 ****

--****

*Mike Burger*****

*AIX Administrator*****

**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

*Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX
<http://freedomhome.fhmc.local/intranet/main.jsp>*

*E-mail:  user-c26873f0522a@xymon.invalid<http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger
• "Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."

--Westley/The Dread Pirate Roberts****<http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

*From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of Ashwin Agarwal
Sent: Monday, December 17, 2012 10:50 AM
To: xymon at xymon.com

Subject: Re: [Xymon] xymon graphs are not visible<http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger
• **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

I also would like to mention that our xymon server is on Linux box and

xymon client agents are W2K8 server.****<http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Please let me know if you need any more information.****<http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Thank you,**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Ashwin.**** <http://freedomhome.fhmc.local/intranet/main.jsp>;


 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal <*user-25066da24861@xymon.invalid*>
wrote:**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Also  i am seeing below message when i click on graphs.****<http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

*The requested URL /xymon-cgi/showgraph.sh was not found on this server.<http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger
• **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Thank you,
Ashwin.**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;


 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <*user-25066da24861@xymon.invalid*>
wrote:**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Hi,**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Xymon graphs are not visible.  Please check the attachment. Can some body

please advise on this.****<http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Thank you,**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

Ashwin.**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

 **** <http://freedomhome.fhmc.local/intranet/main.jsp>;

CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

the sole use of the intended recipient(s) and may contain confidential**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

information. Any unauthorized review, use, disclosure, alteration or**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

distribution is strictly prohibited and may violate state or federal law. If you**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

are not the intended recipient, please contact the sender by reply e-mail,**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

delete this email and destroy all copies of the message.**** <http://freedomhome.fhmc.local/intranet/main.jsp>;

** ** <http://freedomhome.fhmc.local/intranet/main.jsp>;

CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
the sole use of the intended recipient(s) and may contain confidential
information. Any unauthorized review, use, disclosure, alteration or
distribution is strictly prohibited and may violate state or federal law. If you
are not the intended recipient, please contact the sender by reply e-mail,
delete this email and destroy all copies of the message.

list Ryan Novosielski · Mon, 17 Dec 2012 17:25:55 -0500 ·
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

How did you install Xymon?
quoted from Ashwin Agarwal

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.


On Mon, Dec 17, 2012 at 10:17 AM, Mike Burger <user-c26873f0522a@xymon.invalid <mailto:user-c26873f0522a@xymon.invalid>> wrote:

How did you install Xymon (RPM on a Red Hat based system or from tarball)?____

__ __

If from tarball, did you create a symlink in /etc/httpd/conf.d
(or, if Ubuntu, /etc/apache2/conf.d), per the instructions, or did
you, instead, simply put Xymon in /var/www/html/xymon?____

__ __

Apache looks at its own config file and, via include statement in that config file, at the files in the conf.d directory. That file/symlink causes Apache to read that config, which then tells
it that /xymon is in directory X and that /xymon-cgi is in
directory Y. If Apache does not source that configuration file, it

will *not*know where the appropriate scripts are supposed to be
quoted from Ashwin Agarwal
located and will throw up the not found errors you’re seeing.____

__ __


*Mike Burger*____

*AIX Administrator____*

*cid:image001.gif at 01CC72C8.834C1990* <http://freedomhome.fhmc.local/intranet/main.jsp>____

*Phone (XXX) XXX-XXXX <tel:%28317%29%20537-3680>**, **Fax****(317) 537-4680 <tel:%28317%29%20537-4680>, Cell (XXX) XXX-XXXX <tel:%28317%29%20797-2040> **____*

*E-mail:  **user-c26873f0522a@xymon.invalid* <mailto:user-9fdcca966073@xymon.invalid>____

"Once word leaks out that a pirate's gone soft, people begin to disobey you and then it's nothing but work, work, work, all the time." --Westley/The Dread Pirate Roberts____

__ __

*From:*Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid <mailto:user-25066da24861@xymon.invalid>] *Sent:* Monday, December 17, 2012
11:04 AM *To:* Mike Burger *Cc:* xymon at xymon.com
<mailto:xymon at xymon.com>
quoted from Ashwin Agarwal


*Subject:* Re: [Xymon] xymon graphs are not visible____

__ __

Hi Mike,____

____

Our xymon-apache.conf is in /home/xymon/server/etc directory. It looks like below____

____

# This file is for Apache 1.3.x and Apache 2.0.x # # Add this to
your Apache configuration, it makes # the Xymon webpages and
cgi-scripts available in the # "/xymon" and "/xymon-cgi" URLs.____


# NB: The "Alias" line below must NOT be used if you have #     the
Xymon webfiles as the root URL. In that case, #     you should
instead set this: # #          DocumentRoot
/home/xymon/server/www____

Alias /xymon/  "/home/xymon/server/www/" <Directory
"/home/xymon/server/www"> Options Indexes FollowSymLinks Includes
MultiViews Order allow,deny Allow from all </Directory>____

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/" <Directory
"/home/xymon/cgi-bin"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory>____

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/" <Directory
"/home/xymon/cgi-secure"> AllowOverride None Options ExecCGI
Includes Order allow,deny Allow from all____

# Password file where users with access to these scripts are kept. # Create it with "htpasswd -c /home/xymon/server/etc/xymonpasswd USERNAME" # Add more users / change passwords with "htpasswd /home/xymon/server/etc/xymonpasswd USERNAME" # # You can also use a
group file to restrict admin access to members of a # group,
instead of anyone who is logged in. In that case you must setup #
the "xymongroups" file, and change the "Require" settings to require # a specific group membership. See the Apache docs for
more details.____

AuthUserFile /home/xymon/server/etc/xymonpasswd AuthGroupFile
/home/xymon/server/etc/xymongroups AuthType Basic AuthName "Xymon
Administration"____

# "valid-user" restricts access to anyone who is logged in. Require
valid-user____

# "group admins" restricts access to users who have logged in, AND # are members of the "admins" group in xymongroups. # Require group
admins____

</Directory>____

# Rewrite-rules for migrating from the URL's used in Hobbit RewriteEngine On____

RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L] RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L] RewriteRule ^/xymon/bbnk.html /xymon/critical.html
[R=permanent,L]____

RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh
[R=permanent,L] RewriteRule ^/xymon-cgi/bb-eventlog.sh
/xymon-cgi/eventlog.sh [R=permanent,L] RewriteRule
^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L] RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh [R=permanent,L] RewriteRule ^/xymon-cgi/bb-snapshot.sh
/xymon-cgi/snapshot.sh [R=permanent,L] RewriteRule
^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh [R=permanent,L] RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbitcolumn.sh
/xymon-cgi/columndoc.sh [R=permanent,L] RewriteRule
^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh [R=permanent,L] RewriteRule ^/xymon-cgi/bb-hostsvc.sh
/xymon-cgi/svcstatus.sh [R=permanent,L] RewriteRule
^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh [R=permanent,L] RewriteRule
^/xymon-cgi/hobbit-confreport-critical.sh /xymon-cgi/confreport-critical.sh [R=permanent,L] RewriteRule
^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh [R=permanent,L] RewriteRule
^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh [R=permanent,L] RewriteRule
^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh [R=permanent,L] RewriteRule
^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh [R=permanent,L] RewriteRule ^/xymon-cgi/hobbit-perfdata.sh
/xymon-cgi/perfdata.sh [R=permanent,L] RewriteRule
^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh
[R=permanent,L]____

RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh [R=permanent,L] RewriteRule ^/xymon-seccgi/hobbit-enadis.sh
/xymon-seccgi/enadis.sh [R=permanent,L] RewriteRule
^/xymon-seccgi/hobbit-nkedit.sh /xymon-seccgi/criticaleditor.sh
[R=permanent,L] RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh [R=permanent,L] RewriteRule
^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh
[R=permanent,L]____

____

Thanks for your help.____

____

Ashwin.____

____

____

____

____

____

____

____

On Mon, Dec 17, 2012 at 9:52 AM, Mike Burger <user-c26873f0522a@xymon.invalid <mailto:user-c26873f0522a@xymon.invalid>> wrote:____
quoted from Ashwin Agarwal

What does your /etc/httpd/conf.d/xymon.conf (or xymon-apache.conf)
look like?____

____


*Mike Burger*____

*AIX Administrator*____

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

*Phone _(XXX) XXX-XXXX_, Fax_(XXX) XXX-XXXX_, Cell _(XXX) XXX-XXXX_
____ <http://freedomhome.fhmc.local/intranet/main.jsp>*

*E-mail:  *user-f2e7b213c8ec@xymon.invalid_*____ <http://freedomhome.fhmc.local/intranet/main.jsp>*
quoted from Ashwin Agarwal

"Once word leaks out that a pirate's gone soft, people begin to disobey you and then it's nothing but work, work, work, all the time." --Westley/The Dread Pirate Roberts____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

*From:user-f563693ea02a@xymon.invalid_ [mailto:user-f563693ea02a@xymon.invalid_]
On Behalf Of Ashwin Agarwal Sent:Monday, December 17, 2012 10:50
AM To:user-092e8218550c@xymon.invalid_ Subject:Re: [Xymon] xymon graphs are not
quoted from Ashwin Agarwal
visible____ <http://freedomhome.fhmc.local/intranet/main.jsp>*

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

I also would like to mention that our xymon server is on Linux box
and xymon client agents are W2K8 server.____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Please let me know if you need any more information.____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Thank you,____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Ashwin.____ <http://freedomhome.fhmc.local/intranet/main.jsp>;


____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal <user-e4376956ac1b@xymon.invalid_> wrote:____ <http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Ashwin Agarwal

Also  i am seeing below message when i click on graphs.____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

*The requested URL /xymon-cgi/showgraph.sh was not found on this server.____ <http://freedomhome.fhmc.local/intranet/main.jsp>*

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Thank you, Ashwin.____
<http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;


____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <user-e4376956ac1b@xymon.invalid_> wrote:____ <http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Ashwin Agarwal

Hi,____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Xymon graphs are not visible.  Please check the attachment. Can some body please advise on this.____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Thank you,____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

Ashwin.____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

CONFIDENTIALITY NOTICE: This e-mail message, including all
attachments, is for____
<http://freedomhome.fhmc.local/intranet/main.jsp>;

the sole use of the intended recipient(s) and may contain
confidential____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

information. Any unauthorized review, use, disclosure, alteration
or____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

distribution is strictly prohibited and may violate state or
federal law. If you____
<http://freedomhome.fhmc.local/intranet/main.jsp>;

are not the intended recipient, please contact the sender by reply
e-mail,____ <http://freedomhome.fhmc.local/intranet/main.jsp>;

delete this email and destroy all copies of the message.____
<http://freedomhome.fhmc.local/intranet/main.jsp>;

__ __ <http://freedomhome.fhmc.local/intranet/main.jsp>;

CONFIDENTIALITY NOTICE: This e-mail message, including all
attachments, is for the sole use of the intended recipient(s) and
may contain confidential information. Any unauthorized review, use,
disclosure, alteration or distribution is strictly prohibited and
may violate state or federal law. If you are not the intended
recipient, please contact the sender by reply e-mail, delete this
email and destroy all copies of the message.

- -- - ---- _  _ _  _ ___  _  _  _

|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDPm/MACgkQmb+gadEcsb7nTwCfUUxx5gCuV5ErtbU6J+1JrhvK
A4oAn1LTDJGwYf2F2tc2PtymKHHObei4
=PBez
-----END PGP SIGNATURE-----
list Japheth Cleaver · Mon, 17 Dec 2012 14:53:00 -0800 (PST) ·
quoted from Ryan Novosielski
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
list Ashwin Agarwal · Mon, 17 Dec 2012 16:15:32 -0800 ·
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.
quoted from Japheth Cleaver

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

list Paul Root · Tue, 18 Dec 2012 02:24:51 +0000 ·
Think you don't have a properly installed xymon server.

You probably should install again.

Did you install rrd before installing xymon?
quoted from Ashwin Agarwal

From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Ashwin Agarwal
Sent: Monday, December 17, 2012 6:16 PM
To: user-87556346d4af@xymon.invalid
Cc: Xymon Email List
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<mailto: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
list Ryan Novosielski · Mon, 17 Dec 2012 22:02:12 -0500 ·
My advice to you is that if you want help, you should answer the questions that people ask you.
quoted from Ashwin Agarwal


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<mailto: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
list Ashwin Agarwal · Mon, 17 Dec 2012 21:30:27 -0800 ·
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,
quoted from Ryan Novosielski
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

list Ryan Novosielski · Tue, 18 Dec 2012 00:34:53 -0500 ·
All of the files are included, and should be installed when someone runs the "make install" portion of the process. If you are missing anything, the process is incomplete and you should look to have it done again correctly. The installation documentation is pretty clear (I followed it myself recently).
quoted from Ashwin Agarwal


From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
Sent: Tuesday, December 18, 2012 12:30 AM
To: Novosielski, Ryan
Cc: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; xymon at xymon.com <xymon at xymon.com>
Subject: Re: [Xymon] xymon graphs are not visible

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<mailto: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<mailto:user-25066da24861@xymon.invalid>]
Sent: Monday, December 17, 2012 07:15 PM
To: user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid> <user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid>>
Cc: Novosielski, Ryan; Xymon Email List <xymon at xymon.com<mailto: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<mailto: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
list Ryan Novosielski · Tue, 18 Dec 2012 00:42:57 -0500 ·
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty sure can be accessed from the Help menu in the sample site, xymon.com.
quoted from Ashwin Agarwal


From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
Sent: Tuesday, December 18, 2012 12:39 AM
To: Novosielski, Ryan
Subject: Re: [Xymon] xymon graphs are not visible

Could you please give me the installation documentation link for Linux which you are following. I just want to cross check that we are following the same and not missing anything.

Thanks for your help on this.
quoted from Ryan Novosielski

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid<mailto:user-ae4522577e16@xymon.invalid>> wrote:
All of the files are included, and should be installed when someone runs the "make install" portion of the process. If you are missing anything, the process is incomplete and you should look to have it done again correctly. The installation documentation is pretty clear (I followed it myself recently).


From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid<mailto:user-25066da24861@xymon.invalid>]
Sent: Tuesday, December 18, 2012 12:30 AM
To: Novosielski, Ryan
Cc: user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid> <user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid>>; xymon at xymon.com<mailto:xymon at xymon.com> <xymon at xymon.com<mailto:xymon at xymon.com>>
Subject: Re: [Xymon] xymon graphs are not visible

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<mailto: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<mailto:user-25066da24861@xymon.invalid>]
Sent: Monday, December 17, 2012 07:15 PM
To: user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid> <user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid>>
Cc: Novosielski, Ryan; Xymon Email List <xymon at xymon.com<mailto: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<mailto: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
list Ashwin Agarwal · Mon, 17 Dec 2012 21:45:49 -0800 ·
Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)
quoted from Ryan Novosielski

Thanks,
Ashwin.

On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
*Subject*: Re: [Xymon] xymon graphs are not visible

Could you please give me the installation documentation link for Linux
which you are following. I just want to cross check that we are following
the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
 All of the files are included, and should be installed when someone runs
the "make install" portion of the process. If you are missing anything, the
process is incomplete and you should look to have it done again correctly.
The installation documentation is pretty clear (I followed it myself
recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; xymon at xymon.com <
xymon at xymon.com>
*Subject*: Re: [Xymon] xymon graphs are not visible

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

list Josh Luthman · Tue, 18 Dec 2012 00:57:49 -0500 ·
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
quoted from Ashwin Agarwal


On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
 Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
*Subject*: Re: [Xymon] xymon graphs are not visible

Could you please give me the installation documentation link for Linux
which you are following. I just want to cross check that we are following
the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
 All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; xymon at xymon.com <
xymon at xymon.com>
*Subject*: Re: [Xymon] xymon graphs are not visible

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

list Ashwin Agarwal · Mon, 17 Dec 2012 22:02:42 -0800 ·
Thank you Josh and everyone for your help on this issue. I really
appreciate it.

On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman
quoted from Josh Luthman
<user-4c45a83f15cb@xymon.invalid>wrote:
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
 Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
*Subject*: Re: [Xymon] xymon graphs are not visible

Could you please give me the installation documentation link for Linux
which you are following. I just want to cross check that we are following
the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
 All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; xymon at xymon.com<
xymon at xymon.com>
*Subject*: Re: [Xymon] xymon graphs are not visible

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

list Ashwin Agarwal · Tue, 18 Dec 2012 14:51:54 -0600 ·
Hi all,

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are installed
or not. Found that rrdtool-devel package is missing and that is the one
reason we may not be seeing the graphs. We will go ahead and reinstall
xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.
quoted from Ashwin Agarwal


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Thank you Josh and everyone for your help on this issue. I really
appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <user-4c45a83f15cb@xymon.invalid
quoted from Ashwin Agarwal
wrote:
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
 Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
 *Subject*: Re: [Xymon] xymon graphs are not visible

 Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; xymon at xymon.com<
xymon at xymon.com>
 *Subject*: Re: [Xymon] xymon graphs are not visible

 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
quoted from Ashwin Agarwal
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

list Josh Luthman · Tue, 18 Dec 2012 15:55:27 -0500 ·
Do you have RPMForge?
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


quoted from Ashwin Agarwal
On Tue, Dec 18, 2012 at 3:51 PM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi all,

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are installed
or not. Found that rrdtool-devel package is missing and that is the one
reason we may not be seeing the graphs. We will go ahead and reinstall
xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Thank you Josh and everyone for your help on this issue. I really
appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
 Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
 *Subject*: Re: [Xymon] xymon graphs are not visible

 Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid
quoted from Ashwin Agarwal
wrote:
All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>;
xymon at xymon.com <xymon at xymon.com>
 *Subject*: Re: [Xymon] xymon graphs are not visible

 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

list Ashwin Agarwal · Tue, 18 Dec 2012 15:00:20 -0600 ·
Hi Josh,

I am not sure we have that or not. I will check with our Linux team about
that and inform you.

By the way is it possible to just install the missing package instead of
reinstalling the complete xymon.

Please advise.

Thank you,
Ashwin.

On Tue, Dec 18, 2012 at 2:55 PM, Josh Luthman
quoted from Josh Luthman
<user-4c45a83f15cb@xymon.invalid>wrote:
Do you have RPMForge?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 3:51 PM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi all,

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are
installed or not. Found that rrdtool-devel package is missing and that is
the one reason we may not be seeing the graphs. We will go ahead and
reinstall xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Thank you Josh and everyone for your help on this issue. I really
appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid
quoted from Josh Luthman
wrote:
 Sounds great. Let me go through the documentation again and see if
we missed anything.

By the way i am curious, by copying someone existing showgraph.cgi
file will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid
quoted from Josh Luthman
wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm
pretty sure can be accessed from the Help menu in the sample site,
xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
 *Subject*: Re: [Xymon] xymon graphs are not visible

 Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:
All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>;
xymon at xymon.com <xymon at xymon.com>
 *Subject*: Re: [Xymon] xymon graphs are not visible

 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

list Josh Luthman · Tue, 18 Dec 2012 16:06:06 -0500 ·
http://lmgtfy.com/?q=centos+install+rpmforge
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


quoted from Ashwin Agarwal
On Tue, Dec 18, 2012 at 4:00 PM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi Josh,

I am not sure we have that or not. I will check with our Linux team about
that and inform you.

By the way is it possible to just install the missing package instead of
reinstalling the complete xymon.

Please advise.

Thank you,
Ashwin.

On Tue, Dec 18, 2012 at 2:55 PM, Josh Luthman <user-4c45a83f15cb@xymon.invalid
quoted from Ashwin Agarwal
wrote:
Do you have RPMForge?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 3:51 PM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi all,

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are
installed or not. Found that rrdtool-devel package is missing and that is
the one reason we may not be seeing the graphs. We will go ahead and
reinstall xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Thank you Josh and everyone for your help on this issue. I really
appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <
user-25066da24861@xymon.invalid> wrote:
 Sounds great. Let me go through the documentation again and see if
we missed anything.

By the way i am curious, by copying someone existing showgraph.cgi
file will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm
pretty sure can be accessed from the Help menu in the sample site,
xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
 *Subject*: Re: [Xymon] xymon graphs are not visible

 Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:
All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>;
xymon at xymon.com <xymon at xymon.com>
 *Subject*: Re: [Xymon] xymon graphs are not visible

 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

list Ashwin Agarwal · Tue, 18 Dec 2012 15:08:23 -0600 ·
I guess these links will help .

http://www.fir3net.com/Redhat-/-Fedora/how-to-install-rrdtool-on-redhat-enterprise-linux.html

http://www.cyberciti.biz/faq/howto-install-rrdtool-on-rhel-linux/

Thanks,
quoted from Josh Luthman
Ashwin.

On Tue, Dec 18, 2012 at 3:00 PM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi Josh,

I am not sure we have that or not. I will check with our Linux team about
that and inform you.

By the way is it possible to just install the missing package instead of
reinstalling the complete xymon.

Please advise.

Thank you,
Ashwin.

 On Tue, Dec 18, 2012 at 2:55 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Do you have RPMForge?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 3:51 PM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Hi all,

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are
installed or not. Found that rrdtool-devel package is missing and that is
the one reason we may not be seeing the graphs. We will go ahead and
reinstall xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Thank you Josh and everyone for your help on this issue. I really
appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Very unlikely.

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <
user-25066da24861@xymon.invalid> wrote:
 Sounds great. Let me go through the documentation again and see if
we missed anything.

By the way i am curious, by copying someone existing showgraph.cgi
file will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm
pretty sure can be accessed from the Help menu in the sample site,
xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
 *Subject*: Re: [Xymon] xymon graphs are not visible

 Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:
All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>;
xymon at xymon.com <xymon at xymon.com>
 *Subject*: Re: [Xymon] xymon graphs are not visible

 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

list Galen Johnson · Tue, 18 Dec 2012 21:10:38 +0000 ·
Those should only be needed if you are compiling Xymon from source.  They are not needed if you are installing from RPM.

=G=
quoted from Ashwin Agarwal

From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Ashwin Agarwal [user-25066da24861@xymon.invalid]
Sent: Tuesday, December 18, 2012 3:51 PM
To: Josh Luthman; Novosielski, Ryan; xymon at xymon.com
Subject: Re: [Xymon] xymon graphs are not visible

Hi all,

I want to share few things with you. I was going through the xymon documentation today  and in that there is one step "yum install pcre-devel openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are installed or not. Found that rrdtool-devel package is missing and that is the one reason we may not be seeing the graphs. We will go ahead and reinstall xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid<mailto:user-25066da24861@xymon.invalid>> wrote:

Thank you Josh and everyone for your help on this issue. I really appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <user-4c45a83f15cb@xymon.invalid<mailto:user-4c45a83f15cb@xymon.invalid>> wrote:
Very unlikely.

Use this guide to recompile if you need help: http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman

Office: XXX-XXX-XXXX<tel:XXX-XXX-XXXX>
Direct: XXX-XXX-XXXX<tel:XXX-XXX-XXXX>
quoted from Ashwin Agarwal
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid<mailto:user-25066da24861@xymon.invalid>> wrote:
Sounds great. Let me go through the documentation again and see if we missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid<mailto:user-ae4522577e16@xymon.invalid>> wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty sure can be accessed from the Help menu in the sample site, xymon.com<http://xymon.com/>;.
quoted from Ashwin Agarwal


From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid<mailto:user-25066da24861@xymon.invalid>]
Sent: Tuesday, December 18, 2012 12:39 AM
To: Novosielski, Ryan
Subject: Re: [Xymon] xymon graphs are not visible

Could you please give me the installation documentation link for Linux which you are following. I just want to cross check that we are following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid<mailto:user-ae4522577e16@xymon.invalid>> wrote:
All of the files are included, and should be installed when someone runs the "make install" portion of the process. If you are missing anything, the process is incomplete and you should look to have it done again correctly. The installation documentation is pretty clear (I followed it myself recently).


From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid<mailto:user-25066da24861@xymon.invalid>]
Sent: Tuesday, December 18, 2012 12:30 AM
To: Novosielski, Ryan
Cc: user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid> <user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid>>; xymon at xymon.com<mailto:xymon at xymon.com> <xymon at xymon.com<mailto:xymon at xymon.com>>
Subject: Re: [Xymon] xymon graphs are not visible

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<mailto: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<mailto:user-25066da24861@xymon.invalid>]
Sent: Monday, December 17, 2012 07:15 PM
To: user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid> <user-87556346d4af@xymon.invalid<mailto:user-87556346d4af@xymon.invalid>>
Cc: Novosielski, Ryan; Xymon Email List <xymon at xymon.com<mailto: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<mailto: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
list Josh Luthman · Tue, 18 Dec 2012 16:16:58 -0500 ·
There is no up to date Xymon RPM that I am aware of, none for Centos and I
believe Fedora used to.
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


quoted from Galen Johnson
On Tue, Dec 18, 2012 at 4:10 PM, Galen Johnson <user-87f955643e3d@xymon.invalid>wrote:
 Those should only be needed if you are compiling Xymon from source.
They are not needed if you are installing from RPM.

=G=

*From:* xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of
Ashwin Agarwal [user-25066da24861@xymon.invalid]
*Sent:* Tuesday, December 18, 2012 3:51 PM
*To:* Josh Luthman; Novosielski, Ryan; xymon at xymon.com

*Subject:* Re: [Xymon] xymon graphs are not visible

  Hi all,

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"

so i was checking on our xymon server whether these packages are installed
or not. Found that rrdtool-devel package is missing and that is the one
reason we may not be seeing the graphs. We will go ahead and reinstall
xymon from scratch.


[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

Thank you,
Ashwin.


On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
Thank you Josh and everyone for your help on this issue. I really
appreciate it.


On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Very unlikely.

 Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


 On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>wrote:
 Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)

Thanks,
Ashwin.


On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>wrote:
Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
 *Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan
 *Subject*: Re: [Xymon] xymon graphs are not visible

 Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.

Thanks for your help on this.

Ashwin.

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid
wrote:
All of the files are included, and should be installed when someone
runs the "make install" portion of the process. If you are missing
anything, the process is incomplete and you should look to have it done
again correctly. The installation documentation is pretty clear (I followed
it myself recently).


 *From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid]
 *Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>;
xymon at xymon.com <xymon at xymon.com>
 *Subject*: Re: [Xymon] xymon graphs are not visible

 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

list Michael Burger · Tue, 18 Dec 2012 16:19:01 -0500 ·
While "not official", RPMs are available at
http://terabithia.org/rpms/xymon/.
quoted from Ryan Novosielski

 
--

Mike Burger

AIX Administrator

  <http://freedomhome.fhmc.local/intranet/main.jsp>; 

Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX 

E-mail:  user-c26873f0522a@xymon.invalid

"Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf

Of Josh Luthman
Sent: Tuesday, December 18, 2012 4:17 PM
To: Galen Johnson
quoted from Josh Luthman
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymon graphs are not visible

 
There is no up to date Xymon RPM that I am aware of, none for Centos and
I believe Fedora used to.


Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Tue, Dec 18, 2012 at 4:10 PM, Galen Johnson <user-87f955643e3d@xymon.invalid>
quoted from Josh Luthman
wrote:

Those should only be needed if you are compiling Xymon from source.
They are not needed if you are installing from RPM.

=G=


From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of
Ashwin Agarwal [user-25066da24861@xymon.invalid]
Sent: Tuesday, December 18, 2012 3:51 PM
To: Josh Luthman; Novosielski, Ryan; xymon at xymon.com


Subject: Re: [Xymon] xymon graphs are not visible

 
Hi all,

 
I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install
pcre-devel openssl-devel openldap-devel rrdtool-devel"

 
so i was checking on our xymon server whether these packages are
installed or not. Found that rrdtool-devel package is missing and that
is the one reason we may not be seeing the graphs. We will go ahead and
reinstall xymon from scratch.

 
[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel

 
Thank you,

Ashwin.

 

On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
quoted from Josh Luthman
wrote:


Thank you Josh and everyone for your help on this issue. I really
appreciate it. 

 
On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:

Very unlikely. 

 
Use this guide to recompile if you need help: 

http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration
_Guide/Compiling_on_CentOS
quoted from Josh Luthman


Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
wrote:

	Sounds great. Let me go through the documentation again and see
if we missed anything.
	
	By the way i am curious, by copying someone existing
showgraph.cgi file will fix this issue or not :)
	
	Thanks,
	Ashwin. 

	 
	On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:

	Please keep replies on the mailing list. 
	
	The installation docs are inside the distribution file, and I'm
pretty sure can be accessed from the Help menu in the sample site, 

xymon.com <http://xymon.com/>; . 
quoted from Ashwin Agarwal
	
	
	From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid] 

	Sent: Tuesday, December 18, 2012 12:39 AM
	To: Novosielski, Ryan 

	Subject: Re: [Xymon] xymon graphs are not visible 

	 
	Could you please give me the installation documentation link for
Linux which you are following. I just want to cross check that we are
following the same and not missing anything.
	
	Thanks for your help on this.
	
	Ashwin.

	On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <
user-ae4522577e16@xymon.invalid> wrote:

	All of the files are included, and should be installed when
someone runs the "make install" portion of the process. If you are
missing anything, the process is incomplete and you should look to have
it done again correctly. The installation documentation is pretty clear
(I followed it myself recently). 
	
	
	From: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid] 

	Sent: Tuesday, December 18, 2012 12:30 AM
	To: Novosielski, Ryan 
	Cc: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; 
xymon at xymon.com <xymon at xymon.com> 

	Subject: Re: [Xymon] xymon graphs are not visible 

	 
	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

	 
CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
the sole use of the intended recipient(s) and may contain confidential
information. Any unauthorized review, use, disclosure, alteration or
distribution is strictly prohibited and may violate state or federal law. If you
are not the intended recipient, please contact the sender by reply e-mail,
delete this email and destroy all copies of the message.
list Josh Luthman · Tue, 18 Dec 2012 16:22:33 -0500 ·
Bookmarked!  Thanks.  Never seen this before.
quoted from Michael Burger

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Tue, Dec 18, 2012 at 4:19 PM, Michael Burger <
quoted from Michael Burger
user-c26873f0522a@xymon.invalid> wrote:
While “not official”, RPMs are available at
http://terabithia.org/rpms/xymon/.****

** **

--****

*Mike Burger*****

*AIX Administrator*

*[image: cid:image001.gif at 01CC72C8.834C1990]*<http://freedomhome.fhmc.local/intranet/main.jsp>;
****

*Phone (XXX) XXX-XXXX**, **Fax** **(XXX) XXX-XXXX, Cell (XXX) XXX-XXXX ***

*E-mail:  **user-c26873f0522a@xymon.invalid*<user-9fdcca966073@xymon.invalid>
****

"Once word leaks out that a pirate's gone soft, people begin to disobey
you and then it's nothing but work, work, work, all the time."
--Westley/The Dread Pirate Roberts****

** **

*From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On
Behalf Of *Josh Luthman
*Sent:* Tuesday, December 18, 2012 4:17 PM
*To:* Galen Johnson
*Cc:* xymon at xymon.com

*Subject:* Re: [Xymon] xymon graphs are not visible****

** **

There is no up to date Xymon RPM that I am aware of, none for Centos and I
believe Fedora used to.****


****

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX****


****

On Tue, Dec 18, 2012 at 4:10 PM, Galen Johnson <user-87f955643e3d@xymon.invalid>
wrote:****

Those should only be needed if you are compiling Xymon from source.  They
are not needed if you are installing from RPM.

=G=****

*From:* xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of
Ashwin Agarwal [user-25066da24861@xymon.invalid]
*Sent:* Tuesday, December 18, 2012 3:51 PM
*To:* Josh Luthman; Novosielski, Ryan; xymon at xymon.com****


*Subject:* Re: [Xymon] xymon graphs are not visible****

** **

Hi all,****

 ****

I want to share few things with you. I was going through the xymon
documentation today  and in that there is one step "yum install pcre-devel
openssl-devel openldap-devel rrdtool-devel"****

 ****

so i was checking on our xymon server whether these packages are installed
or not. Found that rrdtool-devel package is missing and that is the one
reason we may not be seeing the graphs. We will go ahead and reinstall
xymon from scratch.****

 ****

 ****

[asagarw at uspvldmzlx29 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep pcre-devel
pcre-devel-7.8-4.el6.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openssl-devel
openssl-devel-1.0.0-25.el6_3.1.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep openldap-deve
openldap-devel-2.4.23-26.el6_3.2.x86_64
[asagarw at uspvldmzlx29 etc]$ rpm -qa  | grep rrdtool-devel****

 ****

Thank you,****

Ashwin.****

 ****

 ****

 ****

 ****


 ****

On Tue, Dec 18, 2012 at 12:02 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
wrote:****


Thank you Josh and everyone for your help on this issue. I really
appreciate it. ****

** **

On Mon, Dec 17, 2012 at 9:57 PM, Josh Luthman <user-4c45a83f15cb@xymon.invalid>
wrote:****

Very unlikely. ****

** **

Use this guide to recompile if you need help:
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS
****


****

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX****


****

On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <user-25066da24861@xymon.invalid>
wrote:****

Sounds great. Let me go through the documentation again and see if we
missed anything.

By the way i am curious, by copying someone existing showgraph.cgi file
will fix this issue or not :)

Thanks,
Ashwin. ****

** **

On Mon, Dec 17, 2012 at 9:42 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>
wrote:****

Please keep replies on the mailing list.

The installation docs are inside the distribution file, and I'm pretty
sure can be accessed from the Help menu in the sample site, xymon.com.


 ****

*From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid] ****

*Sent*: Tuesday, December 18, 2012 12:39 AM
*To*: Novosielski, Ryan ****

*Subject*: Re: [Xymon] xymon graphs are not visible ****

 ****

Could you please give me the installation documentation link for Linux
which you are following. I just want to cross check that we are following
the same and not missing anything.

Thanks for your help on this.

Ashwin.****

On Mon, Dec 17, 2012 at 9:34 PM, Novosielski, Ryan <user-ae4522577e16@xymon.invalid>
wrote:****

All of the files are included, and should be installed when someone runs
the "make install" portion of the process. If you are missing anything, the
process is incomplete and you should look to have it done again correctly.
The installation documentation is pretty clear (I followed it myself
recently).


 ****

*From*: Ashwin Agarwal [mailto:user-25066da24861@xymon.invalid] ****

*Sent*: Tuesday, December 18, 2012 12:30 AM
*To*: Novosielski, Ryan
*Cc*: user-87556346d4af@xymon.invalid <user-87556346d4af@xymon.invalid>; xymon at xymon.com <
xymon at xymon.com> ****

*Subject*: Re: [Xymon] xymon graphs are not visible ****

 ****

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****

** **

** **

** **

** **

** **


** **

** **

** **

** **


CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
the sole use of the intended recipient(s) and may contain confidential
information. Any unauthorized review, use, disclosure, alteration or
distribution is strictly prohibited and may violate state or federal law. If you
are not the intended recipient, please contact the sender by reply e-mail,
delete this email and destroy all copies of the message.

list Japheth Cleaver · Tue, 18 Dec 2012 14:26:36 -0800 (PST) ·
Do you have RPMForge?
quoted from Josh Luthman


On Tue, Dec 18, 2012 at 3:51 PM, Ashwin Agarwal
<user-25066da24861@xymon.invalid>wrote:
so i was checking on our xymon server whether these packages are
installed
or not. Found that rrdtool-devel package is missing and that is the one
reason we may not be seeing the graphs. We will go ahead and reinstall
xymon from scratch.
rrdtool (and -devel) is also available in EPEL if you didn't want to go
through RPMForge.


http://download3.fedora.redhat.com/pub/epel/


HTH,
-jc