On Thursday 01 April 2010, Josh Luthman wrote:
Does
Can you open the page in a browser? http://csbu-bldsrv-09/xymon- cgi/hobbitgraph.sh?host=adburelbld-1&service=tcp:conn&graph_width=576&graph_height=120&disp=adbu%2drelbld%2d1&nostale&color=green&graph=hourly&action=view
This should be all on 1 line. This is the part after SRC= and it is the url for the image so you can copy it from the source of the html page.
If this is not showing anything in the browser, you can use the command wget on your xymon server to download the image on the command line. 'wget http://' If the file is downloaded, you can do 'cat <file>' to see the content.
The problem is that when there is an error in generating the image, some text is returned. This is very confusing for a browser, but with wget you can download the text and take a look at it.
Stef