Folks,

Happy early Thanksgiving.

So I am trying to create a SINGLE json report that shows metrics from
MULTIPLE hosts.

I am using this simple code, but it's not working. When I put host on a
separate line it works, but then I can only report on one host per
report it seems....


{
    "report_name" : "nginx_hitrate_report",
        "report_type" : "standard",
        "title" : "Nginx Cache Hit Rate",
    "vertical_label" : "Percentage",
    "series" : [
                { "hostname": "SD1PWB01LX.SAKSDIRECT.COM", "metric":
"hit_rate", "color": "3333bb", "label": "Web1", "line_width": "2",
"type": "line" },
                { "hostname": "SD2PWB01LX.SAKSDIRECT.COM", "metric":
"hit_rate", "color": "DF01D7", "label": "Web2", "line_width": "2",
"type": "line" }
        ]
}

Ron Cavallo 
Sr. Director, Infrastructure
Saks Fifth Avenue / Saks Direct
12 East 49th Street
New York, NY 10017
212-451-3807 (O)
212-940-5079 (fax) 
646-315-0119(C) 
www.saks.com <http://www.saks.com/> 
 

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to