[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] no graph shown



On Thu, Jun 08, 2006 at 01:04:24PM +0200, Frauke Scholz wrote:
> I have installed hobbit on Sun Solaris 9. I can monitor hosts, but no graph
> is shown.

I suppose that is all graphs on the status pages (conn, cpu, memory,
http, bbgen, hobbitd ... ) ? 

> I get the following message, if I click on the "hobbit graph"
> 
> Internet explorer cannot download.....eursun11&nostale&action=menu from eursun11.

Could you try doing a "View source" on one of the status pages? The link
to the graph looks somewhat like

<IMG BORDER=0 SRC="/hobbit-cgi/hobbitgraph.sh?host=voodoo.hswn.dk&amp;service=hobbitd&amp;graph_width=576&amp;graph_height=120&amp;disp=voodoo%2ehswn%2edk&amp;nostale&amp;graph=hourly&amp;action=view" ALT="hobbit graph hobbitd">

I'd be interested to hear what that looks like on your system.

If that appears to be all-right, I suspect that it might be some
RRDtool library problem. What happens if you run this on the
Hobbit server:

   REQUEST_METHOD="GET" \
   QUERY_STRING="host=YOUR.HOBBITSERVER.HOSTNAME&service=bbgen&graph=hourly&action=view" \
   SCRIPT_NAME="hobbitgraph.sh" \
   ~hobbit/cgi-bin/hobbitgraph.sh


Regards,
Henrik