Koozali.org: home of the SME Server

display one or more sysmongraphs on primary site

Jan

display one or more sysmongraphs on primary site
« on: January 05, 2003, 10:34:27 PM »
Hi all,

Here's what I want to do: I have eneo sysmon installed and have set it to ping an external dns to provide uptime info. I want this graph to be viewable on the primary webpage so I and others can see what's been going on. I just don't know how to do this so if someone has any ideas please share.

regards,

Jan

Allun

Re: display one or more sysmongraphs on primary site
« Reply #1 on: January 13, 2004, 11:53:22 PM »
I'm trying to do the same thing - I have a small shell script to grab a graph every hour and save it somewhere, then you can put a link to the image in the HTML of your primary site so that anyone can see the graph, and it's updated every hour.

The problem is that whatever URL i put in the script, i always get the first (CPU) graph!  

Can anyone tell me what's happenning?

the line in my script that does all the work is this: (might wrap in this post...)

wget --http-user=admin --http-passwd= --output-document=sysmon_graph.gif http://localhost/server-manager/cgi-bin/sysmon?state=gif&typegraph=HD&time=hour &>dev/null

If I paste this URL into a browser i get the correct graph.....


Allun