Centos安装grafana

前端之家收集整理的这篇文章主要介绍了Centos安装grafana前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1 grafana介绍

Grafana 是基于JS开发的,功能齐全的度量仪表盘和图形编辑器,帮助开发人员发现问题的工具。官网:https://grafana.com。

2 Centos安装grafana

官网安装说明文档:https://grafana.com/grafana/download。

# wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.5.1-1.x86_64.rpm

# sudo yum localinstall grafana-4.5.1-1.x86_64.rpm


3 启动

加入开机启动
# /sbin/chkconfig --add grafana-server
启动
# service grafana-server start


4 访问

访问地址 ip:3000
如下图


5 登录

默认管理员账号和密码 admin admin

原文链接:https://www.f2er.com/centos/375859.html

猜你在找的CentOS相关文章