Created
February 4, 2013 18:31
-
-
Save mnikhil-git/4708555 to your computer and use it in GitHub Desktop.
host reports dashboard example
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", | |
| "sample_report" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment