Hello,

I am using gmetad 3.3.0 and a recent version of gweb (3.2 or 3.3).

I would like to have some additional reports appear at the top of the report 
page for an individual host (optimally below the "Host Overview" button and 
above the name of the host).  I have reviewed the code in host_view.tpl and it 
looks like I could use optional_reports for this.  I tried setting this in 
conf/default.json:

{
        "included_reports": 
["load_report","mem_report","cpu_report","network_report"]
        "optional_reports": 
["load_report","mem_report","cpu_report","network_report"]
}

It doesn't do the job, though.  In my cluster_view.tpl I have something similar:

<a href="./graph.php?g=load_report&amp;z=large&amp;{$graph_args}">
<img border=0 ALT="{$cluster} CPU" 
src="./graph.php?g=load_report&amp;z=small&amp;{$graph_args}">
</a>
<a href="./graph.php?g=cpu_report&amp;z=large&amp;{$graph_args}">
<img border=0 ALT="{$cluster} CPU" 
src="./graph.php?g=cpu_report&amp;z=small&amp;{$graph_args}">
</a>
<a href="./graph.php?g=mem_report&amp;z=large&amp;{$graph_args}">
<img border=0 ALT="{$cluster} CPU" 
src="./graph.php?g=mem_report&amp;z=small&amp;{$graph_args}">
</a>
<a href="./graph.php?g=network_report&amp;z=large&amp;{$graph_args}">
<img border=0 ALT="{$cluster} CPU" 
src="./graph.php?g=network_report&amp;z=small&amp;{$graph_args}">
</a>

These work in the cluster view.  In the host view, it shows graphs, but for the 
entire grid rather than just the individual host.  maybe I need to set 
something else instead of graph_args.

Any advice/pointers greatly appreciated!

Eric

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to