This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .vagrant | |
| Gemfile.lock | |
| Berksfile.lock | |
| tmp/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cd /var/lib/ganglia/conf; cat view_scribe_metrics.json | |
| { | |
| "default_size" : "medium", | |
| "view_name" : "scribe_metrics", | |
| "items" : [ | |
| { | |
| "aggregate_graph" : "true", | |
| "graph_type" : "line", | |
| "host_regex" : [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| example: you can specify a host metrics to have dashboard of different reports such as : | |
| $ cd /var/lib/ganglia/confs; cat host_172.16.34.231.json | |
| { | |
| "included_reports": [ | |
| "cpu_report", | |
| "load_all_report", | |
| "load_report", | |
| "mem_report", | |
| "network_report", |