Xymon Mailing List Archive search

Graph not shown

7 messages in this thread

list Mark Joseph T. Barachina · Mon, 25 Feb 2008 10:55:43 +0800 ·
Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a 
notebook pc.

All functions are working except for the Graph Display.  I cannot view any 
graph.

What are your suggestions?

Thanks,

--Mark
list Galen Johnson · Sun, 24 Feb 2008 22:15:06 -0500 ·
Are you getting a particular error?  Anything in your apache logs?

=G=
quoted from Mark Joseph T. Barachina

From: Mark Joseph T. Barachina [user-74c30b356b05@xymon.invalid]
Sent: Sunday, February 24, 2008 9:55 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graph not shown

Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a
notebook pc.

All functions are working except for the Graph Display.  I cannot view any
graph.

What are your suggestions?

Thanks,

--Mark
list Mark Joseph T. Barachina · Mon, 25 Feb 2008 11:30:14 +0800 ·
Hi,
That's my problem. No error logs seen in /var/apache/error.log.
:(
-- Mark
quoted from Galen Johnson


At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error?  Anything in your apache logs?

=G=

From: Mark Joseph T. Barachina [user-74c30b356b05@xymon.invalid]
Sent: Sunday, February 24, 2008 9:55 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graph not shown

Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a
notebook pc.

All functions are working except for the Graph Display.  I cannot view any
graph.

What are your suggestions?

Thanks,

--Mark
list Josh Luthman · Sun, 24 Feb 2008 22:49:10 -0500 ·
What happens when you go to the page and try to view the graph?  How
about when you click the magnifying glass?


On 2/24/08, Mark Joseph T. Barachina <user-74c30b356b05@xymon.invalid> wrote:
Hi,
That's my problem. No error logs seen in /var/apache/error.log.
:(
quoted from Mark Joseph T. Barachina
-- Mark


At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error?  Anything in your apache logs?

=G=

From: Mark Joseph T. Barachina [user-74c30b356b05@xymon.invalid]
Sent: Sunday, February 24, 2008 9:55 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graph not shown

Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a
notebook pc.

All functions are working except for the Graph Display.  I cannot view any
graph.

What are your suggestions?

Thanks,

--Mark
-- 

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

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Mark Joseph T. Barachina · Mon, 25 Feb 2008 12:17:03 +0800 ·
The graph still not displayed.  Its just like a picture that cannot be 
displayed with "red X" mark.

See the attached files for the screen shots.

Thanks!
quoted from Josh Luthman


At 10:49 PM 2008/02/24 -0500, Josh Luthman wrote:
What happens when you go to the page and try to view the graph?  How
about when you click the magnifying glass?


On 2/24/08, Mark Joseph T. Barachina <user-74c30b356b05@xymon.invalid> wrote:
Hi,
That's my problem. No error logs seen in /var/apache/error.log.

:(
quoted from Josh Luthman
-- Mark


At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error?  Anything in your apache logs?

=G=

From: Mark Joseph T. Barachina [user-74c30b356b05@xymon.invalid]
Sent: Sunday, February 24, 2008 9:55 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graph not shown

Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86 in a
notebook pc.

All functions are working except for the Graph Display.  I cannot view any
graph.

What are your suggestions?

Thanks,

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

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer

Attachments (1)
list Mark Joseph T. Barachina · Mon, 25 Feb 2008 16:05:25 +0800 ·
Hi.

I tried to re configured again the hobbit server and I found an error 
pointing to rrdtool upon running the ./configure.

I downloaded and installed the rrdtool package from Sunfreeware site 
rrdtool-1.2.19-sol10-x86-local.gz.
Also those package dependencies <libart_lgpl.htm>libart_lgpl, zlib, libpng, 
freetype and gcc-3.4.6.


bash-3.00# ./configure

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...
Hobbit has a built-in ping utility (hobbitping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I found fping in /usr/local/sbin/fping
Do you want to use it [Y/n] ?
y
Checking to see if '/usr/local/sbin/fping 127.0.0.1' works ...
127.0.0.1 is alive
OK, will use '/usr/local/sbin/fping' for ping tests
NOTE: If you are using an suid-root wrapper, make sure the 'hobbit'
       user is also allowed to run fping without having to enter passwords.
       For 'sudo', add something like this to your 'sudoers' file:
       hobbit: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping

Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/local/rrdtool-1.2.19/include
Found RRDtool libraries in /usr/local/rrdtool-1.2.19/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Checking for PCRE ...
Found PCRE include files in /opt/sfw/include
Found PCRE libraries in /opt/sfw/lib


Checking for OpenSSL ...
Found OpenSSL include files in /usr/local/ssl/include
Found OpenSSL libraries in /usr/local/ssl/lib

Hobbit can use the OpenSSL library to test SSL-enabled services
like POP3S, IMAPS, NNTPS and TELNETS. If you have the OpenSSL
library installed, I recommend that you enable this.


Thanks in advance!

-- Mark
quoted from Mark Joseph T. Barachina


At 12:17 PM 2008/02/25 +0800, Mark Joseph T. Barachina wrote:
The graph still not displayed.  Its just like a picture that cannot be 
displayed with "red X" mark.

See the attached files for the screen shots.

Thanks!


At 10:49 PM 2008/02/24 -0500, Josh Luthman wrote:
What happens when you go to the page and try to view the graph?  How
about when you click the magnifying glass?


On 2/24/08, Mark Joseph T. Barachina <user-74c30b356b05@xymon.invalid> wrote:
Hi,
That's my problem. No error logs seen in /var/apache/error.log.

:(
quoted from Mark Joseph T. Barachina
-- Mark


At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error?  Anything in your apache logs?

=G=

From: Mark Joseph T. Barachina [user-74c30b356b05@xymon.invalid]
Sent: Sunday, February 24, 2008 9:55 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graph not shown

Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86 
in a
notebook pc.

All functions are working except for the Graph Display.  I cannot 
view any
graph.

What are your suggestions?

Thanks,

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

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer

list Galen Johnson · Mon, 25 Feb 2008 08:55:18 -0500 ·
That error is just telling you that you have 1.2 instead of 1.0.  Do any of your CGI scripts work in hobbit?  It sounds like they aren't able to run...did you update your apache config manually with the hobbit changes or did you just "Include /path/to/hobbit-apache.conf"?

=G=
quoted from Mark Joseph T. Barachina

-----Original Message-----
From: Mark Joseph T. Barachina [mailto:user-74c30b356b05@xymon.invalid]
Sent: Monday, February 25, 2008 3:05 AM
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Graph not shown

Hi.

I tried to re configured again the hobbit server and I found an error
pointing to rrdtool upon running the ./configure.

I downloaded and installed the rrdtool package from Sunfreeware site
rrdtool-1.2.19-sol10-x86-local.gz.
Also those package dependencies <libart_lgpl.htm>libart_lgpl, zlib, libpng,
freetype and gcc-3.4.6.


bash-3.00# ./configure

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...
Hobbit has a built-in ping utility (hobbitping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I found fping in /usr/local/sbin/fping
Do you want to use it [Y/n] ?
y
Checking to see if '/usr/local/sbin/fping 127.0.0.1' works ...
127.0.0.1 is alive
OK, will use '/usr/local/sbin/fping' for ping tests
NOTE: If you are using an suid-root wrapper, make sure the 'hobbit'
       user is also allowed to run fping without having to enter passwords.
       For 'sudo', add something like this to your 'sudoers' file:
       hobbit: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping

Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/local/rrdtool-1.2.19/include
Found RRDtool libraries in /usr/local/rrdtool-1.2.19/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Checking for PCRE ...
Found PCRE include files in /opt/sfw/include
Found PCRE libraries in /opt/sfw/lib


Checking for OpenSSL ...
Found OpenSSL include files in /usr/local/ssl/include
Found OpenSSL libraries in /usr/local/ssl/lib

Hobbit can use the OpenSSL library to test SSL-enabled services
like POP3S, IMAPS, NNTPS and TELNETS. If you have the OpenSSL
library installed, I recommend that you enable this.


Thanks in advance!

-- Mark


At 12:17 PM 2008/02/25 +0800, Mark Joseph T. Barachina wrote:
The graph still not displayed.  Its just like a picture that cannot be
displayed with "red X" mark.

See the attached files for the screen shots.

Thanks!


At 10:49 PM 2008/02/24 -0500, Josh Luthman wrote:
What happens when you go to the page and try to view the graph?  How
about when you click the magnifying glass?


On 2/24/08, Mark Joseph T. Barachina <user-74c30b356b05@xymon.invalid> wrote:
Hi,
That's my problem. No error logs seen in /var/apache/error.log.

:(
quoted from Mark Joseph T. Barachina
-- Mark


At 10:15 PM 2008/02/24 -0500, Galen Johnson wrote:
Are you getting a particular error?  Anything in your apache logs?

=G=

From: Mark Joseph T. Barachina [user-74c30b356b05@xymon.invalid]
Sent: Sunday, February 24, 2008 9:55 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graph not shown

Hi there!

Good day.

I recently installed hobbit server version 4.2.0 using Solaris 10 x86
in a
notebook pc.

All functions are working except for the Graph Display.  I cannot
view any
graph.

What are your suggestions?

Thanks,

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

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer