verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

安装springcloud actual+grafana+Prometheus监控

下载grafana-7.1.5-1.x86_64.rpm

安装

rpm -ivh grafana-7.1.5-1.x86_64.rpm或yum install grafana-7.0.4-1.x86_64.rpm

 

 

提示urw-fonts is needed by 使用下边命令

rpm -ivh grafana-7.1.5-1.x86_64.rpm  --force --nodeps

启动

systemctl daemon-reload
systemctl start grafana-server
systemctl status grafana-server

访问http://192.168.1.232:3000

rpm -ivh grafana-7.1.5-1.x86_64.rpm

使用docker安装

拉取镜像  docker pull grafana/grafana:6.5.1

运行 docker run -d -p 3000:3000 --name grafana grafana/grafana:6.5.1

启动不成功提示网络notworking  执行

 systemctl restart network && systemctl restart docker之后再运行

posted on 2020-12-15 23:56  泳之  阅读(162)  评论(0编辑  收藏  举报

我是谁? 回答错误