Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 1.64 KB

README.md

File metadata and controls

78 lines (52 loc) · 1.64 KB

playbook-grafana-on-influxdb

Will be install of the grafana and influxdb on CentOS or Ubuntu.

Prerequired

How to setup?

On Vagrant

Setup of required package on the Mac OS X

> brew bundle

Download Vagrant-box of Ubuntu 14.04 LTS from Hashcorp.

> vagrant box add ubuntu/trusty64

Deploy on vagrant box

> vagrant up --provision

Deploy on self

On CentOS

> sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
> sudo yum -y update
> sudo yum install ansible python-setuptools
> git clone [email protected]:futoase/playbook-grafana-on-influxdb-for-centos.git
> cd playbook-grafana-on-influxdb-for-centos
> ansible-playbook -c local -i localhost site.yml

Connecting on Vagrant box

Grafana on browser

> open http://192.168.33.56/

influxDB on browser

  • username:password is root:root
> open http://192.168.33.56:8083/

A list of references.

License

MIT.

Author

2015 (c) Keiji Matsuzaki.