Hi, I follow the steps at the link below to create a json graph.
It basically says put the graph in the graph.d directory and call it
somename_report.json  I use the network_report.json file as the content and
put it into the graph.d directory but it does not show up on the web page.
All the default graphs are displayed but not the new graph I created.  I'm
using the latest ganglia 3.6 file and latest ganglia_web installation from
sourceforge.

How do I get it to show up with the other graphs? Thanks!

https://github.com/ganglia/ganglia-web/wiki#Defining_Custom_Graphs_Via_JSON

{
   "report_name" : "network_report",
   "report_type" : "standard",
   "title" : "Network",
   "vertical_label" : "Bytes/sec",
   "series" : [
     { "metric": "bytes_in", "color": "33cc33", "label": "In",
"line_width": "2", "type": "line" },
     { "metric": "bytes_out", "color": "5555cc", "label": "Out",
"line_width": "2", "type": "line" }
   ]
 }
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to