On Wed, 29 Aug 2012 20:12:15 +0530
Abhijeet R wrote:

> Hi guys,
Hi!
 
[...]
> files including network_report.json. But, even then I am not able to
> see any network graph that shows me both in/out traffic. I could
> start creating my own file for what I want but right now, even the
> network_report.json (example) is not working.
> 
> Do I have to configure anything else to get it working? What am I 
> missing? I am using 3.5.2 of ganglia-web.
I'm also using 3.5.2 and works for me.

I've created some json files like:

# cat torque_eff_80_by_group_report.json 
{
   "report_name" : "80_eff_by_group",
   "report_type" : "standard",
   "title" : "80_eff_by_group",
   "vertical_label" : "Shares",
   "series" : [  
{ "metric": "Eff_80_Group_atlas", "color": "00CED1", "label": "atlas", 
"stack_width": "2", "type": "stack" },
{ "metric": "Eff_80_Group_atpilot", "color": "00FA9A", "label": "atpilot", 
"stack_width": "2", "type": "stack" },
{ "metric": "Eff_80_Group_atprd", "color": "00FF00", "label": "atprd", 
"stack_width": "2", "type": "stack" },
[...]
{ "metric": "Eff_80_Group_vip", "color": "7CFC00", "label": "vip", 
"stack_width": "2", "type": "stack" }
] }

be areful here cause syntax is really important.


and also a custom file for my host is needed:

# cat /var/lib/ganglia-web/conf/host_pbs04.pic.es.json
{
        "included_reports": 
["torque_eff_report","maui_report","torque_running_queue_report","torque_queued_queue_report","torque_total_report","torque_running_group_report","torque_queued_group_report","torque_eff_20_by_group_report","torque_eff_50_by_group_report","torque_eff_80_by_group_report"]
}


This works fine here.

HTH,
Arnau

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to