Skip to content

Comradin/playbook-grafana-on-influxdb

 
 

Repository files navigation

playbook-grafana-on-influxdb

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

Prerequired

How to setup?

Setup of required package on the Mac OS X

> brew bundle

Create vagrant box

./build_box.sh centos # for CentOS 6.5(x86_64)
./build_box.sh ubuntu # for Ubuntu 12.04(x86_64)

Deploy on vagrant box

> vagrant up --provision

Deploy on self (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

connect to grafana on browser

> open http://192.168.33.55/

connect to influxdb on browser

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

A list of references.

License

MIT.

About

ansible playbook of install grafana on centos or ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published