vagrant up
the VM.vagrant ssh
into the VM.- Go to the directory with the provisioning script,
cd /var/www
- Provision the VM,
sudo sh provision.sh
- Follow prompts to install software and create a django admin user
- Create an entry in your host computer's hosts file
192.168.56.108 grafana.dev
- Start sending stats. Ex.
echo "accounts.authentication.login.attempted:1|c" | nc -w0 -u 192.168.56.108 8125
- Go to grafana.dev and start creating dashboards and graphs. Watch the Grafana demo video to get a bit more familiar with Grafana.
-
A globally available
startapp
executable will be created for you. This starts apache, elasticsearch, carbon, and statsd. You will need to execute this command if you halt and bring the vm back up. -
Grafana will be available at grafana.dev
-
Graphite will be available at http://192.168.56.108.
-
Elasticsearch will be available at http://192.168.56.108:9200.
-
StatsD will be available at
192.168.56.108:8125
.