On a somewhat related note, I have often wondered what the CPU or
Network graphs might look like at the higher grid levels. Obviously we
can't add any more than 2 graphs to the page; it would get too wide.
Here's a simple hack to add a couple small clickable words instead.
-twitham
Index: meta_view.tpl
===================================================================
--- meta_view.tpl (revision 1148)
+++ meta_view.tpl (working copy)
@@ -2,7 +2,7 @@
<!-- START BLOCK : source_info -->
<TR>
- <TD CLASS={class} COLSPAN=3>
+ <TD CLASS={class} COLSPAN=4>
<A HREF="{url}"><STRONG>{name}</STRONG></A> {alt_view}
</TD>
</TR>
@@ -32,7 +32,11 @@
<IMG SRC="./graph.php?{graph_url}&g=mem_report&z=medium&r={range}"
ALT="{name} MEM" BORDER="0">
</A>
- </TD>
+ </TD>
+ <TD VALIGN=top ALIGN=right>
+ <A
HREF="./graph.php?{graph_url}&g=cpu_report&z=large">cpu</A>
+ <A
HREF="./graph.php?{graph_url}&g=network_report&z=large">net</A>
+ </TD>
<!-- END BLOCK : public -->
<!-- START BLOCK : private -->
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers