Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Running Atlas locally

Run ./atlas.sh. To tweak the local server's settings, make modifications to .atlas/memory.conf.

Running Ganglia locally

Run ./ganglia.sh.

Running Prometheus/Grafana locally

Configure a loopback Alias so Prometheus can scrape a service running on localhost and grafana can contact Prometheus (needs to be repeated after reboot):

sudo ifconfig lo0 alias 10.200.10.1/24

Start Prometheus:

docker run -p 9090:9090 -v ~/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus

Start Grafana:

docker run -i -p 3000:3000 grafana/grafana

Morty Proxy This is a proxified and sanitized view of the page, visit original site.