<div>Hi Mike,</div>
<div> </div>
<div>Our xymon-apache.conf is in /home/xymon/server/etc directory. It looks like below</div>
<div> </div>
<div># This file is for Apache 1.3.x and Apache 2.0.x<br>#<br># Add this to your Apache configuration, it makes<br># the Xymon webpages and cgi-scripts available in the<br># "/xymon" and "/xymon-cgi" URLs.</div>

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

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

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

<div>    # Password file where users with access to these scripts are kept.<br>    # Create it with "htpasswd -c /home/xymon/server/etc/xymonpasswd USERNAME"<br>    # Add more users / change passwords with "htpasswd /home/xymon/server/etc/xymonpasswd USERNAME"<br>
    #<br>    # You can also use a group file to restrict admin access to members of a<br>    # group, instead of anyone who is logged in. In that case you must setup<br>    # the "xymongroups" file, and change the "Require" settings to require<br>
    # a specific group membership. See the Apache docs for more details.</div>
<div>    AuthUserFile /home/xymon/server/etc/xymonpasswd<br>    AuthGroupFile /home/xymon/server/etc/xymongroups<br>    AuthType Basic<br>    AuthName "Xymon Administration"</div>
<div>    # "valid-user" restricts access to anyone who is logged in.<br>    Require valid-user</div>
<div>    # "group admins" restricts access to users who have logged in, AND<br>    # are members of the "admins" group in xymongroups.<br>    # Require group admins</div>
<div></Directory></div>
<div># Rewrite-rules for migrating from the URL's used in Hobbit<br>RewriteEngine On</div>
<div>RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L]<br>RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L]<br>RewriteRule ^/xymon/bbnk.html /xymon/critical.html [R=permanent,L]</div>
<div>RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-eventlog.sh /xymon-cgi/eventlog.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-snapshot.sh /xymon-cgi/snapshot.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbitcolumn.sh /xymon-cgi/columndoc.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-hostsvc.sh /xymon-cgi/svcstatus.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-confreport-critical.sh /xymon-cgi/confreport-critical.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh [R=permanent,L]<br>
RewriteRule ^/xymon-cgi/hobbit-perfdata.sh /xymon-cgi/perfdata.sh [R=permanent,L]<br>RewriteRule ^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh [R=permanent,L]</div>
<div>RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh [R=permanent,L]<br>RewriteRule ^/xymon-seccgi/hobbit-enadis.sh /xymon-seccgi/enadis.sh [R=permanent,L]<br>RewriteRule ^/xymon-seccgi/hobbit-nkedit.sh /xymon-seccgi/criticaleditor.sh [R=permanent,L]<br>
RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh [R=permanent,L]<br>RewriteRule ^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh [R=permanent,L]<br></div>
<div> </div>
<div>Thanks for your help.</div>
<div> </div>
<div>Ashwin.</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>On Mon, Dec 17, 2012 at 9:52 AM, Mike Burger <span dir="ltr"><<a href="mailto:Mike.Burger@freedommortgage.com" target="_blank">Mike.Burger@freedommortgage.com</a>></span> wrote:<br></div>
<div class="gmail_quote">
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div lang="EN-US" vlink="purple" link="blue">
<div>
<p class="MsoNormal"><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#1f497d;FONT-SIZE:11pt">What does your /etc/httpd/conf.d/xymon.conf (or xymon-apache.conf) look like?<u></u><u></u></span></p>
<p class="MsoNormal"><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#1f497d;FONT-SIZE:11pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#1f497d;FONT-SIZE:11pt">--<u></u><u></u></span></p>
<p class="MsoNormal"><b><span style="FONT-FAMILY:'Calibri','sans-serif'">Mike Burger</span></b><span style="FONT-FAMILY:'Calibri','sans-serif'"><u></u><u></u></span></p>
<p class="MsoNormal"><b><span style="FONT-FAMILY:'Calibri','sans-serif'">AIX Administrator<u></u><u></u></span></b></p>
<p class="MsoNormal"><a href="http://freedomhome.fhmc.local/intranet/main.jsp" target="_blank"><b><span style="FONT-FAMILY:'Arial','sans-serif';FONT-SIZE:11pt;TEXT-DECORATION:none"><img border="0" alt="cid:image001.gif@01CC72C8.834C1990" width="143" height="70"></span></b></a><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#1f497d;FONT-SIZE:11pt"><u></u><u></u></span></p>

<p class="MsoNormal"><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:8pt">Phone <a href="tel:%28317%29%20537-3680" target="_blank" value="+13175373680">(317) 537-3680</a></span></b><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:11pt">, </span></b><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:8pt">Fax</span></b><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:11pt"> </span></b><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:8pt"><a href="tel:%28317%29%20537-4680" target="_blank" value="+13175374680">(317) 537-4680</a>, Cell <a href="tel:%28317%29%20797-2040" target="_blank" value="+13177972040">(317) 797-2040</a> </span></b><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:11pt"><u></u><u></u></span></b></p>

<p class="MsoNormal"><b><span style="FONT-FAMILY:'Calibri','sans-serif';FONT-SIZE:8pt">E-mail:  </span></b><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#1f497d;FONT-SIZE:8pt"><a href="mailto:Anthony.House@freedommortgage.com" target="_blank"><b><span style="COLOR:#1f497d">Mike.Burger@FreedomMortgage.com</span></b></a><u></u><u></u></span></p>

<p class="MsoNormal"><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#c00000;FONT-SIZE:8pt">"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<u></u><u></u></span></p>

<p class="MsoNormal"><span style="FONT-FAMILY:'Calibri','sans-serif';COLOR:#1f497d;FONT-SIZE:11pt"><u></u> <u></u></span></p>
<div style="BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<p class="MsoNormal"><b><span style="FONT-FAMILY:'Tahoma','sans-serif';FONT-SIZE:10pt">From:</span></b><span style="FONT-FAMILY:'Tahoma','sans-serif';FONT-SIZE:10pt"> <a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a> [mailto:<a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a>] <b>On Behalf Of </b>Ashwin Agarwal<br>
<b>Sent:</b> Monday, December 17, 2012 10:50 AM<br><b>To:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br><b>Subject:</b> Re: [Xymon] xymon graphs are not visible<u></u><u></u></span></p></div>

<div>
<div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">I also would like to mention that our xymon server is on Linux box and xymon client agents are W2K8 server.<u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">Please let me know if you need any more information.<u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">Thank you,<u></u><u></u></p></div>
<div>
<p class="MsoNormal">Ashwin.<u></u><u></u></p></div>
<div>
<p class="MsoNormal"><br><br> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">On Mon, Dec 17, 2012 at 9:45 AM, Ashwin Agarwal <<a href="mailto:ashwingrwl@gmail.com" target="_blank">ashwingrwl@gmail.com</a>> wrote:<u></u><u></u></p>
<div>
<p class="MsoNormal">Also  i am seeing below message when i click on graphs.<u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal"><strong>The requested URL /xymon-cgi/showgraph.sh was not found on this server.</strong><u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">Thank you,<br>Ashwin.<u></u><u></u></p></div>
<div>
<div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal"><br><br> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">On Mon, Dec 17, 2012 at 9:41 AM, Ashwin Agarwal <<a href="mailto:ashwingrwl@gmail.com" target="_blank">ashwingrwl@gmail.com</a>> wrote:<u></u><u></u></p>
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">Xymon graphs are not visible.  Please check the attachment. Can some body please advise on this.<u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal">Thank you,<u></u><u></u></p></div>
<div>
<p class="MsoNormal">Ashwin.<u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div>
<div>
<p class="MsoNormal"> <u></u><u></u></p></div></div>
<p class="MsoNormal"><u></u> <u></u></p></div></div></div>
<p class="MsoNormal"><u></u> <u></u></p></div></div></div></div><pre>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.</pre></blockquote></div><br>