On Wednesday 24 December 2008, Everett, Vernon wrote:
Hi all
I am sure this has been asked and answered, but I can't find it in the list search.
I have a single test pumping out a number of data metrics. Imagine this output (fictional, but representative of my problem) Rusers=45 Users=104 Mqueue=32014 Rqueue=0 ReadPerSec=24035 OtherData=2128
NCV plugs these values into an RRD file very nicely, but of course you plot them on the same graphs, it becomes meaningless because of the scale. Users and Rusers looks like a flat line down in the weeds, and only Mqueue and ReadPerSec have any real visibility.
How can I display 2, or even 3 graphs on the same page with this data. Xymon can not do this for you. But you can do this yourself when you send the data from the client to the server. Just add <img src=....> to your test and point it to the image you want. You can wrap it in a <a href=...></a> so you click on it to open the 4-pages graph. The correct links can be copied from the address bar from your browser.
I'm not at work, so I can not copy an example, but I hope you understand the idea.
Stef