Deepak
I've used RRGrapher (written by Dave Plonka) for this type of thing.
http://pages.cs.wisc.edu/~plonka/RRGrapher/
But you can create your own graph definition in graphs.cfg and hack
together a URL to display the lines all on one graph. However, I think
that the Xymon graphing code is designed to show one or more lines for a
single server, and not multiple lines for multiple servers. So you could
create a new RRD directory for a pseudo-host and then create symlinks to
each of the actual RRD files in each host directory.
But it's kind-of hackeriffic to do it that way, and RRGrapher is more
flexible, and all from a web GUI.
Cheers
Jeremy
On 11 June 2014 11:03, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
Anyone has done similar thing?
On Sat, Jun 7, 2014 at 8:08 AM, deepak deore <user-7b03b2a1ee70@xymon.invalid>
wrote:
Hi,
I have 10 nodes in a cluster and have custom script which creates graph
of application's response time. X and Y axis are same for all. I have to
see each node's graph how they are behaving.
Is there a ways where I can see all 10 graphs in one graph with different
colors.
Thanks,
Deepak