Will be install of the grafana and influxdb on CentOS or Ubuntu.
> brew bundle
./build_box.sh centos # for CentOS 6.5(x86_64)
./build_box.sh ubuntu # for Ubuntu 12.04(x86_64)
> vagrant up --provision
> 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
> open http://192.168.33.55/
- username:password is
root:root
> open http://192.168.33.55:8083/
- Grafana on InfluxDB をちょっとだけ触ってみた
- InfluxDB と fluentd を組み合わせを試してみた
- InfluxDBとGrafanaとfluentdで、twitterデータのリアルタイム集計・可視化
- InfluxDB試してみた
MIT.