[Xymon] xymon graphs are not visible

Ashwin Agarwal ashwingrwl at gmail.com
Tue Dec 18 21:51:54 CET 2012


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 <ashwingrwl at gmail.com>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 <josh at imaginenetworksllc.com
> > 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: 937-552-2340
>> Direct: 937-552-2343
>> 1100 Wayne St
>> Suite 1337
>> Troy, OH 45373
>>
>>
>>
>>  On Tue, Dec 18, 2012 at 12:45 AM, Ashwin Agarwal <ashwingrwl at gmail.com>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 <novosirj at umdnj.edu>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:ashwingrwl at gmail.com]
>>>> *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 <novosirj at umdnj.edu>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:ashwingrwl at gmail.com]
>>>>> *Sent*: Tuesday, December 18, 2012 12:30 AM
>>>>> *To*: Novosielski, Ryan
>>>>> *Cc*: cleaver at terabithia.org <cleaver at terabithia.org>; 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 <novosirj at umdnj.edu
>>>>> > wrote:
>>>>>
>>>>>> My advice to you is that if you want help, you should answer the
>>>>>> questions that people ask you.
>>>>>>
>>>>>>
>>>>>>
>>>>>>  *From*: Ashwin Agarwal [mailto:ashwingrwl at gmail.com]
>>>>>> *Sent*: Monday, December 17, 2012 07:15 PM
>>>>>> *To*: cleaver at terabithia.org <cleaver at terabithia.org>
>>>>>> *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, <cleaver at terabithia.org> 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
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>> _______________________________________________
>>> Xymon mailing list
>>> Xymon at xymon.com
>>> http://lists.xymon.com/mailman/listinfo/xymon
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20121218/1e153692/attachment.html>


More information about the Xymon mailing list