安装 sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm

启动 sudo service grafana-server start sudo /sbin/chkconfig --add grafana-server   // 开机

地址 界面:http://localhost:3000/ 

 

默认账号密码 adimin adimin

防火墙操作:

开放端口 /sbin/iptables -I INPUT -p tcp --dport 3000 -j ACCEPT /etc/rc.d/init.d/iptables save

保存配置 重启防火墙: /etc/init.d/iptables restart

相关文章:

  • 2021-05-31
  • 2021-06-26
  • 2022-12-23
  • 2021-12-11
  • 2021-09-09
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-01-13
  • 2021-07-30
相关资源
相似解决方案