Skip to content

Instantly share code, notes, and snippets.

View mnikhil-git's full-sized avatar

Nikhil Mulley mnikhil-git

View GitHub Profile
@mnikhil-git
mnikhil-git / .gitignore
Last active August 29, 2015 14:27 — forked from karmi/.gitignore
Build a virtual machine with Elasticsearch from scratch with Vagrant
.vagrant
Gemfile.lock
Berksfile.lock
tmp/
@mnikhil-git
mnikhil-git / gist:4708591
Created February 4, 2013 18:34
another example: where you have different metric regex although appearing in a single dashboard/ganglia json view
$ 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" : [
{
@mnikhil-git
mnikhil-git / gist:4708555
Created February 4, 2013 18:31
host reports dashboard example
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",