Centos安装Grafana
Posted littlewrong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos安装Grafana相关的知识,希望对你有一定的参考价值。
下载:https://grafana.com/grafana/download
$ wget wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.3-1.x86_64.rpm (下载安装包)
$ yum install grafana-4.4.3-1.x86_64.rpm (yum本地安装)
$ systemctl start grafana-server (开启grafana)
$ systemctl enable grafana-server (设为开机启动)
访问地址 ip:3000
默认管理员账号和密码 admin admin
以上是关于Centos安装Grafana的主要内容,如果未能解决你的问题,请参考以下文章