Xymon Mailing List Archive search

Multiple graphs same window

list James Wade
Tue, 4 Dec 2007 12:27:09 -0600
Message-Id: <049a01c836a3$497c4830$user-96ebcf3887e7@xymon.invalid>

Hello All,

 
I've written a single test that gathers sar cpu usage,

and have it working great now, graph and all.

 
However, I'd like to do different types of graphs and

pull in other data.

 
Is there a way to display multiple graphs in the same

window? Example:  I've got sar reporting %usr, %sys, %wio, 

and %idle.  When you click on the sar button, you get

a CPU Utilization type graph that uses all of these to graph.

 
However, I want to just show total cpu utilization in another

graph.. ie. 100-idle, I have this graph working actually

 on the trends and metrics report.

 
But how can I get the two graphs to appear on the "sar"

page?  ie. How does Hobbit know which graph to display

and it can display more than one?

 
Thanks..James