开源可视化工具Grafana安装
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
下载地址:https://grafana.com/grafana/download
#解压
tar -xvf grafana-7.0.5.linux-amd64.tar.gz
#重命名
mv grafana-7.0.5 /usr/local/grafana
cd /usr/local/grafana/
#后台运行
nohup ./bin/grafana-server &
[root@VM_0_8_centos grafana]# ps -ef |grep grafana
root 8649 6021 0 10:03 pts/7 00:00:00 ./bin/grafana-server
root 8845 6021 0 10:04 pts/7 00:00:00 grep --color=auto grafana
访问地址: http://49.234.203.221:3000
默认端口为3000 ip需改成你安装的机器ip
默认用户名/密码: admin/admin
添加Prometheus数据源
使用现成模版添加版(手动创建这里暂不介绍)
模版地址:https://grafana.com/grafana/dashboards
这里我采用上传json文件方式引用,json文件从现成模版下载的
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)